Class PersistedObjectId
java.lang.Object
org.ehrbase.dao.access.jooq.party.PersistedObjectId
handles id (of type OBJECT_ID) in PartyRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.nedap.archie.rm.support.identification.ObjectIdfromDB(PartyIdentifiedRecord identifiedRecord) returns the specific ObjectId corresponding to the specialization The specialization is provided by the object_id_type Enum value stored in DB (party_identified)objectIdClassSnakeCase(com.nedap.archie.rm.support.identification.PartyRef externalRef) convert an objectId specialized class name in its snake case equivalent for storage
-
Constructor Details
-
PersistedObjectId
public PersistedObjectId()
-
-
Method Details
-
fromDB
public com.nedap.archie.rm.support.identification.ObjectId fromDB(PartyIdentifiedRecord identifiedRecord) returns the specific ObjectId corresponding to the specialization The specialization is provided by the object_id_type Enum value stored in DB (party_identified)- Parameters:
identifiedRecord-- Returns:
-
objectIdClassSnakeCase
public String objectIdClassSnakeCase(com.nedap.archie.rm.support.identification.PartyRef externalRef) convert an objectId specialized class name in its snake case equivalent for storage- Parameters:
externalRef-- Returns:
-