Spring Data Commmons

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

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

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

Classes in org.springframework.data.repository.support that implement IdAware
 class PersistableEntityInformation
          Implementation of IsNewAware that assumes the entity handled implements Persistable and uses Persistable.isNew() for the PersistableEntityInformation.isNew(Object) check.
 class ReflectiveEntityInformationSupport
          IsNewAware and IdAware implementation that reflectively checks a Field or Method annotated with the given annotations.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.