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.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.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)
-