Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.PojoPathOrdinals
-
-
Uses of PojoPathOrdinals in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoPathOrdinals Constructor Description PojoImplicitReindexingAssociationInverseSideResolver(PojoPathOrdinals pathOrdinals, PojoPathFilter dirtyContainingAssociationFilter, List<List<PojoImplicitReindexingAssociationInverseSideResolverNode<Object>>> resolversByOrdinal) -
Uses of PojoPathOrdinals in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoPathOrdinals Modifier and Type Method Description PojoPathOrdinalsAbstractPojoTypeManager. pathOrdinals()Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoPathOrdinals Constructor Description AbstractPojoTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoContainedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)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 PojoPathOrdinals in org.hibernate.search.mapper.pojo.model.path.impl
Fields in org.hibernate.search.mapper.pojo.model.path.impl declared as PojoPathOrdinals Modifier and Type Field Description PojoPathOrdinalsPojoPathOrdinalReference. ordinalsMethods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoPathOrdinals Modifier and Type Method Description PojoPathOrdinalsPojoRuntimePathsBuildingHelper. pathOrdinals()Constructors in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoPathOrdinals Constructor Description PojoPathOrdinalReference(int ordinal, PojoPathOrdinals ordinals) -
Uses of PojoPathOrdinals in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoPathOrdinals Modifier and Type Method Description PojoPathOrdinalsPojoWorkTypeContext. pathOrdinals()
-