Spring Data Commmons

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

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

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

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

Methods in org.springframework.data.repository.support that return IsNewAware
protected abstract  IsNewAware RepositorySupport.createIsNewStrategy(Class<?> domainClass)
          Return whether the given entity is to be regarded as new.
protected  IsNewAware RepositorySupport.getIsNewStrategy()
          Returns the strategy how to determine whether an entity is to be regarded as new.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.