Uses of Interface
org.hibernate.search.mapper.pojo.identity.spi.IdentifierMapping
-
-
Uses of IdentifierMapping in org.hibernate.search.mapper.pojo.identity.impl
Subinterfaces of IdentifierMapping in org.hibernate.search.mapper.pojo.identity.impl Modifier and Type Interface Description interfaceIdentifierMappingImplementor<I,E>Classes in org.hibernate.search.mapper.pojo.identity.impl that implement IdentifierMapping Modifier and Type Class Description classPropertyIdentifierMapping<I,E>classProvidedIdentifierMappingclassUnconfiguredIdentifierMapping<E>classUnmappedPropertyIdentifierMapping<I,E> -
Uses of IdentifierMapping in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type IdentifierMapping Modifier and Type Method Description default voidPojoTypeExtendedMappingCollector. identifierMapping(IdentifierMapping identifierMapping) -
Uses of IdentifierMapping in org.hibernate.search.mapper.pojo.search.loading.impl
Methods in org.hibernate.search.mapper.pojo.search.loading.impl that return IdentifierMapping Modifier and Type Method Description IdentifierMappingPojoSearchLoadingIndexedTypeContext. identifierMapping()
-