Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.PropertyBridgeWriteContextExtension
-
Packages that use PropertyBridgeWriteContextExtension Package Description org.hibernate.search.mapper.orm org.hibernate.search.mapper.pojo.bridge.runtime -
-
Uses of PropertyBridgeWriteContextExtension in org.hibernate.search.mapper.orm
Classes in org.hibernate.search.mapper.orm that implement PropertyBridgeWriteContextExtension Modifier and Type Class Description class
HibernateOrmExtension
An extension for the Hibernate ORM mapper, giving access to Hibernate ORM-specific contexts. -
Uses of PropertyBridgeWriteContextExtension in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type PropertyBridgeWriteContextExtension Modifier and Type Method Description <T> T
PropertyBridgeWriteContext. extension(PropertyBridgeWriteContextExtension<T> extension)
Extend the current context with the given extension, resulting in an extended context offering more options.
-