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 IdMapper
addIdEqualsToQuery, addIdsEqualToQuery, addIdsEqualToQuery, addNamedIdEqualsToQuery, addNamedIdEqualsToQuery, addNullableIdsEqualToQuery, getServiceRegistry, mapToEntityFromMap, mapToIdFromEntity, mapToIdFromMap, mapToMapFromEntity, mapToMapFromId, mapToMapFromId, mapToQueryParametersFromId, prefixMappedPropertiesMethods inherited from interface SimpleMapperBuilder
add
-
Method Details
-
add
Add a custom identifier mapper to the builder.- Parameters:
propertyData- the property dataidMapper- the mapper
-