Class ProtobufKeyValueBridge
java.lang.Object
org.infinispan.query.remote.impl.mapping.typebridge.ProtobufKeyValueBridge
- All Implemented Interfaces:
AutoCloseable,org.hibernate.search.mapper.pojo.bridge.TypeBridge<ProtobufKeyValuePair>
public class ProtobufKeyValueBridge
extends Object
implements org.hibernate.search.mapper.pojo.bridge.TypeBridge<ProtobufKeyValuePair>
-
Constructor Summary
ConstructorsConstructorDescriptionProtobufKeyValueBridge(IndexReferenceHolder indexReferenceHolder, String keyPropertyName, org.infinispan.protostream.descriptors.Descriptor keyDescriptor, org.infinispan.protostream.descriptors.Descriptor valueDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(org.hibernate.search.engine.backend.document.DocumentElement target, ProtobufKeyValuePair bridgedElement, org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.TypeBridge
close
-
Constructor Details
-
ProtobufKeyValueBridge
public ProtobufKeyValueBridge(IndexReferenceHolder indexReferenceHolder, String keyPropertyName, org.infinispan.protostream.descriptors.Descriptor keyDescriptor, org.infinispan.protostream.descriptors.Descriptor valueDescriptor)
-
-
Method Details
-
write
public void write(org.hibernate.search.engine.backend.document.DocumentElement target, ProtobufKeyValuePair bridgedElement, org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext context) - Specified by:
writein interfaceorg.hibernate.search.mapper.pojo.bridge.TypeBridge<ProtobufKeyValuePair>
-