Package ca.uhn.fhir.jpa.model.dao
Class JpaPidValueBridge
java.lang.Object
ca.uhn.fhir.jpa.model.dao.JpaPidValueBridge
- All Implemented Interfaces:
AutoCloseable
,org.hibernate.search.mapper.pojo.bridge.ValueBridge<JpaPid,
Long>
public class JpaPidValueBridge
extends Object
implements org.hibernate.search.mapper.pojo.bridge.ValueBridge<JpaPid,Long>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromIndexedValue
(Long value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext context) toIndexedValue
(JpaPid value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext context) 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, format, isCompatibleWith, parse
-
Constructor Details
-
JpaPidValueBridge
public JpaPidValueBridge()
-
-
Method Details
-
toIndexedValue
public Long toIndexedValue(JpaPid value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext context) -
fromIndexedValue
public JpaPid fromIndexedValue(Long value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext context)
-