Spring Data Core

Uses of Interface
org.springframework.data.support.IsNewStrategyFactory

Packages that use IsNewStrategyFactory
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. 
 

Uses of IsNewStrategyFactory in org.springframework.data.auditing
 

Constructors in org.springframework.data.auditing with parameters of type IsNewStrategyFactory
IsNewAwareAuditingHandler(IsNewStrategyFactory isNewStrategyFactory)
          Creates a new IsNewAwareAuditingHandler using the given IsNewStrategyFactory.
 

Uses of IsNewStrategyFactory in org.springframework.data.mapping.context
 

Classes in org.springframework.data.mapping.context that implement IsNewStrategyFactory
 class MappingContextIsNewStrategyFactory
          An IsNewStrategyFactory using a MappingContext to determine the IsNewStrategy to be returned for a particular type.
 

Uses of IsNewStrategyFactory in org.springframework.data.support
 

Classes in org.springframework.data.support that implement IsNewStrategyFactory
 class CachingIsNewStrategyFactory
          IsNewStrategyFactory that caches resolved IsNewStrategy instances per type to avoid re-resolving them on each and every request.
 class IsNewStrategyFactorySupport
          IsNewStrategyFactory that handles Persistable implementations directly by retuning a PersistableIsNewStrategy and delegating to IsNewStrategyFactorySupport.doGetIsNewStrategy(Class) for all other types.
 

Constructors in org.springframework.data.support with parameters of type IsNewStrategyFactory
CachingIsNewStrategyFactory(IsNewStrategyFactory delegate)
          Creates a new CachingIsNewStrategyFactory delegating to the given IsNewStrategyFactory.
 


Spring Data Core

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