public interface SchemaIndexRepository<T>
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
findAllBySchemaPropertyValue(String property,
Object value)
Finds all entities which have a schema indexed property set to specified value.
|
T |
findBySchemaPropertyValue(String property,
Object value)
Finds an entity based on the provided schema indexed property value if one exists.
|
@Transactional T findBySchemaPropertyValue(String property, Object value)
property - The name of the schema indexed propertyvalue - The value of the schema indexed property@Transactional Result<T> findAllBySchemaPropertyValue(String property, Object value)
property - The name of the schema indexed propertyvalue - The value of the schema indexed propertyCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.