Uses of Interface
org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
-
-
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type IdentifierBridge Modifier and Type Method Description default booleanIdentifierBridge. isCompatibleWith(IdentifierBridge<?> other) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type IdentifierBridge Modifier and Type Method Description <I2> voidIdentifierBindingContext. bridge(Class<I2> expectedIdentifierType, IdentifierBridge<I2> bridge)Sets the bridge implementing the value/index binding.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type IdentifierBridge Modifier and Type Method Description <I2> voidIdentifierBindingContext. bridge(Class<I2> expectedIdentifierType, BeanHolder<? extends IdentifierBridge<I2>> bridgeHolder)Sets the bridge implementing the value/index binding. -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type IdentifierBridge Modifier and Type Method Description BeanHolder<? extends IdentifierBridge<I>>BoundIdentifierBridge. getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type IdentifierBridge Modifier and Type Method Description <I2> voidDefaultIdentifierBindingContext. bridge(Class<I2> expectedValueType, IdentifierBridge<I2> bridge)Method parameters in org.hibernate.search.mapper.pojo.bridge.binding.impl with type arguments of type IdentifierBridge Modifier and Type Method Description <I2> voidDefaultIdentifierBindingContext. bridge(Class<I2> expectedValueType, BeanHolder<? extends IdentifierBridge<I2>> bridgeHolder) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.impl with parameters of type IdentifierBridge Modifier and Type Method Description booleanDefaultEnumBridge. isCompatibleWith(IdentifierBridge<?> other) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type IdentifierBridge Modifier and Type Method Description SDefaultBridgeDefinitionStep. identifierBridge(IdentifierBridge<T> bridge)Use the given bridge by default for properties with a matching type marked as document identifier (e.g. -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement IdentifierBridge Modifier and Type Class Description static classIdentifierBridgeRef.UndefinedBridgeImplementationTypeClass used as a marker for the default value of theIdentifierBridgeRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type IdentifierBridge Modifier and Type Method Description Class<? extends IdentifierBridge>type()Reference an identifier bridge by its type. -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.runtime.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.runtime.impl with parameters of type IdentifierBridge Constructor Description PojoIdentifierBridgeDocumentValueConverter(IdentifierBridge<I> bridge) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.identity.impl
Method parameters in org.hibernate.search.mapper.pojo.identity.impl with type arguments of type IdentifierBridge Modifier and Type Method Description static <E> IdentifierMappingImplementor<Object,E>ProvidedIdentifierMapping. get(BeanHolder<? extends IdentifierBridge<Object>> bridgeHolder)Constructor parameters in org.hibernate.search.mapper.pojo.identity.impl with type arguments of type IdentifierBridge Constructor Description PojoRootIdentityMappingCollector(PojoRawTypeModel<E> typeModel, PojoMappingHelper mappingHelper, Optional<IndexedEntityBindingContext> bindingContext, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge)PropertyIdentifierMapping(PojoCaster<? super I> caster, ValueReadHandle<I> property, BeanHolder<? extends IdentifierBridge<I>> bridgeHolder) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.mapping.building.impl
Constructor parameters in org.hibernate.search.mapper.pojo.mapping.building.impl with type arguments of type IdentifierBridge Constructor Description PojoMapper(MappingBuildContext buildContext, TypeMetadataContributorProvider<PojoTypeMetadataContributor> contributorProvider, PojoBootstrapIntrospector introspector, ContainerExtractorBinder extractorBinder, BridgeResolver bridgeResolver, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge, IdentityMappingMode containedEntityIdentityMappingMode, TenancyMode tenancyMode, ReindexOnUpdate defaultReindexOnUpdate, PojoMapperDelegate<MPBS> delegate) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type IdentifierBridge Modifier and Type Method Description default PropertyMappingDocumentIdOptionsStepPropertyMappingDocumentIdOptionsStep. identifierBridge(IdentifierBridge<?> bridgeInstance)Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type IdentifierBridge Modifier and Type Method Description PropertyMappingDocumentIdOptionsStepPropertyMappingDocumentIdOptionsStep. identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass)PropertyMappingDocumentIdOptionsStepPropertyMappingDocumentIdOptionsStep. identifierBridge(BeanReference<? extends IdentifierBridge<?>> bridgeReference) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.mapping.spi
Method parameters in org.hibernate.search.mapper.pojo.mapping.spi with type arguments of type IdentifierBridge Modifier and Type Method Description voidAbstractPojoMappingInitiator. providedIdentifierBridge(BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge)
-