Spring Data Commons

Uses of Class
org.springframework.data.repository.core.support.AbstractEntityInformation

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

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

Subclasses of AbstractEntityInformation in org.springframework.data.repository.core.support
 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 isNew(Object) check.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.