| Package | Description |
|---|---|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| org.springframework.data.support |
Core support classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingContextIsNewStrategyFactory
An
IsNewStrategyFactory using a MappingContext to determine the IsNewStrategy to be returned
for a particular type. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
CachingIsNewStrategyFactory(IsNewStrategyFactory delegate)
Creates a new
CachingIsNewStrategyFactory delegating to the given IsNewStrategyFactory. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.