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
public class NestedEmbeddedIdMapper extends EmbeddedIdMapper
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.
-
-
Field Summary
-
Fields inherited from class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
compositeIdClass, ids
-
-
Constructor Summary
Constructors Constructor Description NestedEmbeddedIdMapper(PropertyData propertyData, Component component)
-
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
doPrivileged, 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 Detail
-
NestedEmbeddedIdMapper
public NestedEmbeddedIdMapper(PropertyData propertyData, Component component)
-
-