Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathsDefinition
-
Packages that use PojoPathsDefinition Package Description org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi -
-
Uses of PojoPathsDefinition in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type PojoPathsDefinition Modifier and Type Method Description PojoAdditionalMetadataCollectorEntityTypeNodePojoAdditionalMetadataCollectorTypeNode. markAsEntity(String entityName, PojoPathsDefinition pathsDefinition)Mark this type as an entity type.
-