Uses of Class
it.quizzy.generated.tables.records.DomandeRecord
Packages that use DomandeRecord
-
Uses of DomandeRecord in it.quizzy.databaselayer.models
Methods in it.quizzy.databaselayer.models that return DomandeRecord -
Uses of DomandeRecord in it.quizzy.generated
Fields in it.quizzy.generated with type parameters of type DomandeRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<DomandeRecord,QuizziesRecord> static final org.jooq.UniqueKey<DomandeRecord>Keys.DOMANDE__PK_DOMANDE -
Uses of DomandeRecord in it.quizzy.generated.tables
Fields in it.quizzy.generated.tables with type parameters of type DomandeRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<DomandeRecord,Integer> Domande.IDThe columndomande.id.final org.jooq.TableField<DomandeRecord,Integer> Domande.ID_QUIZThe columndomande.id_quiz.final org.jooq.TableField<DomandeRecord,Integer> Domande.NUMERO_DOMANDAThe columndomande.numero_domanda.final org.jooq.TableField<DomandeRecord,byte[]> Domande.OBJThe columndomande.obj.final org.jooq.TableField<DomandeRecord,Integer> Domande.TIPOThe columndomande.tipo.Methods in it.quizzy.generated.tables that return types with arguments of type DomandeRecordModifier and TypeMethodDescriptionorg.jooq.Identity<DomandeRecord,Integer> Domande.getIdentity()org.jooq.UniqueKey<DomandeRecord>Domande.getPrimaryKey()Domande.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<DomandeRecord,?>> Domande.getReferences()Constructor parameters in it.quizzy.generated.tables with type arguments of type DomandeRecordModifierConstructorDescriptionDomande(org.jooq.Table<O> path, org.jooq.ForeignKey<O, DomandeRecord> childPath, org.jooq.InverseForeignKey<O, DomandeRecord> parentPath) Domande(org.jooq.Table<O> path, org.jooq.ForeignKey<O, DomandeRecord> childPath, org.jooq.InverseForeignKey<O, DomandeRecord> parentPath) DomandePath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, DomandeRecord> childPath, org.jooq.InverseForeignKey<O, DomandeRecord> parentPath) DomandePath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, DomandeRecord> childPath, org.jooq.InverseForeignKey<O, DomandeRecord> parentPath)