Uses of Class
org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectPath
-
Packages that use ObjectPath Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing -
-
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()
ObjectPath
inversePath()
-
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 anObjectPath
annotation to aPojoModelPathValueNode
.
-