Package | Description |
---|---|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
org.springframework.data.support |
Core support classes.
|
Modifier and Type | Method and Description |
---|---|
protected IsNewStrategy |
MappingContextIsNewStrategyFactory.doGetIsNewStrategy(Class<?> type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IsNewStrategy |
BasicPersistentEntity.getFallbackIsNewStrategy()
Returns the default
IsNewStrategy to be used. |
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)
Deprecated.
Determine the actual
IsNewStrategy to be used for the given type. |
IsNewStrategy |
IsNewStrategyFactory.getIsNewStrategy(Class<?> type)
Deprecated.
Returns the
IsNewStrategy to be used for the given type. |
IsNewStrategy |
CachingIsNewStrategyFactory.getIsNewStrategy(Class<?> type)
Deprecated.
|
IsNewStrategy |
IsNewStrategyFactorySupport.getIsNewStrategy(Class<?> type)
Deprecated.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.