Uses of Interface
org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
-
Packages that use PojoTypeExtendedMappingCollector Package Description org.hibernate.search.mapper.pojo.identity.impl org.hibernate.search.mapper.pojo.mapping.building.spi -
-
Uses of PojoTypeExtendedMappingCollector in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type PojoTypeExtendedMappingCollector Modifier and Type Method Description IdentifierMappingImplementor<?,E>PojoRootIdentityMappingCollector. buildAndContributeTo(PojoTypeExtendedMappingCollector extendedMappingCollector, IdentityMappingMode mode) -
Uses of PojoTypeExtendedMappingCollector in org.hibernate.search.mapper.pojo.mapping.building.spi
Subinterfaces of PojoTypeExtendedMappingCollector in org.hibernate.search.mapper.pojo.mapping.building.spi Modifier and Type Interface Description interfacePojoContainedTypeExtendedMappingCollectorA collector of extended mapping information.interfacePojoIndexedTypeExtendedMappingCollectorA collector of extended mapping information.
-