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, prefixMappedPropertiesMethods inherited from class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
add, add, instantiateCompositeId, mapToEntityFromEntity, mapToIdFromMapMethods inherited from class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getAndSetValue, getServiceRegistry, getValueFromObject, setValueOnObjectMethods inherited from class org.hibernate.envers.internal.entities.mapper.AbstractMapper
getAndSetValue, getValueFromObject, getValueFromObject, newObjectInstance, setValueOnObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getServiceRegistry, mapToIdFromMap, mapToMapFromIdMethods inherited from interface org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
addMethods inherited from interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
add
-
Constructor Details
-
NestedEmbeddedIdMapper
-