Uses of Interface
org.hibernate.search.mapper.pojo.common.spi.PojoEntityReferenceFactoryDelegate
-
-
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoEntityReferenceFactoryDelegate Modifier and Type Method Description org.hibernate.search.mapper.pojo.mapping.impl.PojoEntityReferenceFactoryPojoMappingDelegateImpl. createEntityReferenceFactory(PojoEntityReferenceFactoryDelegate delegate) -
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return PojoEntityReferenceFactoryDelegate Modifier and Type Method Description PojoEntityReferenceFactoryDelegateAbstractPojoMappingImplementor. entityReferenceFactoryDelegate()Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoEntityReferenceFactoryDelegate Modifier and Type Method Description EntityReferenceFactoryPojoMappingDelegate. createEntityReferenceFactory(PojoEntityReferenceFactoryDelegate delegate)Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoEntityReferenceFactoryDelegate Constructor Description AbstractPojoMappingImplementor(PojoMappingDelegate delegate, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate)Deprecated. -
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return PojoEntityReferenceFactoryDelegate Modifier and Type Method Description PojoEntityReferenceFactoryDelegatePojoMassIndexingMappingContext. entityReferenceFactoryDelegate() -
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoEntityReferenceFactoryDelegate Modifier and Type Method Description PojoEntityReferenceFactoryDelegatePojoScopeMappingContext. entityReferenceFactoryDelegate() -
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.search.loading.impl
Constructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type PojoEntityReferenceFactoryDelegate Constructor Description PojoProjectionHitMapper(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoLoadingPlan<E> loadingPlan)PojoSearchLoadingContext(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContext delegate)PojoSearchLoadingContextBuilder(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> delegate) -
Uses of PojoEntityReferenceFactoryDelegate in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return PojoEntityReferenceFactoryDelegate Modifier and Type Method Description PojoEntityReferenceFactoryDelegatePojoWorkMappingContext. entityReferenceFactoryDelegate()
-