Class PersistedPartyProxy
java.lang.Object
org.ehrbase.dao.access.jooq.party.PersistedPartyProxy
Facade to interact with PartyProxy specialization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreate(com.nedap.archie.rm.generic.PartyProxy partyProxy, Short sysTenant) getOrCreate(String name, String code, String scheme, String namespace, String type, List<com.nedap.archie.rm.datavalues.DvIdentifier> identifiers, Short sysTenant) Get or create a PartyIdentified instance with the given parameters.com.nedap.archie.rm.generic.PartyProxyCollection<com.nedap.archie.rm.generic.PartyProxy>retrieveMany(List<UUID> uuids)
-
Constructor Details
-
PersistedPartyProxy
-
-
Method Details