Class PersistedParty
java.lang.Object
org.ehrbase.dao.access.jooq.party.PersistedParty
- All Implemented Interfaces:
I_PersistedParty
- Direct Known Subclasses:
PersistedPartyIdentified
Abstract class for PartyProxy DB operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindInDB(com.nedap.archie.rm.generic.PartyProxy partyProxy) find an existing party proxy or null if nonegetOrCreate(com.nedap.archie.rm.generic.PartyProxy partyProxy, String tenantIdentifier) retrieve a party proxy from the DB or create a new one if not yet storedstore a party proxy relatively to its actual typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.dao.access.jooq.party.I_PersistedParty
render, renderMultiple
-
Constructor Details
-
PersistedParty
-
-
Method Details
-
findInDB
Description copied from interface:I_PersistedPartyfind an existing party proxy or null if none- Specified by:
findInDBin interfaceI_PersistedParty- Returns:
-
store
Description copied from interface:I_PersistedPartystore a party proxy relatively to its actual type- Specified by:
storein interfaceI_PersistedParty- Returns:
-
getOrCreate
Description copied from interface:I_PersistedPartyretrieve a party proxy from the DB or create a new one if not yet stored- Specified by:
getOrCreatein interfaceI_PersistedParty- Returns:
-