Spring Data Commons

Uses of Interface
org.springframework.data.repository.support.EntityMetadata

Packages that use EntityMetadata
org.springframework.data.repository.query Support classes to work with query methods. 
org.springframework.data.repository.support Base classes to implement repositories for various data stores. 
 

Uses of EntityMetadata in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query that return EntityMetadata
 EntityMetadata<?> QueryMethod.getEntityInformation()
           
 

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

Subinterfaces of EntityMetadata in org.springframework.data.repository.support
 interface EntityInformation<T,ID extends Serializable>
          Extension of EntityMetadata to add functionality to query information of entity instances.
 

Classes in org.springframework.data.repository.support that implement EntityMetadata
 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.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.