Class BoundIdentifierMapping<I,E>
java.lang.Object
org.hibernate.search.mapper.pojo.identity.impl.BoundIdentifierMapping<I,E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Optional<PojoPropertyModel<I>>final PojoTypeModel<I>final IdentifierMappingImplementor<I,E> -
Constructor Summary
ConstructorsConstructorDescriptionBoundIdentifierMapping(IdentifierMappingImplementor<I, E> mapping, PojoTypeModel<I> identifierType, Optional<PojoPropertyModel<I>> documentIdSourceProperty) -
Method Summary
-
Field Details
-
mapping
-
identifierType
-
documentIdSourceProperty
-
-
Constructor Details
-
BoundIdentifierMapping
public BoundIdentifierMapping(IdentifierMappingImplementor<I, E> mapping, PojoTypeModel<I> identifierType, Optional<PojoPropertyModel<I>> documentIdSourceProperty)
-
-
Method Details
-
mapping
-