Class NestedEmbeddedIdMapper
java.lang.Object
org.hibernate.envers.internal.entities.mapper.AbstractMapper
org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
org.hibernate.envers.internal.entities.mapper.id.NestedEmbeddedIdMapper
- All Implemented Interfaces:
IdMapper, SimpleIdMapperBuilder, SimpleMapperBuilder
An identifier mapper that is meant to support nested
Embeddable instances
inside an existing EmbeddedId identifier hierarchy.-
Field Summary
Fields inherited from class AbstractCompositeIdMapper
compositeType, ids -
Constructor Summary
ConstructorsConstructorDescriptionNestedEmbeddedIdMapper(PropertyData propertyData, org.hibernate.mapping.Component component) -
Method Summary
Methods inherited from class EmbeddedIdMapper
mapToEntityFromMap, mapToIdFromEntity, mapToMapFromEntity, mapToMapFromId, mapToQueryParametersFromId, prefixMappedPropertiesMethods inherited from class AbstractCompositeIdMapper
add, add, instantiateCompositeId, mapToEntityFromEntity, mapToIdFromMap, mapToImmutableIdFromMapMethods inherited from class AbstractIdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getAndSetValue, getServiceRegistry, getValueFromObject, setValueOnObjectMethods inherited from class AbstractMapper
getAndSetValue, getValueFromObject, getValueFromObject, newObjectInstance, setValueOnObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getServiceRegistry, mapToIdFromMap, mapToMapFromIdMethods inherited from interface SimpleIdMapperBuilder
addMethods inherited from interface SimpleMapperBuilder
add
-
Constructor Details
-
NestedEmbeddedIdMapper
-