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).RoutingKeyBridgeToRoutingKeyContext The context passed toRoutingKeyBridge.toRoutingKey(String, Object, Object, RoutingKeyBridgeToRoutingKeyContext).TypeBridgeWriteContext The context passed toTypeBridge.write(DocumentElement, Object, TypeBridgeWriteContext).ValueBridgeFromIndexedValueContext The context passed toValueBridge.fromIndexedValue(Object, ValueBridgeFromIndexedValueContext).