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 |
SimpleTypeInformationMapper.createAliasFor(TypeInformation<?> type)
Turn the given type information into the String representation that shall be stored.
|
Alias |
TypeInformationMapper.createAliasFor(TypeInformation<?> type)
Returns the alias to be used for the given
TypeInformation . |
Alias |
ConfigurableTypeInformationMapper.createAliasFor(TypeInformation<?> type) |
Alias |
MappingContextTypeInformationMapper.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 |
---|---|
TypeInformation<?> |
SimpleTypeInformationMapper.resolveTypeFrom(Alias alias)
Returns the
TypeInformation that shall be used when the given String value is found as type hint. |
TypeInformation<?> |
TypeInformationMapper.resolveTypeFrom(Alias alias)
Returns the actual
TypeInformation to be used for the given alias. |
TypeInformation<?> |
ConfigurableTypeInformationMapper.resolveTypeFrom(Alias alias) |
TypeInformation<?> |
MappingContextTypeInformationMapper.resolveTypeFrom(Alias alias) |
Modifier and Type | Field and Description |
---|---|
static Alias |
Alias.NONE
Common instance for
empty() . |
Modifier and Type | Method and Description |
---|---|
static Alias |
Alias.empty()
Returns an empty
Alias instance. |
Alias |
PersistentEntity.getTypeAlias()
Returns the alias to be used when storing type information.
|
static Alias |
Alias.of(Object alias)
Create an
Alias given the alias object. |
static Alias |
Alias.ofNullable(Object alias)
Create an
Alias from a possibly present alias object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Alias.hasSamePresentValueAs(Alias other)
Returns whether the the current alias is present and has the same value as the given
Alias . |
boolean |
Alias.isPresentButDifferent(Alias other)
Checks whether this
Alias has a value but is different from the other value. |
Modifier and Type | Method and Description |
---|---|
Alias |
BasicPersistentEntity.getTypeAlias() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.