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 org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
compositeIdClass, ids
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
mapToEntityFromMap, mapToIdFromEntity, mapToMapFromEntity, mapToMapFromId, mapToQueryParametersFromId, prefixMappedProperties
Methods inherited from class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
add, add, instantiateCompositeId, mapToEntityFromEntity, mapToIdFromMap
Methods inherited from class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getAndSetValue, getServiceRegistry, getValueFromObject, setValueOnObject
Methods inherited from class org.hibernate.envers.internal.entities.mapper.AbstractMapper
getAndSetValue, getValueFromObject, getValueFromObject, newObjectInstance, setValueOnObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getServiceRegistry, mapToIdFromMap, mapToMapFromId
Methods inherited from interface org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
add
Methods inherited from interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
add
-
Constructor Details
-
NestedEmbeddedIdMapper
-