Package | Description |
---|---|
org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
Modifier and Type | Method and Description |
---|---|
EntityInstantiator |
EntityInstantiators.getInstantiatorFor(PersistentEntity<?,?> entity)
Deprecated.
|
Constructor and Description |
---|
EntityInstantiators(EntityInstantiator fallback)
Deprecated.
Creates a new
EntityInstantiators using the given EntityInstantiator as fallback. |
EntityInstantiators(EntityInstantiator defaultInstantiator,
Map<Class<?>,EntityInstantiator> customInstantiators)
Deprecated.
Creates a new
EntityInstantiator using the given fallback EntityInstantiator and the given custom
ones. |
Constructor and Description |
---|
EntityInstantiators(EntityInstantiator defaultInstantiator,
Map<Class<?>,EntityInstantiator> customInstantiators)
Deprecated.
Creates a new
EntityInstantiator using the given fallback EntityInstantiator and the given custom
ones. |
EntityInstantiators(Map<Class<?>,EntityInstantiator> customInstantiators)
Deprecated.
Creates a new
EntityInstantiators using the default fallback instantiator and the given custom ones. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.