Spring Data Core

Uses of Package
org.springframework.data.support

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

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.
 


Spring Data Core

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