Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinitionProvider
-
-
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoPathDefinitionProvider Modifier and Type Class Description classHibernateOrmPathDefinitionProviderAPojoPathDefinitionProvidersuitable for use with Hibernate ORM, in particular with its event system. -
Uses of PojoPathDefinitionProvider 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 PojoPathDefinitionProvider Modifier and Type Method Description PojoAdditionalMetadataCollectorEntityTypeNodePojoAdditionalMetadataCollectorTypeNode. markAsEntity(String entityName, PojoPathDefinitionProvider pathDefinitionProvider)Mark this type as an entity type. -
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl that return PojoPathDefinitionProvider Modifier and Type Method Description PojoPathDefinitionProviderPojoEntityTypeAdditionalMetadata. pathDefinitionProvider()Constructors in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with parameters of type PojoPathDefinitionProvider Constructor Description PojoEntityTypeAdditionalMetadata(String entityName, PojoPathDefinitionProvider pathDefinitionProvider, Optional<String> entityIdPropertyName) -
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.pojo.model.path.impl
Classes in org.hibernate.search.mapper.pojo.model.path.impl that implement PojoPathDefinitionProvider Modifier and Type Class Description classPojoPathsDefinitionAdapterConstructors in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoPathDefinitionProvider Constructor Description PojoRuntimePathsBuildingHelper(PojoPathDefinitionProvider pathDefinitionProvider)
-