Class HibernateOrmExtension

java.lang.Object
org.hibernate.search.mapper.orm.HibernateOrmExtension
All Implemented Interfaces:
FromDocumentFieldValueConvertContextExtension<HibernateOrmSessionContext>, FromDocumentValueConvertContextExtension<HibernateOrmSessionContext>, ToDocumentFieldValueConvertContextExtension<HibernateOrmMappingContext>, ToDocumentValueConvertContextExtension<HibernateOrmMappingContext>, IdentifierBridgeFromDocumentIdentifierContextExtension<HibernateOrmSessionContext>, IdentifierBridgeToDocumentIdentifierContextExtension<HibernateOrmMappingContext>, PropertyBridgeWriteContextExtension<HibernateOrmSessionContext>, RoutingBridgeRouteContextExtension<HibernateOrmSessionContext>, TypeBridgeWriteContextExtension<HibernateOrmSessionContext>, ValueBridgeFromIndexedValueContextExtension<HibernateOrmSessionContext>, ValueBridgeToIndexedValueContextExtension<HibernateOrmMappingContext>

An extension for the Hibernate ORM mapper, giving access to Hibernate ORM-specific contexts.

WARNING: while this type is API, because instances should be manipulated by users, all of its methods are considered SPIs and therefore should never be called directly by users. In short, users are only expected to get instances of this type from an API and pass it to another API.

See Also: