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 |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Method and Description |
---|---|
Alias |
TypeInformationMapper.createAliasFor(TypeInformation<?> type)
Returns the alias to be used for the given
TypeInformation . |
Alias |
SimpleTypeInformationMapper.createAliasFor(TypeInformation<?> type)
Turn the given type information into the String representation that shall be stored.
|
Alias |
MappingContextTypeInformationMapper.createAliasFor(TypeInformation<?> type) |
Alias |
ConfigurableTypeInformationMapper.createAliasFor(TypeInformation<?> type) |
protected Alias |
DefaultTypeMapper.getAliasFor(TypeInformation<?> info)
Returns the alias to be used for the given
TypeInformation . |
Alias |
TypeAliasAccessor.readAliasFrom(S source)
Reads the type alias to be used from the given source.
|
Modifier and Type | Method and Description |
---|---|
Optional<TypeInformation<?>> |
TypeInformationMapper.resolveTypeFrom(Alias alias)
Returns the actual
TypeInformation to be used for the given alias. |
Optional<TypeInformation<?>> |
SimpleTypeInformationMapper.resolveTypeFrom(Alias alias)
Returns the
TypeInformation that shall be used when the given String value is found as type hint. |
Optional<TypeInformation<?>> |
MappingContextTypeInformationMapper.resolveTypeFrom(Alias alias) |
Optional<TypeInformation<?>> |
ConfigurableTypeInformationMapper.resolveTypeFrom(Alias alias) |
Modifier and Type | Field and Description |
---|---|
static Alias |
Alias.NONE |
Modifier and Type | Method and Description |
---|---|
Alias |
PersistentEntity.getTypeAlias()
Returns the alias to be used when storing type information.
|
static Alias |
Alias.of(Object alias) |
static Alias |
Alias.ofOptional(Optional<? extends Object> optional) |
Modifier and Type | Method and Description |
---|---|
boolean |
Alias.hasSamePresentValueAs(Alias other) |
boolean |
Alias.isPresentButDifferent(Alias other) |
Modifier and Type | Method and Description |
---|---|
Alias |
BasicPersistentEntity.getTypeAlias() |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.