Uses of Class
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
-
Packages that use PojoPathDefinition Package Description org.hibernate.search.mapper.orm.model.impl org.hibernate.search.mapper.pojo.model.path.impl org.hibernate.search.mapper.pojo.model.path.spi -
-
Uses of PojoPathDefinition in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return PojoPathDefinition Modifier and Type Method Description PojoPathDefinitionHibernateOrmPathDefinitionProvider. interpretPath(PojoModelPathValueNode source) -
Uses of PojoPathDefinition in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoPathDefinition Modifier and Type Method Description PojoPathDefinitionPojoPathsDefinitionAdapter. interpretPath(PojoModelPathValueNode source)PojoPathDefinitionPojoRuntimePathsBuildingHelper. toPathDefinition(PojoModelPathValueNode path) -
Uses of PojoPathDefinition in org.hibernate.search.mapper.pojo.model.path.spi
Methods in org.hibernate.search.mapper.pojo.model.path.spi that return PojoPathDefinition Modifier and Type Method Description PojoPathDefinitionPojoPathDefinitionProvider. interpretPath(PojoModelPathValueNode source)
-