Class ValueBridgeRef.UndefinedBridgeImplementationType
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBridgeRef.UndefinedBridgeImplementationType
-
- All Implemented Interfaces:
AutoCloseable
,ValueBridge<Void,Void>
- Enclosing class:
- ValueBridgeRef
public abstract static class ValueBridgeRef.UndefinedBridgeImplementationType extends Object implements ValueBridge<Void,Void>
Class used as a marker for the default value of theValueBridgeRef.type()
attribute.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
close, fromIndexedValue, isCompatibleWith, parse, toIndexedValue
-
-