Uses of Class
org.springframework.data.mapping.Alias
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of Alias in org.springframework.data.convert
Modifier and TypeMethodDescriptionConfigurableTypeInformationMapper.createAliasFor
(TypeInformation<?> type) MappingContextTypeInformationMapper.createAliasFor
(TypeInformation<?> type) SimpleTypeInformationMapper.createAliasFor
(TypeInformation<?> type) Turn the given type information into the String representation that shall be stored.TypeInformationMapper.createAliasFor
(TypeInformation<?> type) Returns the alias to be used for the givenTypeInformation
.protected final Alias
DefaultTypeMapper.getAliasFor
(TypeInformation<?> info) Returns the alias to be used for the givenTypeInformation
.TypeAliasAccessor.readAliasFrom
(S source) Reads the type alias to be used from the given source.Modifier and TypeMethodDescriptionConfigurableTypeInformationMapper.resolveTypeFrom
(Alias alias) MappingContextTypeInformationMapper.resolveTypeFrom
(Alias alias) SimpleTypeInformationMapper.resolveTypeFrom
(Alias alias) Returns theTypeInformation
that shall be used when the givenString
value is found as type hint.TypeInformationMapper.resolveTypeFrom
(Alias alias) Returns the actualTypeInformation
to be used for the given alias. -
Uses of Alias in org.springframework.data.mapping
Modifier and TypeMethodDescriptionstatic Alias
Alias.empty()
Returns an emptyAlias
instance.PersistentEntity.getTypeAlias()
Returns the alias to be used when storing type information.static Alias
Create anAlias
given thealias
object.static Alias
Alias.ofNullable
(Object alias) Create anAlias
from a possibly presentalias
object.Modifier and TypeMethodDescriptionboolean
Alias.hasSamePresentValueAs
(Alias other) Returns whether the the current alias is present and has the same value as the givenAlias
.boolean
Alias.isPresentButDifferent
(Alias other) Checks whether thisAlias
has a value but is different from theother
value. -
Uses of Alias in org.springframework.data.mapping.model