Uses of Class
com.echothree.model.jooq.server.records.chain.ChainActionSurveys
Packages that use ChainActionSurveys
Package
Description
-
Uses of ChainActionSurveys in com.echothree.model.jooq.server.keys.chain
Fields in com.echothree.model.jooq.server.keys.chain with type parameters of type ChainActionSurveysModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ChainActionSurveys> ChainUniqueKeys.CHAIN_ACTION_SURVEYS_CHAIN_ACTION_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ChainActionSurveys, ChainActions> ChainForeignKeys.CHAIN_ACTION_SURVEYS_CHAIN_ACTION_FKstatic final org.jooq.UniqueKey<ChainActionSurveys> ChainUniqueKeys.CHAIN_ACTION_SURVEYS_PKstatic final org.jooq.ForeignKey<ChainActionSurveys, Surveys> ChainForeignKeys.CHAIN_ACTION_SURVEYS_SURVEY_FK -
Uses of ChainActionSurveys in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainActionSurveysModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainActionSurveys, ChainActionPK> ChainActionSurveys.CHAIN_ACTIONThe columnchainactionsurveys.chnactsrvy_chnact_chainactionid.final org.jooq.TableField<ChainActionSurveys, ChainActionSurveyPK> ChainActionSurveys.CHAIN_ACTION_SURVEYThe columnchainactionsurveys.chnactsrvy_chainactionsurveyid.final org.jooq.TableField<ChainActionSurveys, Long> ChainActionSurveys.FROM_TIMEThe columnchainactionsurveys.chnactsrvy_fromtime.final org.jooq.TableField<ChainActionSurveys, SurveyPK> ChainActionSurveys.SURVEYThe columnchainactionsurveys.chnactsrvy_srvy_surveyid.final org.jooq.TableField<ChainActionSurveys, Long> ChainActionSurveys.THRU_TIMEThe columnchainactionsurveys.chnactsrvy_thrutime.Methods in com.echothree.model.jooq.server.tables.chain that return types with arguments of type ChainActionSurveysModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ChainActionSurveys> ChainActionSurveys.getPrimaryKey()ChainActionSurveys.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ChainActionSurveys, ?>> ChainActionSurveys.getReferences()List<org.jooq.UniqueKey<ChainActionSurveys>> ChainActionSurveys.getUniqueKeys()