Uses of Interface
org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
Packages that use IdentifierBridge
Package
Description
-
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type IdentifierBridgeModifier and TypeMethodDescriptiondefault boolean
IdentifierBridge.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 IdentifierBridgeModifier and TypeMethodDescription<I2> void
IdentifierBindingContext.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 IdentifierBridgeModifier and TypeMethodDescription<I2> void
IdentifierBindingContext.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.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type IdentifierBridgeModifier and TypeMethodDescriptionDefaultBridgeDefinitionStep.identifierBridge
(IdentifierBridge<T> bridge) Use the given bridge by default for properties with a matching type marked as document identifier (e.g. withDocumentId
). -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement IdentifierBridgeModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of theIdentifierBridgeRef.type()
attribute. -
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 IdentifierBridgeModifier and TypeMethodDescriptionPropertyMappingDocumentIdOptionsStep.identifierBridge
(IdentifierBridge<?> bridgeInstance) Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type IdentifierBridgeModifier and TypeMethodDescriptionPropertyMappingDocumentIdOptionsStep.identifierBridge
(Class<? extends IdentifierBridge<?>> bridgeClass) PropertyMappingDocumentIdOptionsStep.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 IdentifierBridgeModifier and TypeMethodDescriptionvoid
AbstractPojoMappingInitiator.providedIdentifierBridge
(BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge) -
Uses of IdentifierBridge in org.hibernate.search.mapper.pojo.standalone.mapping
Method parameters in org.hibernate.search.mapper.pojo.standalone.mapping with type arguments of type IdentifierBridgeModifier and TypeMethodDescriptionvoid
StandalonePojoMappingConfigurationContext.providedIdentifierBridge
(BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge)