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 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 IdentifierBridgeModifier and TypeMethodDescription<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 IdentifierBridgeModifier and TypeMethodDescription<I2> voidIdentifierBindingContext.bridge(Class<I2> expectedIdentifierType, org.hibernate.search.engine.environment.bean.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 classClass 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(org.hibernate.search.engine.environment.bean.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 TypeMethodDescriptionvoidAbstractPojoMappingInitiator.providedIdentifierBridge(org.hibernate.search.engine.environment.bean.BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge)