Spring Data REST Exporter
A B C D E F G H I J L M N O P R S T U V W 

F

findByAttributes(String, String) - Method in interface org.springframework.data.rest.example.gemfire.core.ProductRepository
Returns all Products having the given attribute value.
findByCreatedGreaterThan(Date, Pageable) - Method in interface org.springframework.data.rest.example.jpa.PersonRepository
 
findByCreatedUsingISO8601Date(Date, Pageable) - Method in interface org.springframework.data.rest.example.jpa.PersonRepository
 
findByCustomerId(Long) - Method in interface org.springframework.data.rest.example.gemfire.order.OrderRepository
 
findByDescriptionContaining(String) - Method in interface org.springframework.data.rest.example.gemfire.core.ProductRepository
Returns a list of Products having a description which contains the given snippet.
findByEmailAddress(EmailAddress) - Method in interface org.springframework.data.rest.example.gemfire.core.CustomerRepository
Finds the Customer with the given EmailAddress.
findByFirstName(String, Pageable) - Method in interface org.springframework.data.rest.example.jpa.PersonRepository
 
findByLastname(String) - Method in interface org.springframework.data.rest.example.gemfire.core.CustomerRepository
Finds all Customers with the given lastname.
findByName(String) - Method in interface org.springframework.data.rest.example.gemfire.core.ProductRepository
 
findExported(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findExported(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findFirstPersonByFirstName(String) - Method in interface org.springframework.data.rest.example.jpa.PersonRepository
 
findPath(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findPath(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findRel(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findRel(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
findRepositoryMappingForPath(String) - Method in class org.springframework.data.rest.core.config.RepositoryRestConfiguration
 
findTypeForPath(String) - Method in class org.springframework.data.rest.core.config.ResourceMappingConfiguration
 
followPropertyReference(RepositoryRestRequest, String, String) - Method in class org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController
 
followPropertyReference(RepositoryRestRequest, String, String, String) - Method in class org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController
 
followPropertyReferenceCompact(RepositoryRestRequest, String, String) - Method in class org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController
 
formatRel(RepositoryRestConfiguration, RepositoryInformation, PersistentProperty<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
 
Friend - Class in org.springframework.data.rest.example.neo4j
 
Friend() - Constructor for class org.springframework.data.rest.example.neo4j.Friend
 
Friend(String) - Constructor for class org.springframework.data.rest.example.neo4j.Friend
 
FriendRepository - Interface in org.springframework.data.rest.example.neo4j
 
fromMethod(Method) - Static method in enum org.springframework.data.rest.core.invoke.CrudMethod
Get an enum from a Method.
Function<S,T> - Interface in org.springframework.data.rest.core.util
Simple function interface.
A B C D E F G H I J L M N O P R S T U V W 
Spring Data REST Exporter