Class PartyIdentifiedJson
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryimpl.value_field.GenericJsonField
-
- org.ehrbase.aql.sql.queryimpl.attribute.partyref.PartyIdentifiedJson
-
- All Implemented Interfaces:
IJoinBinder,IRMObjectAttribute
public class PartyIdentifiedJson extends GenericJsonField
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.value_field.GenericJsonField
jsonPath
-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRMObjectAttributeforTableField(org.jooq.TableField tableField)org.jooq.Field<?>sqlField()-
Methods inherited from class org.ehrbase.aql.sql.queryimpl.value_field.GenericJsonField
canonicalPartyIdendified, dvCodedText, dvDateTime, ehrStatus, ehrStatus, eventContext, feederAudit, forJsonPath, forJsonPath, forJsonPath, hierObjectId, jsonField, participations, partyRef
-
Methods inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
-
-
-
Method Detail
-
sqlField
public org.jooq.Field<?> sqlField()
- Specified by:
sqlFieldin interfaceIRMObjectAttribute- Overrides:
sqlFieldin classGenericJsonField
-
forTableField
public IRMObjectAttribute forTableField(org.jooq.TableField tableField)
- Specified by:
forTableFieldin interfaceIRMObjectAttribute- Overrides:
forTableFieldin classGenericJsonField
-
-