Interface SimpleIdMapperBuilder
- All Superinterfaces:
IdMapper,SimpleMapperBuilder
- All Known Implementing Classes:
AbstractCompositeIdMapper,EmbeddedIdMapper,MultipleIdMapper,NestedEmbeddedIdMapper,SingleIdMapper,VirtualEntitySingleIdMapper
A simple identifier builder contract.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(PropertyData propertyData, AbstractIdMapper idMapper) Add a custom identifier mapper to the builder.Methods inherited from interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getServiceRegistry, mapToEntityFromMap, mapToIdFromEntity, mapToIdFromMap, mapToMapFromEntity, mapToMapFromId, mapToMapFromId, mapToQueryParametersFromId, prefixMappedPropertiesMethods inherited from interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
add
-
Method Details
-
add
Add a custom identifier mapper to the builder.- Parameters:
propertyData- the property dataidMapper- the mapper
-