Uses of Interface
org.hibernate.search.mapper.pojo.identity.impl.IdentifierMappingImplementor
Packages that use IdentifierMappingImplementor
Package
Description
-
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.identity.impl
Classes in org.hibernate.search.mapper.pojo.identity.impl that implement IdentifierMappingImplementorModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classFields in org.hibernate.search.mapper.pojo.identity.impl declared as IdentifierMappingImplementorModifier and TypeFieldDescriptionfinal IdentifierMappingImplementor<I,E> BoundIdentifierMapping.mappingMethods in org.hibernate.search.mapper.pojo.identity.impl that return IdentifierMappingImplementorModifier and TypeMethodDescriptionstatic <E> IdentifierMappingImplementor<Object,E> ProvidedIdentifierMapping.get(BeanHolder<? extends IdentifierBridge<Object>> bridgeHolder) BoundIdentifierMapping.mapping()Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type IdentifierMappingImplementorModifierConstructorDescriptionBoundIdentifierMapping(IdentifierMappingImplementor<I, E> mapping, PojoTypeModel<I> identifierType, Optional<PojoPropertyModel<I>> documentIdSourceProperty) -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as IdentifierMappingImplementorModifier and TypeFieldDescriptionprotected final IdentifierMappingImplementor<I,E> AbstractPojoTypeManager.identifierMappingMethods in org.hibernate.search.mapper.pojo.mapping.impl that return IdentifierMappingImplementorConstructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type IdentifierMappingImplementorModifierConstructorDescriptionAbstractPojoTypeManager(AbstractPojoTypeManager.Builder<E> builder, IdentifierMappingImplementor<I, E> identifierMapping) PojoIndexedTypeManager(PojoIndexedTypeManager.Builder<E> builder, IdentifierMappingImplementor<I, E> identifierMapping) -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return IdentifierMappingImplementor -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return IdentifierMappingImplementor