Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPath
Packages that use PojoModelPath
Package
Description
-
Uses of PojoModelPath in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type PojoModelPathModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unknownPathForDirtyChecking(PojoModelPath path, Exception e) Log.unknownPathForDirtyChecking(PojoModelPath path, Exception e) final SearchExceptionLog_$logger.unreportedPathForDirtyChecking(PojoModelPath path, Value value) Log.unreportedPathForDirtyChecking(PojoModelPath path, Value value) -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Fields in org.hibernate.search.mapper.pojo.automaticindexing.building.impl declared as PojoModelPathModifier and TypeFieldDescriptionfinal PojoModelPathDerivedDependencyWalkingInfo.derivedFromPathConstructors in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type PojoModelPathModifierConstructorDescriptionDerivedDependencyWalkingInfo(PojoIndexingDependencyCollectorMonomorphicDirectValueNode<?, ?> node, PojoModelPath derivedFromPath) -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoModelPathModifierConstructorDescriptionPojoImplicitReindexingResolverPropertyNode(ValueReadHandle<P> handle, PojoImplicitReindexingResolverNode<? super P> nested, PojoModelPath modelPath) -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.logging.spi
Constructors in org.hibernate.search.mapper.pojo.logging.spi with parameters of type PojoModelPath -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.model.path
Subclasses of PojoModelPath in org.hibernate.search.mapper.pojo.model.pathModifier and TypeClassDescriptionfinal classA node in aPojoModelPathrepresenting a property.final classA node in aPojoModelPathrepresenting the value(s) of a property.Methods in org.hibernate.search.mapper.pojo.model.path that return PojoModelPath -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoModelPath -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type PojoModelPathModifierConstructorDescriptionPojoIndexingProcessorPropertyNode(ValueReadHandle<P> handle, PojoIndexingProcessor<? super P> nested, PojoModelPath modelPath) -
Uses of PojoModelPath in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoModelPathModifier and TypeMethodDescriptionstatic EventContextPojoEventContexts.fromPath(PojoModelPath unboundPath)