Package | Description |
---|---|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.support |
Core support classes.
|
Modifier and Type | Method and Description |
---|---|
protected IsNewStrategy |
MappingContextIsNewStrategyFactory.doGetIsNewStrategy(Class<?> type) |
Modifier and Type | Class and Description |
---|---|
class |
PersistableIsNewStrategy
IsNewStrategy that invokes Persistable.isNew() on the given object. |
Modifier and Type | Method and Description |
---|---|
protected abstract IsNewStrategy |
IsNewStrategyFactorySupport.doGetIsNewStrategy(Class<?> type)
Determine the actual
IsNewStrategy to be used for the given type. |
IsNewStrategy |
IsNewStrategyFactorySupport.getIsNewStrategy(Class<?> type) |
IsNewStrategy |
IsNewStrategyFactory.getIsNewStrategy(Class<?> type)
Returns the
IsNewStrategy to be used for the given type. |
IsNewStrategy |
CachingIsNewStrategyFactory.getIsNewStrategy(Class<?> type) |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.