Uses of Class
org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectPath
-
-
Uses of ObjectPath in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type ObjectPath Modifier and Type Method Description SearchExceptionLog_$logger. invalidObjectPath(ObjectPath path, String causeMessage, Exception cause)SearchExceptionLog. invalidObjectPath(ObjectPath path, String causeMessage, Exception cause) -
Uses of ObjectPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return ObjectPath Modifier and Type Method Description ObjectPath[]derivedFrom()ObjectPathinversePath() -
Uses of ObjectPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type ObjectPath Modifier and Type Method Description Optional<PojoModelPathValueNode>MappingAnnotationProcessorContext. toPojoModelPathValueNode(ObjectPath objectPath)Convert anObjectPathannotation to aPojoModelPathValueNode. -
Uses of ObjectPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type ObjectPath Modifier and Type Method Description Optional<PojoModelPathValueNode>AbstractMappingAnnotationProcessorContext. toPojoModelPathValueNode(ObjectPath objectPath)static Optional<PojoModelPathValueNode>MappingAnnotationProcessorUtils. toPojoModelPathValueNode(ObjectPath objectPath)
-