| Package | Description |
|---|---|
| org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
| org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityInstantiator
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassGeneratingEntityInstantiator
Deprecated.
since 2.3, use
ClassGeneratingEntityInstantiator instead |
class |
KotlinClassGeneratingEntityInstantiator
Deprecated.
since 2.3, use
KotlinClassGeneratingEntityInstantiator
instead. |
class |
ReflectionEntityInstantiator
Deprecated.
since 2.3, use
ReflectionEntityInstantiator instead. |
| Modifier and Type | Method and Description |
|---|---|
static EntityInstantiator |
InternalEntityInstantiatorFactory.getClassGeneratingEntityInstantiator()
Deprecated.
|
EntityInstantiator |
EntityInstantiators.getInstantiatorFor(PersistentEntity<?,?> entity)
Returns the
EntityInstantiator to be used to create the given PersistentEntity. |
static EntityInstantiator |
InternalEntityInstantiatorFactory.getKotlinClassGeneratingEntityInstantiator()
Deprecated.
|
static EntityInstantiator |
InternalEntityInstantiatorFactory.getReflectionEntityInstantiator()
Deprecated.
|
| Constructor and Description |
|---|
EntityInstantiators(EntityInstantiator fallback)
Creates a new
EntityInstantiators using the given EntityInstantiator as fallback. |
EntityInstantiators(EntityInstantiator defaultInstantiator,
Map<Class<?>,EntityInstantiator> customInstantiators)
Creates a new
EntityInstantiator using the given fallback EntityInstantiator and the given custom
ones. |
| Constructor and Description |
|---|
EntityInstantiators(EntityInstantiator defaultInstantiator,
Map<Class<?>,EntityInstantiator> customInstantiators)
Creates a new
EntityInstantiator using the given fallback EntityInstantiator and the given custom
ones. |
EntityInstantiators(Map<Class<?>,EntityInstantiator> customInstantiators)
Creates a new
EntityInstantiators using the default fallback instantiator and the given custom ones. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.