Uses of Package
org.hibernate.search.mapper.pojo.bridge.runtime
-
Classes in org.hibernate.search.mapper.pojo.bridge.runtime used by org.hibernate.search.mapper.pojo.mapping.spi Class Description IdentifierBridgeToDocumentIdentifierContext ValueBridgeToIndexedValueContext The context passed toValueBridge.toIndexedValue(Object, ValueBridgeToIndexedValueContext)
. -
Classes in org.hibernate.search.mapper.pojo.bridge.runtime used by org.hibernate.search.mapper.pojo.session.spi Class Description IdentifierBridgeFromDocumentIdentifierContext PropertyBridgeWriteContext The context passed toPropertyBridge.write(DocumentElement, Object, PropertyBridgeWriteContext)
.RoutingBridgeRouteContext The context passed toRoutingBridge.route(DocumentRoutes, Object, Object, RoutingBridgeRouteContext)
.TypeBridgeWriteContext The context passed toTypeBridge.write(DocumentElement, Object, TypeBridgeWriteContext)
.ValueBridgeFromIndexedValueContext The context passed toValueBridge.fromIndexedValue(Object, ValueBridgeFromIndexedValueContext)
.