Uses of Class
it.quizzy.generated.tables.records.QuizziesRecord
Packages that use QuizziesRecord
-
Uses of QuizziesRecord in it.quizzy.databaselayer.models
Methods in it.quizzy.databaselayer.models that return QuizziesRecord -
Uses of QuizziesRecord in it.quizzy.generated
Fields in it.quizzy.generated with type parameters of type QuizziesRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<DomandeRecord,QuizziesRecord> static final org.jooq.ForeignKey<PartiteRecord,QuizziesRecord> static final org.jooq.UniqueKey<QuizziesRecord>static final org.jooq.ForeignKey<QuizziesRecord,DocentiRecord> -
Uses of QuizziesRecord in it.quizzy.generated.tables
Fields in it.quizzy.generated.tables with type parameters of type QuizziesRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<QuizziesRecord,Integer> Quizzies.IDThe columnquizzies.id.final org.jooq.TableField<QuizziesRecord,Integer> Quizzies.ID_DOCENTEThe columnquizzies.id_docente.final org.jooq.TableField<QuizziesRecord,String> Quizzies.TITOLOThe columnquizzies.titolo.Methods in it.quizzy.generated.tables that return types with arguments of type QuizziesRecordModifier and TypeMethodDescriptionorg.jooq.Identity<QuizziesRecord,Integer> Quizzies.getIdentity()org.jooq.UniqueKey<QuizziesRecord>Quizzies.getPrimaryKey()Quizzies.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<QuizziesRecord,?>> Quizzies.getReferences()Constructor parameters in it.quizzy.generated.tables with type arguments of type QuizziesRecordModifierConstructorDescriptionQuizzies(org.jooq.Table<O> path, org.jooq.ForeignKey<O, QuizziesRecord> childPath, org.jooq.InverseForeignKey<O, QuizziesRecord> parentPath) Quizzies(org.jooq.Table<O> path, org.jooq.ForeignKey<O, QuizziesRecord> childPath, org.jooq.InverseForeignKey<O, QuizziesRecord> parentPath) QuizziesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, QuizziesRecord> childPath, org.jooq.InverseForeignKey<O, QuizziesRecord> parentPath) QuizziesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, QuizziesRecord> childPath, org.jooq.InverseForeignKey<O, QuizziesRecord> parentPath)