Package | Description |
---|---|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.support |
Core support classes.
|
Class and Description |
---|
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. |
Class and Description |
---|
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-2014–2015 Pivotal Software, Inc.. All rights reserved.