| 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
Deprecated.
as of 2.1 in favor of looking up the
PersistentEntity and calling
PersistentEntity.isNew(Object) on it |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingIsNewStrategyFactory
Deprecated.
as of 2.1 in favor of
PersistentEntity.isNew(Object) |
class |
IsNewStrategyFactorySupport
Deprecated.
since 2.1 in favor of
PersistentEntity.isNew(Object) |
| Constructor and Description |
|---|
CachingIsNewStrategyFactory(@NonNull IsNewStrategyFactory delegate)
Deprecated.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.