Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinitionProvider
Packages that use PojoPathDefinitionProvider
Package
Description
-
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoPathDefinitionProviderModifier and TypeClassDescriptionclassAPojoPathDefinitionProvidersuitable 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 PojoPathDefinitionProviderModifier and TypeMethodDescriptionPojoAdditionalMetadataCollectorTypeNode.markAsEntity(String entityName, PojoPathDefinitionProvider pathDefinitionProvider) Deprecated.voidPojoAdditionalMetadataCollectorEntityTypeNode.pathDefinitionProvider(PojoPathDefinitionProvider pathDefinitionProvider) -
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl that return PojoPathDefinitionProviderConstructors in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with parameters of type PojoPathDefinitionProviderModifierConstructorDescriptionPojoEntityTypeAdditionalMetadata(String entityName, String secondaryEntityName, PojoPathDefinitionProvider pathDefinitionProvider, Optional<String> entityIdPropertyName, ParameterizedBeanReference<?> loadingBinderRef) -
Uses of PojoPathDefinitionProvider in org.hibernate.search.mapper.pojo.model.path.impl
Classes in org.hibernate.search.mapper.pojo.model.path.impl that implement PojoPathDefinitionProviderModifier and TypeClassDescriptionclassAPojoPathDefinitionProviderusing a simple string representation of dirty paths, in the form "propertyA.propertyB.propertyC".Constructors in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoPathDefinitionProviderModifierConstructorDescriptionPojoRuntimePathsBuildingHelper(PojoPathDefinitionProvider pathDefinitionProvider)
PojoAdditionalMetadataCollectorTypeNode.markAsEntity(),PojoAdditionalMetadataCollectorEntityTypeNode.entityName(String), and (if necessary)PojoAdditionalMetadataCollectorEntityTypeNode.pathDefinitionProvider(PojoPathDefinitionProvider), instead.