Class PartyRefAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryImpl.attribute.partyref.PartyRefAttribute
-
- All Implemented Interfaces:
I_JoinBinder,I_RMObjectAttribute
- Direct Known Subclasses:
PartyRefJson,SimplePartyRefAttribute
public abstract class PartyRefAttribute extends RMObjectAttribute
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
Fields inherited from interface org.ehrbase.aql.sql.binding.I_JoinBinder
composerRef, COMPOSITION_JOIN, compositionRecordTable, EHR_JOIN, ehrRecordTable, facilityRef, STATUS_JOIN, statusRecordTable, subjectRef, SYSTEM_JOIN, systemRecordTable
-
-
Constructor Summary
Constructors Constructor Description PartyRefAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
-
Methods inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.aql.sql.queryImpl.attribute.I_RMObjectAttribute
forTableField, sqlField
-
-
-
-
Constructor Detail
-
PartyRefAttribute
public PartyRefAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-