Uses of Class
org.infinispan.query.remote.impl.mapping.type.ProtobufKeyValuePair
Packages that use ProtobufKeyValuePair
Package
Description
-
Uses of ProtobufKeyValuePair in org.infinispan.query.remote.impl.mapping.model
Methods in org.infinispan.query.remote.impl.mapping.model that return types with arguments of type ProtobufKeyValuePairModifier and TypeMethodDescriptionStream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> ProtobufKeyValueTypeModel.ascendingSuperTypes()org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<? extends ProtobufKeyValuePair> ProtobufKeyValueTypeModel.cast(org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel<?> other) org.hibernate.search.mapper.pojo.model.spi.PojoCaster<ProtobufKeyValuePair> ProtobufKeyValueTypeModel.caster()org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> ProtobufKeyValueTypeModel.constructor(Class<?>... parameterTypes) Collection<org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair>> ProtobufKeyValueTypeModel.declaredConstructors()Stream<? extends org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<? super ProtobufKeyValuePair>> ProtobufKeyValueTypeModel.descendingSuperTypes()org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel<ProtobufKeyValuePair> ProtobufKeyValueTypeModel.mainConstructor()org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair> ProtobufKeyValueTypeModel.rawType()org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<ProtobufKeyValuePair> ProtobufKeyValueTypeModel.typeIdentifier()Constructor parameters in org.infinispan.query.remote.impl.mapping.model with type arguments of type ProtobufKeyValuePairModifierConstructorDescriptionProtobufKeyValueTypeModel(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<ProtobufKeyValuePair> superType, String name) -
Uses of ProtobufKeyValuePair in org.infinispan.query.remote.impl.mapping.typebridge
Methods in org.infinispan.query.remote.impl.mapping.typebridge with parameters of type ProtobufKeyValuePairModifier and TypeMethodDescriptionvoidProtobufKeyValueBridge.write(org.hibernate.search.engine.backend.document.DocumentElement target, ProtobufKeyValuePair bridgedElement, org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext context)