Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.impl.DocumentRouter
-
Packages that use DocumentRouter Package Description org.hibernate.search.mapper.pojo.bridge.runtime.impl org.hibernate.search.mapper.pojo.mapping.impl org.hibernate.search.mapper.pojo.work.impl -
-
Uses of DocumentRouter in org.hibernate.search.mapper.pojo.bridge.runtime.impl
Classes in org.hibernate.search.mapper.pojo.bridge.runtime.impl that implement DocumentRouter Modifier and Type Class Description classNoOpDocumentRouterclassRoutingBridgeDocumentRouter<E> -
Uses of DocumentRouter in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return DocumentRouter Modifier and Type Method Description DocumentRouter<? super E>PojoIndexedTypeManager. router()Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type DocumentRouter Constructor Description PojoIndexedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, DocumentRouter<? super E> documentRouter, PojoPathOrdinals pathOrdinals, PojoIndexingProcessor<E> processor, MappedIndexManager indexManager, PojoImplicitReindexingResolver<E> reindexingResolver) -
Uses of DocumentRouter in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return DocumentRouter Modifier and Type Method Description DocumentRouter<? super E>PojoWorkIndexedTypeContext. router()
-