Class EventContextAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.EventContextAttribute
-
- All Implemented Interfaces:
IJoinBinder,IRMObjectAttribute
- Direct Known Subclasses:
ContextOtherContext,EventContextJson,ParticipationsJson,SettingAttribute,SimpleEventContextAttribute
public abstract class EventContextAttribute extends RMObjectAttribute
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventContextAttribute(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.IRMObjectAttribute
forTableField, sqlField
-
-
-
-
Constructor Detail
-
EventContextAttribute
protected EventContextAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-