Spring Data Commons

Uses of Interface
org.springframework.data.repository.core.EntityInformation

Packages that use EntityInformation
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
org.springframework.data.repository.support   
 

Uses of EntityInformation in org.springframework.data.repository.core.support
 

Classes in org.springframework.data.repository.core.support that implement EntityInformation
 class AbstractEntityInformation<T,ID extends Serializable>
          Base class for implementations of EntityInformation.
 class PersistableEntityInformation<T extends Persistable<ID>,ID extends Serializable>
          Implementation of EntityMetadata that assumes the entity handled implements Persistable and uses Persistable.isNew() for the AbstractEntityInformation.isNew(Object) check.
 

Methods in org.springframework.data.repository.core.support that return EntityInformation
 EntityInformation<S,ID> RepositoryFactoryBeanSupport.getEntityInformation()
           
 EntityInformation<T,ID> RepositoryFactoryInformation.getEntityInformation()
          Returns EntityInformation the repository factory is using.
abstract
<T,ID extends Serializable>
EntityInformation<T,ID>
RepositoryFactorySupport.getEntityInformation(Class<T> domainClass)
          Returns the EntityInformation for the given domain class.
 

Uses of EntityInformation in org.springframework.data.repository.support
 

Constructors in org.springframework.data.repository.support with parameters of type EntityInformation
DomainClassPropertyEditor(CrudRepository<T,ID> repository, EntityInformation<T,ID> information, PropertyEditorRegistry registry)
          Creates a new DomainClassPropertyEditor for the given CrudRepository, EntityInformation and PropertyEditorRegistry.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.