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 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 IdentifierBridge Modifier and Type Method Description <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 IdentifierBridge Modifier and Type Method Description <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 IdentifierBridge Modifier and Type Method Description S
DefaultBridgeDefinitionStep. 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 class
IdentifierBridgeRef.UndefinedBridgeImplementationType
Class 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.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type IdentifierBridge Modifier and Type Method Description default PropertyMappingDocumentIdOptionsStep
PropertyMappingDocumentIdOptionsStep. 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 PropertyMappingDocumentIdOptionsStep
PropertyMappingDocumentIdOptionsStep. identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass)
PropertyMappingDocumentIdOptionsStep
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 IdentifierBridge Modifier and Type Method Description void
AbstractPojoMappingInitiator. providedIdentifierBridge(BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge)
-