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

A

AbstractConstructorEntityInstantiator<BACKING_INTERFACE,STATE> - Class in org.springframework.persistence.support
Try for a constructor taking state: failing that, try a no-arg constructor and then setUnderlyingNode().
AbstractConstructorEntityInstantiator() - Constructor for class org.springframework.persistence.support.AbstractConstructorEntityInstantiator
 
AbstractQueryCreator<T,S> - Class in org.springframework.data.repository.query.parser
Base class for query creators that create criteria based queries from a PartTree.
AbstractQueryCreator(PartTree, SimpleParameterAccessor) - Constructor for class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new AbstractQueryCreator for the given PartTree and SimpleParameterAccessor.
AbstractRepositoryConfigDefinitionParser<S extends GlobalRepositoryConfigInformation<T>,T extends SingleRepositoryConfigInformation<S>> - Class in org.springframework.data.repository.config
Base class to implement repository namespaces.
AbstractRepositoryConfigDefinitionParser() - Constructor for class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
 
addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Adds RepositoryProxyPostProcessors to the factory to allow manipulation of the ProxyFactory before the proxy gets created.
afterCommit() - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
afterCompletion(int) - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
afterPropertiesSet() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
 
and(Part, S, SimpleParameterAccessor.BindableParameterIterator) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new criteria object from the given part and and-concatenates it to the given base criteria.
assertReturnType(Method, Class<?>...) - Static method in class org.springframework.data.repository.util.ClassUtils
Asserts the given Method's return type to be one of the given types.
AsynchStoreCompletionListener<V> - Interface in org.springframework.persistence
Listener interface for asynchronous storage operations.
AsynchStoreCompletionListener.NONE - Class in org.springframework.persistence
Constant indicating no store completion action
AsynchStoreCompletionListener.NONE() - Constructor for class org.springframework.persistence.AsynchStoreCompletionListener.NONE
 
AsynchStoreCompletionListener.StoreResult - Enum in org.springframework.persistence
 
Auditable<U,PK extends Serializable> - Interface in org.springframework.data.domain
Interface for auditable entities.
AuditorAware<T> - Interface in org.springframework.data.domain
Interface for components that are aware of the application's current auditor.
autodetectCustomImplementation() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
Returns if a custom implementation shall be autodetected.
autodetectCustomImplementation() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
autodetectCustomImplementation() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns whether to try to autodetect a custom implementation.
AutomaticRepositoryConfigInformation<S extends CommonRepositoryConfigInformation> - Class in org.springframework.data.repository.config
A SingleRepositoryConfigInformation implementation that is not backed by an XML element but by a scanned interface.
AutomaticRepositoryConfigInformation(String, S) - Constructor for class org.springframework.data.repository.config.AutomaticRepositoryConfigInformation
Creates a new AutomaticRepositoryConfigInformation for the given interface name and CommonRepositoryConfigInformation parent.

B

BASE_PACKAGE - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
beforeCommit(boolean) - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
beforeCompletion() - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 

C

ChangeSet - Interface in org.springframework.data.support
Interface representing the set of changes in an entity.
ChangeSetBacked - Interface in org.springframework.data.support
Interface introduced to objects exposing ChangeSet information
ChangeSetBackedTransactionSynchronization - Class in org.springframework.data.transaction
 
ChangeSetBackedTransactionSynchronization(ChangeSetPersister<Object>, ChangeSetBacked) - Constructor for class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
ChangeSetPersister<K> - Interface in org.springframework.data.support
Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
ChangeSetPersister.NotFoundException - Exception in org.springframework.data.support
Exception thrown in alternate control flow if getPersistentState finds no entity data.
ChangeSetPersister.NotFoundException() - Constructor for exception org.springframework.data.support.ChangeSetPersister.NotFoundException
 
ChangeSetSynchronizer<E extends ChangeSetBacked> - Interface in org.springframework.data.support
Interface to be implemented by classes that can synchronize between entities and ChangeSets.
CLASS_KEY - Static variable in interface org.springframework.data.support.ChangeSetPersister
 
ClassUtils - Class in org.springframework.data.repository.util
Utility class to work with classes.
commit(TransactionStatus) - Method in class org.springframework.persistence.transaction.NaiveDoubleTransactionManager
 
CommonRepositoryConfigInformation - Interface in org.springframework.data.repository.config
Interface for shared repository information.
complete(S, Sort) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Actually creates the query object applying the given criteria object and Sort definition.
configureManually() - Method in interface org.springframework.data.repository.config.GlobalRepositoryConfigInformation
Returns whether to consider manual configuration.
configureManually() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
count() - Method in interface org.springframework.data.repository.Repository
Returns the number of entities available.
create(Sort.Direction, Iterable<String>) - Static method in class org.springframework.data.domain.Sort.Order
 
create(Part, SimpleParameterAccessor.BindableParameterIterator) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new atomic instance of the criteria object.
create(QueryMethod, String) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException.
create(QueryMethod, Throwable) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
create(String) - Static method in enum org.springframework.data.repository.query.QueryLookupStrategy.Key
Returns a strategy key from the given XML value.
createEntityFromState(STATE, Class<T>) - Method in class org.springframework.persistence.support.AbstractConstructorEntityInstantiator
 
createEntityFromState(STATE, Class<T>) - Method in interface org.springframework.persistence.support.EntityInstantiator
 
createIsNewStrategy(Class<?>) - Method in class org.springframework.data.repository.support.RepositorySupport
Return whether the given entity is to be regarded as new.
createQuery() - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates the actual query object.
createRepositoryFactory() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
Create the actual RepositoryFactorySupport instance.
createSingleRepositoryConfigInformationFor(Element) - Method in class org.springframework.data.repository.config.RepositoryConfig
Creates a SingleRepositoryConfigInformation for the given Element.

D

DEFAULT_DIRECTION - Static variable in class org.springframework.data.domain.Sort
 
DEFAULT_REPOSITORY_IMPL_POSTFIX - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
DEFAULT_TRANSACTION_MANAGER - Static variable in class org.springframework.data.repository.util.TxUtils
 
delete(T) - Method in interface org.springframework.data.repository.Repository
Deletes a given entity.
delete(Iterable<? extends T>) - Method in interface org.springframework.data.repository.Repository
Deletes the given entities.
deleteAll() - Method in interface org.springframework.data.repository.Repository
Deletes all entities managed by the repository.

E

EntityInstantiator<BACKING_INTERFACE,STATE> - Interface in org.springframework.persistence.support
Interface to be implemented by classes that can instantiate and configure entities.
equals(Object) - Method in class org.springframework.data.domain.PageImpl
 
equals(Object) - Method in class org.springframework.data.domain.PageRequest
 
equals(Object) - Method in class org.springframework.data.domain.Sort
 
equals(Object) - Method in class org.springframework.data.domain.Sort.Order
 
equals(Object) - Method in class org.springframework.data.repository.query.parser.Part
 
equals(Object) - Method in class org.springframework.data.repository.query.parser.Property
 
execute(Object[]) - Method in interface org.springframework.data.repository.query.RepositoryQuery
Executes the RepositoryQuery with the given parameters.
exists(ID) - Method in interface org.springframework.data.repository.Repository
Returns whether an entity with the given id exists.
extractProperty(String) - Method in enum org.springframework.data.repository.query.parser.Part.Type
Callback method to extract the actual property to be bound from the given part.

F

findAll(Sort) - Method in interface org.springframework.data.repository.PagingAndSortingRepository
Returns all entities sorted by the given options.
findAll(Pageable) - Method in interface org.springframework.data.repository.PagingAndSortingRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll() - Method in interface org.springframework.data.repository.Repository
Returns all instances of the type.
findById(ID) - Method in interface org.springframework.data.repository.Repository
Retrives an entity by its primary key.
flush() - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
from(String, Class<?>) - Static method in class org.springframework.data.repository.query.parser.Property
Extracts the Property chain from the given source String and type.
fromProperty(String, Class<?>) - Static method in enum org.springframework.data.repository.query.parser.Part.Type
Returns the Part.Type of the Part for the given raw property and the given Class.
fromString(String) - Static method in enum org.springframework.data.domain.Sort.Direction
Returns the Sort.Direction enum for the given String value.

G

get(String, Class<T>, ConversionService) - Method in interface org.springframework.data.support.ChangeSet
 
get(String, Class<T>, ConversionService) - Method in class org.springframework.data.support.HashMapChangeSet
 
getAttribute(String) - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
Returns the attribute of the current context.
getAutoconfigRepositoryInformation(String) - Method in interface org.springframework.data.repository.config.GlobalRepositoryConfigInformation
Returns the
getBaseClassMethodFor(Method, Class<?>, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the given base class' method if the given method (declared in the interface) was also declared at the base class.
getBasePackage() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the base package.
getBasePackage() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getBasePackage() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getBeanId() - Method in class org.springframework.data.repository.config.AutomaticRepositoryConfigInformation
 
getBeanId() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getBeanId() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns the bean name to be used for the repository.
getBindableParameter(int) - Method in class org.springframework.data.repository.query.Parameters
Returns a bindable parameter with the given index.
getBindableParameters() - Method in class org.springframework.data.repository.query.Parameters
Returns a Parameters instance with effectively all special parameters removed.
getChangeSet() - Method in interface org.springframework.data.support.ChangeSetBacked
 
getContent() - Method in interface org.springframework.data.domain.Page
Returns the page content as List.
getContent() - Method in class org.springframework.data.domain.PageImpl
 
getCreatedBy() - Method in interface org.springframework.data.domain.Auditable
Returns the user who created this entity.
getCreatedDate() - Method in interface org.springframework.data.domain.Auditable
Returns the creation date of the entity.
getCurrentAuditor() - Method in interface org.springframework.data.domain.AuditorAware
Returns the current auditor of the application.
getCustomImplementationRef() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getCustomImplementationRef() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getCustomImplementationRef() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns the bean reference to the custom repository implementation.
getDirection() - Method in class org.springframework.data.domain.Sort.Order
Returns the order the property shall be sorted for.
getDomainClass() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the domain class for this method.
getDomainClass() - Method in class org.springframework.data.repository.support.RepositorySupport
Returns the domain class to handle.
getDomainClass(Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the domain class the given class is declared for.
getGlobalRepositoryConfigInformation(Element) - Method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
Returns a GlobalRepositoryConfigInformation implementation for the given element.
getId() - Method in interface org.springframework.data.domain.Persistable
Returns the id of the entity.
getId(Object) - Method in interface org.springframework.data.repository.support.IdAware
Returns the id of the given entity.
getId(Object) - Method in class org.springframework.data.repository.support.PersistableEntityInformation
 
getId(Object) - Method in class org.springframework.data.repository.support.ReflectiveEntityInformationSupport
 
getIdClass(Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the id class the given class is declared for.
getImplementationBeanName() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getImplementationBeanName() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns the bean name a possibly found custom implementation shall be registered under.
getImplementationClassName() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getImplementationClassName() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns the class name of a possible custom repository implementation class to detect.
getIndex() - Method in class org.springframework.data.repository.query.Parameter
Returns the position index the parameter is bound to in the context of its surrounding Parameters.
getInterfaceName() - Method in class org.springframework.data.repository.config.AutomaticRepositoryConfigInformation
 
getInterfaceName() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getInterfaceName() - Method in interface org.springframework.data.repository.config.SingleRepositoryConfigInformation
Returns the name of the repository interface.
getIsNewStrategy() - Method in class org.springframework.data.repository.support.RepositorySupport
Returns the strategy how to determine whether an entity is to be regarded as new.
getLastModifiedBy() - Method in interface org.springframework.data.domain.Auditable
Returns the user who modified the entity lastly.
getLastModifiedDate() - Method in interface org.springframework.data.domain.Auditable
Returns the date of the last modification.
getName() - Method in class org.springframework.data.repository.query.Parameter
Returns the name of the parameter (through Param annotation) or null if none can be found.
getName() - Method in class org.springframework.data.repository.query.parser.Property
Returns the name of the Property.
getName() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the method's name.
getNext() - Method in class org.springframework.data.repository.query.Parameter
Returns the next Parameter from the surrounding Parameters.
getNumber() - Method in interface org.springframework.data.domain.Page
Returns the number of the current page.
getNumber() - Method in class org.springframework.data.domain.PageImpl
 
getNumberOfArguments() - Method in class org.springframework.data.repository.query.parser.Part
Returns how many method parameters are bound by this part.
getNumberOfArguments() - Method in enum org.springframework.data.repository.query.parser.Part.Type
Returns the number of arguments the property binds.
getNumberOfElements() - Method in interface org.springframework.data.domain.Page
Returns the number of elements currently on this page.
getNumberOfElements() - Method in class org.springframework.data.domain.PageImpl
 
getNumberOfOccurences(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the number of occurences of the given type in the given Methods parameters.
getNumberOfParameters() - Method in class org.springframework.data.repository.query.Parameters
Returns the number of parameters.
getObject() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
 
getObjectType() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
 
getOffset() - Method in interface org.springframework.data.domain.Pageable
Returns the offset to be taken according to the underlying page and page size.
getOffset() - Method in class org.springframework.data.domain.PageRequest
 
getOperator() - Method in enum org.springframework.data.repository.query.parser.Part.Type
 
getPageable() - Method in class org.springframework.data.repository.query.SimpleParameterAccessor
Returns the Pageable of the parameters, if available.
getPageableIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the Pageable Method parameter if available.
getPageNumber() - Method in interface org.springframework.data.domain.Pageable
Returns the page to be returned.
getPageNumber() - Method in class org.springframework.data.domain.PageRequest
 
getPageSize() - Method in interface org.springframework.data.domain.Pageable
Returns the number of items to be returned.
getPageSize() - Method in class org.springframework.data.domain.PageRequest
 
getParameter(int) - Method in class org.springframework.data.repository.query.Parameters
Returns the parameter with the given index.
getParameterRequired() - Method in class org.springframework.data.repository.query.parser.Part
 
getParameters() - Method in class org.springframework.data.repository.query.QueryMethod
Returns the Parameters wrapper to gain additional information about Method parameters.
getParent() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getPersistentId(Class<? extends ChangeSetBacked>, ChangeSet) - Method in interface org.springframework.data.support.ChangeSetPersister
Return id
getPersistentState(Class<? extends ChangeSetBacked>, K, ChangeSet) - Method in interface org.springframework.data.support.ChangeSetPersister
TODO how to tell when not found?
getPlaceholder() - Method in class org.springframework.data.repository.query.Parameter
Returns the placeholder to be used for the parameter.
getProperty() - Method in class org.springframework.data.domain.Sort.Order
Returns the property to order for.
getProperty() - Method in class org.springframework.data.repository.query.parser.Part
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Returns the QueryLookupStrategy for the given QueryLookupStrategy.Key.
getQueryLookupStrategyKey() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the strategy finder methods should be resolved.
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getQueryLookupStrategyKey() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getRepository(Class<T>) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Returns a repository instance for the given interface.
getRepository(Class<T>, Object) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Returns a repository instance for the given interface backed by an instance providing implementation logic for custom logic.
getRepositoryBaseInterface() - Method in interface org.springframework.data.repository.config.GlobalRepositoryConfigInformation
Returns the base interface to use
getRepositoryClass(Class<?>) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Determines the base class for the repository to be created.
getRepositoryFactoryBeanClassName() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the configured repository factory class.
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getRepositoryImplementationSuffix() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the suffix to use for implementation bean lookup or class detection.
getRepositoryImplementationSuffix() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getRepositoryImplementationSuffix() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getRepositoryImplementationSuffix() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getRepositoryPostProcessors() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
Returns all RepositoryProxyPostProcessor to be added to the repository factory to be created.
getRepositoryPostProcessors() - Method in class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport
 
getReturnedDomainClass(Method) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns the domain class returned by the given Method.
getSingleRepositoryConfigInformations() - Method in interface org.springframework.data.repository.config.GlobalRepositoryConfigInformation
Returns all SingleRepositoryConfigInformation instances used for manual configuration.
getSingleRepositoryConfigInformations() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getSize() - Method in interface org.springframework.data.domain.Page
Returns the size of the page.
getSize() - Method in class org.springframework.data.domain.PageImpl
 
getSort() - Method in interface org.springframework.data.domain.Page
Returns the sorting parameters for the page.
getSort() - Method in interface org.springframework.data.domain.Pageable
Returns the sorting parameters.
getSort() - Method in class org.springframework.data.domain.PageImpl
 
getSort() - Method in class org.springframework.data.domain.PageRequest
 
getSort() - Method in class org.springframework.data.repository.query.parser.PartTree
Returns the Sort specification parsed from the source.
getSort() - Method in class org.springframework.data.repository.query.SimpleParameterAccessor
Returns the sort instance to be used for query creation.
getSortIndex() - Method in class org.springframework.data.repository.query.Parameters
Returns the index of the Sort Method parameter if available.
getSource() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the element the repository information is derived from.
getSource() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getSource() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getSource() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getTargetRepository(Class<T>, Class<?>) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Create a RepositorySupport instance as backing for the query proxy.
getTotalElements() - Method in interface org.springframework.data.domain.Page
Returns the total amount of elements.
getTotalElements() - Method in class org.springframework.data.domain.PageImpl
 
getTotalPages() - Method in interface org.springframework.data.domain.Page
Returns the number of total pages.
getTotalPages() - Method in class org.springframework.data.domain.PageImpl
 
getTransaction(TransactionDefinition) - Method in class org.springframework.persistence.transaction.NaiveDoubleTransactionManager
 
getTransactionManagerRef() - Method in interface org.springframework.data.repository.config.CommonRepositoryConfigInformation
Returns the bean name of the PlatformTransactionManager to be used.
getTransactionManagerRef() - Method in class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 
getTransactionManagerRef() - Method in class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
 
getTransactionManagerRef() - Method in class org.springframework.data.repository.config.RepositoryConfig
 
getType() - Method in class org.springframework.data.repository.query.parser.Part
 
getValues() - Method in interface org.springframework.data.support.ChangeSet
 
getValues() - Method in class org.springframework.data.support.HashMapChangeSet
 
GlobalRepositoryConfigInformation<T extends SingleRepositoryConfigInformation<?>> - Interface in org.springframework.data.repository.config
 

H

hasBean(Class<?>, BeanDefinitionRegistry) - Static method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
Returns whether the given BeanDefinitionRegistry already contains a bean of the given type assuming the bean name has been autogenerated.
hashCode() - Method in class org.springframework.data.domain.PageImpl
 
hashCode() - Method in class org.springframework.data.domain.PageRequest
 
hashCode() - Method in class org.springframework.data.domain.Sort
 
hashCode() - Method in class org.springframework.data.domain.Sort.Order
 
hashCode() - Method in class org.springframework.data.repository.query.parser.Part
 
hashCode() - Method in class org.springframework.data.repository.query.parser.Property
 
HashMapChangeSet - Class in org.springframework.data.support
Simple ChangeSet implementation backed by a HashMap.
HashMapChangeSet(Map<String, Object>) - Constructor for class org.springframework.data.support.HashMapChangeSet
 
HashMapChangeSet() - Constructor for class org.springframework.data.support.HashMapChangeSet
 
hasNext() - Method in class org.springframework.data.repository.query.parser.Property
Returns whether there is a nested Property.
hasNextPage() - Method in interface org.springframework.data.domain.Page
Returns if there is a next page.
hasNextPage() - Method in class org.springframework.data.domain.PageImpl
 
hasPageableParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Pageable argument.
hasParameterAt(int) - Method in class org.springframework.data.repository.query.Parameters
Returns whether we have a parameter at the given position.
hasParameterOfType(Method, Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given Method has a parameter of the given type.
hasPreviousPage() - Method in interface org.springframework.data.domain.Page
Returns if there is a previous page.
hasPreviousPage() - Method in class org.springframework.data.domain.PageImpl
 
hasProperty(Class<?>, String) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given class contains a property with the given name.
hasSortParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Sort argument.
hasSpecialParameter() - Method in class org.springframework.data.repository.query.Parameters
Returns whether the method signature contains one of the special parameters (Pageable, Sort).

I

ID_KEY - Static variable in interface org.springframework.data.support.ChangeSetPersister
 
IdAware - Interface in org.springframework.data.repository.support
Interface to abstract the ways to retrieve the id of the given entity.
Indexed - Annotation Type in org.springframework.data.annotation
Annotated fields and entities will be indexed and available for retrieval using an indexing API.
invalidProperty(QueryMethod, String) - Static method in exception org.springframework.data.repository.query.QueryCreationException
Rejects the given domain class property.
invoke(MethodInvocation) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport.QueryExecuterMethodInterceptor
 
isAscending() - Method in class org.springframework.data.domain.Sort.Order
Returns whether sorting for this property shall be ascending.
isBindable() - Method in class org.springframework.data.repository.query.Parameter
Returns whether the Parameter is to be bound to a query.
isBindable(Class<?>) - Static method in class org.springframework.data.repository.query.Parameters
Returns whether the given type is a bindable parameter.
isCollection() - Method in class org.springframework.data.repository.query.parser.Property
Returns whether the Property is actually a collection.
isCollectionQuery() - Method in class org.springframework.data.repository.query.QueryMethod
Returns whether the finder will actually return a collection of entities or a single one.
isCorrectNumberOfParameters(int) - Method in class org.springframework.data.repository.query.QueryMethod
Returns whether the given
isFirstPage() - Method in interface org.springframework.data.domain.Page
Returns whether the current page is the first one.
isFirstPage() - Method in class org.springframework.data.domain.PageImpl
 
isGenericRepositoryInterface(Class<?>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns wthere the given type is the Repository interface.
isGenericRepositoryInterface(String) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given type name is a repository interface name.
isLastPage() - Method in interface org.springframework.data.domain.Page
Returns whether the current page is the last one.
isLastPage() - Method in class org.springframework.data.domain.PageImpl
 
isNamedParameter() - Method in class org.springframework.data.repository.query.Parameter
Returns whether the parameter is annotated with Param.
isNew() - Method in interface org.springframework.data.domain.Persistable
Returns if the Persistable is new or was persisted already.
isNew(Object) - Method in interface org.springframework.data.repository.support.IsNewAware
Returns whether the given entity is considered to be new.
isNew(Object) - Method in class org.springframework.data.repository.support.PersistableEntityInformation
 
isNew(Object) - Method in class org.springframework.data.repository.support.ReflectiveEntityInformationSupport
 
IsNewAware - Interface in org.springframework.data.repository.support
Interface to abstract the ways to determine if the given entity is to be considered as new.
isOfType(Object, Collection<Class<?>>) - Static method in class org.springframework.data.repository.util.ClassUtils
Returns whether the given object is of one of the given types.
isPageQuery() - Method in class org.springframework.data.repository.query.QueryMethod
Returns whether the finder will return a Page of results.
isSingleton() - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
 
isSpecialParameter() - Method in class org.springframework.data.repository.query.Parameter
Returns whether the parameter is a special parameter.
iterator() - Method in interface org.springframework.data.domain.Page
 
iterator() - Method in class org.springframework.data.domain.PageImpl
 
iterator() - Method in class org.springframework.data.domain.Sort
 
iterator() - Method in class org.springframework.data.repository.query.Parameters
 
iterator() - Method in class org.springframework.data.repository.query.parser.PartTree
 
iterator() - Method in class org.springframework.data.repository.query.parser.PartTree.OrPart
 
iterator() - Method in class org.springframework.data.repository.query.SimpleParameterAccessor
Returns a SimpleParameterAccessor.BindableParameterIterator to traverse all bindable parameters.

L

log - Variable in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 

M

ManualRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> - Class in org.springframework.data.repository.config
Configuration information for manual repository configuration.
ManualRepositoryConfigInformation(Element, T) - Constructor for class org.springframework.data.repository.config.ManualRepositoryConfigInformation
 

N

NaiveDoubleTransactionManager - Class in org.springframework.persistence.transaction
 
NaiveDoubleTransactionManager(PlatformTransactionManager, PlatformTransactionManager) - Constructor for class org.springframework.persistence.transaction.NaiveDoubleTransactionManager
 
next() - Method in class org.springframework.data.repository.query.parser.Property
Returns the next nested Property.
next() - Method in class org.springframework.data.repository.query.SimpleParameterAccessor.BindableParameterIterator
Returns the next bindable parameter.
NoRepositoryBean - Annotation Type in org.springframework.data.repository
Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.

O

onCompletion(AsynchStoreCompletionListener.StoreResult, Object, Field) - Method in class org.springframework.persistence.AsynchStoreCompletionListener.NONE
 
onCompletion(AsynchStoreCompletionListener.StoreResult, V, Field) - Method in interface org.springframework.persistence.AsynchStoreCompletionListener
 
or(S, S) - Method in class org.springframework.data.repository.query.parser.AbstractQueryCreator
Or-concatenates the given base criteria to the given new criteria.
OrderBySource - Class in org.springframework.data.repository.query.parser
Simple helper class to create a Sort instance from a method name end.
OrderBySource(String) - Constructor for class org.springframework.data.repository.query.parser.OrderBySource
 
OrderBySource(String, Class<?>) - Constructor for class org.springframework.data.repository.query.parser.OrderBySource
 
org.springframework.data.annotation - package org.springframework.data.annotation
 
org.springframework.data.domain - package org.springframework.data.domain
Central domain abstractions especially to be used in combination with the Repository abstraction.
org.springframework.data.repository - package org.springframework.data.repository
Central interfaces for repository abstraction.
org.springframework.data.repository.config - package org.springframework.data.repository.config
Base classes for repository namespace implementations.
org.springframework.data.repository.query - package org.springframework.data.repository.query
Support classes to work with query methods.
org.springframework.data.repository.query.parser - package org.springframework.data.repository.query.parser
Support classes for parsing queries from method names.
org.springframework.data.repository.support - package org.springframework.data.repository.support
Base classes to implement repositories for various data stores.
org.springframework.data.repository.util - package org.springframework.data.repository.util
Utility classes for repository implementations.
org.springframework.data.serialization - package org.springframework.data.serialization
 
org.springframework.data.support - package org.springframework.data.support
 
org.springframework.data.transaction - package org.springframework.data.transaction
 
org.springframework.persistence - package org.springframework.persistence
 
org.springframework.persistence.support - package org.springframework.persistence.support
 
org.springframework.persistence.transaction - package org.springframework.persistence.transaction
 

P

Page<T> - Interface in org.springframework.data.domain
A page is a sublist of a list of objects.
Pageable - Interface in org.springframework.data.domain
Abstract interface for pagination information.
PageImpl<T> - Class in org.springframework.data.domain
Basic Page implementation.
PageImpl(List<T>, Pageable, long) - Constructor for class org.springframework.data.domain.PageImpl
Constructor of PageImpl.
PageImpl(List<T>) - Constructor for class org.springframework.data.domain.PageImpl
Creates a new PageImpl with the given content.
PageRequest - Class in org.springframework.data.domain
Basic Java Bean implementation of Pageable.
PageRequest(int, int) - Constructor for class org.springframework.data.domain.PageRequest
Creates a new PageRequest.
PageRequest(int, int, Sort.Direction, String...) - Constructor for class org.springframework.data.domain.PageRequest
Creates a new PageRequest with sort parameters applied.
PageRequest(int, int, Sort) - Constructor for class org.springframework.data.domain.PageRequest
Creates a new PageRequest with sort parameters applied.
PagingAndSortingRepository<T,ID extends Serializable> - Interface in org.springframework.data.repository
Extension of Repository to provide additional methods to retrieve entities using the pagination and sorting abstraction.
Param - Annotation Type in org.springframework.data.repository.query
Annotation to bind let method parameters be bound to a query via a named parameter.
Parameter - Class in org.springframework.data.repository.query
Class to abstract a single parameter of a query method.
ParameterOutOfBoundsException - Exception in org.springframework.data.repository.query
Exception to be thrown when trying to access a Parameter with an invalid index inside a Parameters instance.
ParameterOutOfBoundsException(Throwable) - Constructor for exception org.springframework.data.repository.query.ParameterOutOfBoundsException
Creates a new ParameterOutOfBoundsException with the given exception as cause.
Parameters - Class in org.springframework.data.repository.query
Abstracts method parameters that have to be bound to query parameters or applied to the query independently.
Parameters(Method) - Constructor for class org.springframework.data.repository.query.Parameters
Creates a new instance of Parameters.
ParentDelegatingRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> - Class in org.springframework.data.repository.config
Base class for SingleRepositoryConfigInformation implementations.
ParentDelegatingRepositoryConfigInformation(T) - Constructor for class org.springframework.data.repository.config.ParentDelegatingRepositoryConfigInformation
Creates a new ParentDelegatingRepositoryConfigInformation with the given CommonRepositoryConfigInformation as parent.
parse(Element, ParserContext) - Method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
 
Part - Class in org.springframework.data.repository.query.parser
A single part of a method name that has to be transformed into a query part.
Part(String, Class<?>) - Constructor for class org.springframework.data.repository.query.parser.Part
Creates a new Part from the given method name part, the Class the part originates from and the start parameter index.
Part.Type - Enum in org.springframework.data.repository.query.parser
The type of a method name part.
PartTree - Class in org.springframework.data.repository.query.parser
Class to parse a String into a tree or PartTree.OrParts consisting of simple PartTree.OrPart instances in turn.
PartTree(String, Class<?>) - Constructor for class org.springframework.data.repository.query.parser.PartTree
Creates a new PartTree by parsing the given String
PartTree.OrPart - Class in org.springframework.data.repository.query.parser
A part of the parsed source that results from splitting up the resource ar Or keywords.
Persistable<PK extends Serializable> - Interface in org.springframework.data.domain
Simple interface for entities.
PersistableEntityInformation - Class in org.springframework.data.repository.support
Implementation of IsNewAware that assumes the entity handled implements Persistable and uses Persistable.isNew() for the PersistableEntityInformation.isNew(Object) check.
PersistableEntityInformation() - Constructor for class org.springframework.data.repository.support.PersistableEntityInformation
 
PersistencePolicy - Annotation Type in org.springframework.persistence
Persistence policies that can be attached to entities or relationship fields.
PersistencePolicy.LATENCY_SENSITIVITY - Enum in org.springframework.persistence
 
persistentFields(Class<? extends E>) - Method in interface org.springframework.data.support.ChangeSetSynchronizer
 
persistState(Class<? extends ChangeSetBacked>, ChangeSet) - Method in interface org.springframework.data.support.ChangeSetPersister
Return key
populateChangeSet(ChangeSet, E) - Method in interface org.springframework.data.support.ChangeSetSynchronizer
Take all entity fields into a changeSet.
populateEntity(ChangeSet, E) - Method in interface org.springframework.data.support.ChangeSetSynchronizer
 
postProcess(ProxyFactory) - Method in interface org.springframework.data.repository.support.RepositoryProxyPostProcessor
Manipulates the ProxyFactory, e.g. add further interceptors to it.
postProcessBeanDefinition(T, BeanDefinitionBuilder, Object) - Method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
Callback to post process a repository bean definition prior to actual registration.
Property - Class in org.springframework.data.repository.query.parser
Abstraction of a Property of a domain class.

Q

QUERY_LOOKUP_STRATEGY - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
QueryCreationException - Exception in org.springframework.data.repository.query
Exception to be thrown if a query cannot be created from a QueryMethod.
QueryLookupStrategy - Interface in org.springframework.data.repository.query
Strategy interface for which way to lookup RepositoryQuerys.
QueryLookupStrategy.Key - Enum in org.springframework.data.repository.query
 
QueryMethod - Class in org.springframework.data.repository.query
Abstraction of a method that is designated to execute a finder query.
QueryMethod(Method) - Constructor for class org.springframework.data.repository.query.QueryMethod
Creates a new QueryMethod from the given parameters.

R

ReflectiveEntityInformationSupport - Class in org.springframework.data.repository.support
IsNewAware and IdAware implementation that reflectively checks a Field or Method annotated with the given annotations.
ReflectiveEntityInformationSupport(Class<?>, Class<? extends Annotation>...) - Constructor for class org.springframework.data.repository.support.ReflectiveEntityInformationSupport
Creates a new ReflectiveEntityInformationSupport by inspecting the given class for a Field or Method for and Id annotation.
registerBeansForRoot(BeanDefinitionRegistry, Object) - Method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
Callback to register additional bean definitions for a repositories root node.
registerWithSourceAndGeneratedBeanName(BeanDefinitionRegistry, AbstractBeanDefinition, Object) - Static method in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
Sets the given source on the given AbstractBeanDefinition and registers it inside the given BeanDefinitionRegistry.
RelatedEntity - Annotation Type in org.springframework.persistence
Annotation indicating that a field may be stored in a foreign store and specifying the necessary guarantees.
removeProperty(String) - Method in interface org.springframework.data.support.ChangeSet
 
removeProperty(String) - Method in class org.springframework.data.support.HashMapChangeSet
 
Repository<T,ID extends Serializable> - Interface in org.springframework.data.repository
Interface for generic CRUD operations on a repository for a specific type.
REPOSITORY_FACTORY_CLASS_NAME - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
REPOSITORY_IMPL_POSTFIX - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
RepositoryConfig<T extends SingleRepositoryConfigInformation<S>,S extends CommonRepositoryConfigInformation> - Class in org.springframework.data.repository.config
Class defining access to the repository configuration abstracting the content of the repositories element in XML namespcae configuration.
RepositoryConfig(Element, String) - Constructor for class org.springframework.data.repository.config.RepositoryConfig
Creates an instance of RepositoryConfig.
RepositoryFactoryBeanSupport<T extends Repository<?,?>> - Class in org.springframework.data.repository.support
Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
RepositoryFactoryBeanSupport() - Constructor for class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
 
RepositoryFactorySupport - Class in org.springframework.data.repository.support
Factory bean to create instances of a given repository interface.
RepositoryFactorySupport() - Constructor for class org.springframework.data.repository.support.RepositoryFactorySupport
 
RepositoryFactorySupport.QueryExecuterMethodInterceptor - Class in org.springframework.data.repository.support
This MethodInterceptor intercepts calls to methods of the custom implementation and delegates the to it if configured.
RepositoryFactorySupport.QueryExecuterMethodInterceptor(Class<?>, Object, RepositorySupport<?, ?>) - Constructor for class org.springframework.data.repository.support.RepositoryFactorySupport.QueryExecuterMethodInterceptor
Creates a new RepositoryFactorySupport.QueryExecuterMethodInterceptor.
RepositoryProxyPostProcessor - Interface in org.springframework.data.repository.support
Callback interface used during repository proxy creation.
RepositoryQuery - Interface in org.springframework.data.repository.query
Interface for a query abstraction.
RepositorySupport<T,ID extends Serializable> - Class in org.springframework.data.repository.support
Abstract base class for generic repositories.
RepositorySupport(Class<T>) - Constructor for class org.springframework.data.repository.support.RepositorySupport
Creates a new RepositorySupport.
resolveQuery(Method) - Method in interface org.springframework.data.repository.query.QueryLookupStrategy
Resolves a RepositoryQuery from the given QueryMethod that can be executed afterwards.
resume() - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 
retrieveState() - Static method in class org.springframework.persistence.support.StateProvider
 
rollback(TransactionStatus) - Method in class org.springframework.persistence.transaction.NaiveDoubleTransactionManager
 

S

save(T) - Method in interface org.springframework.data.repository.Repository
Saves a given entity.
save(Iterable<? extends T>) - Method in interface org.springframework.data.repository.Repository
Saves all given entities.
SerializationStore - Annotation Type in org.springframework.data.serialization
 
set(String, Object) - Method in interface org.springframework.data.support.ChangeSet
 
set(String, Object) - Method in class org.springframework.data.support.HashMapChangeSet
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport
 
setCreatedBy(U) - Method in interface org.springframework.data.domain.Auditable
Sets the user who created this entity.
setCreatedDate(DateTime) - Method in interface org.springframework.data.domain.Auditable
Sets the creation date of the entity.
setCustomImplementation(Object) - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
Setter to inject a custom repository implementation.
setLastModifiedBy(U) - Method in interface org.springframework.data.domain.Auditable
Sets the user who modified the entity lastly.
setLastModifiedDate(DateTime) - Method in interface org.springframework.data.domain.Auditable
Sets the date of the last modification.
setQueryLookupStrategyKey(QueryLookupStrategy.Key) - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
Set the QueryLookupStrategy.Key to be used.
setQueryLookupStrategyKey(QueryLookupStrategy.Key) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Sets the strategy of how to lookup a query to execute finders.
setRepositoryInterface(Class<? extends T>) - Method in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport
Setter to inject the repository interface to implement.
setState(BACKING_INTERFACE, STATE) - Method in class org.springframework.persistence.support.AbstractConstructorEntityInstantiator
Subclasses must implement to set state
setTransactionManager(String) - Method in class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport
Setter to configure which transaction manager to be used.
setUnderlyingState(STATE) - Static method in class org.springframework.persistence.support.StateProvider
 
SimpleParameterAccessor - Class in org.springframework.data.repository.query
SimpleParameterAccessor is used to bind method parameters.
SimpleParameterAccessor(Parameters, Object[]) - Constructor for class org.springframework.data.repository.query.SimpleParameterAccessor
Creates a new SimpleParameterAccessor.
SimpleParameterAccessor.BindableParameterIterator - Class in org.springframework.data.repository.query
Iterator class to allow traversing all bindable parameters inside the accessor.
SimpleParameterAccessor.BindableParameterIterator() - Constructor for class org.springframework.data.repository.query.SimpleParameterAccessor.BindableParameterIterator
 
SingleRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> - Interface in org.springframework.data.repository.config
Interface to capture configuration information necessary to set up a single repository instance.
Sort - Class in org.springframework.data.domain
Sort option for queries.
Sort(Sort.Order...) - Constructor for class org.springframework.data.domain.Sort
 
Sort(List<Sort.Order>) - Constructor for class org.springframework.data.domain.Sort
Creates a new Sort instance.
Sort(String...) - Constructor for class org.springframework.data.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, String...) - Constructor for class org.springframework.data.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, List<String>) - Constructor for class org.springframework.data.domain.Sort
Creates a new Sort instance.
Sort.Direction - Enum in org.springframework.data.domain
Enumeration for sort directions.
Sort.Order - Class in org.springframework.data.domain
Property implements the pairing of an Order and a property.
Sort.Order(Sort.Direction, String) - Constructor for class org.springframework.data.domain.Sort.Order
Creates a new Sort.Order instance. if order is null then order defaults to
Sort.Order(String) - Constructor for class org.springframework.data.domain.Sort.Order
Creates a new Sort.Order instance.
StateProvider - Class in org.springframework.persistence.support
 
supports(String, Class<?>) - Method in enum org.springframework.data.repository.query.parser.Part.Type
Returns whether the the type supports the given raw property.
suspend() - Method in class org.springframework.data.transaction.ChangeSetBackedTransactionSynchronization
 

T

toDotPath() - Method in class org.springframework.data.repository.query.parser.Property
Returns the Property path in dot notation.
toSort() - Method in class org.springframework.data.repository.query.parser.OrderBySource
 
toString() - Method in class org.springframework.data.domain.PageImpl
 
toString() - Method in class org.springframework.data.domain.Sort.Order
 
toString() - Method in class org.springframework.data.domain.Sort
 
toString() - Method in class org.springframework.data.repository.query.Parameter
 
toString() - Method in class org.springframework.data.repository.query.QueryMethod
 
toString() - Method in class org.springframework.data.support.HashMapChangeSet
 
TRANSACTION_MANAGER_REF - Static variable in class org.springframework.data.repository.config.RepositoryConfig
 
TransactionalRepositoryFactoryBeanSupport<T extends Repository<?,?>> - Class in org.springframework.data.repository.support
Extension of RepositoryFactoryBeanSupport to add transactional capabilities to the repository proxy.
TransactionalRepositoryFactoryBeanSupport() - Constructor for class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport
 
TxUtils - Class in org.springframework.data.repository.util
Simple constants holder.
TYPES - Static variable in class org.springframework.data.repository.query.Parameters
 

U

unwrapReflectionException(Exception) - Static method in class org.springframework.data.repository.util.ClassUtils
Helper method to extract the original exception that can possibly occur during a reflection call.

V

validate(Class<? extends Repository<?, ?>>, Object) - Method in class org.springframework.data.repository.support.RepositoryFactorySupport
Validates the given repository interface as well as the given custom implementation.
valueOf(String) - Static method in enum org.springframework.data.domain.Sort.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.repository.query.parser.Part.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.repository.query.QueryLookupStrategy.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.persistence.AsynchStoreCompletionListener.StoreResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.persistence.PersistencePolicy.LATENCY_SENSITIVITY
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.domain.Sort.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.repository.query.parser.Part.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.repository.query.QueryLookupStrategy.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.persistence.AsynchStoreCompletionListener.StoreResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.persistence.PersistencePolicy.LATENCY_SENSITIVITY
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Sort.Direction) - Method in class org.springframework.data.domain.Sort.Order
Returns a new Sort.Order with the given Sort.Order.
withProperties(String...) - Method in class org.springframework.data.domain.Sort.Order
Returns a new Sort instance for the given properties.

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

Copyright © 2011. All Rights Reserved.