Uses of Package
org.springframework.data.support

Packages that use org.springframework.data.support
org.springframework.data.auditing   
org.springframework.data.mapping.context Mapping context API and implementation base classes. 
org.springframework.data.support   
 

Classes in org.springframework.data.support used by org.springframework.data.auditing
IsNewStrategyFactory
          Factory interface to create IsNewStrategy instances for a given class.
 

Classes in org.springframework.data.support used by org.springframework.data.mapping.context
IsNewStrategy
          Strategy interface to determine whether a given entity is to be considered new.
IsNewStrategyFactory
          Factory interface to create IsNewStrategy instances for a given class.
IsNewStrategyFactorySupport
          IsNewStrategyFactory that handles Persistable implementations directly by retuning a PersistableIsNewStrategy and delegating to IsNewStrategyFactorySupport.doGetIsNewStrategy(Class) for all other types.
 

Classes in org.springframework.data.support used by org.springframework.data.support
IsNewStrategy
          Strategy interface to determine whether a given entity is to be considered new.
IsNewStrategyFactory
          Factory interface to create IsNewStrategy instances for a given class.
PersistableIsNewStrategy
          IsNewStrategy that invokes Persistable.isNew() on the given object.
 



Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.