Uses of Class
it.quizzy.generated.tables.records.PartiteRecord
Packages that use PartiteRecord
-
Uses of PartiteRecord in it.quizzy.databaselayer.models
Methods in it.quizzy.databaselayer.models that return PartiteRecord -
Uses of PartiteRecord in it.quizzy.generated
Fields in it.quizzy.generated with type parameters of type PartiteRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartiteRecord,DocentiRecord> static final org.jooq.ForeignKey<PartiteRecord,QuizziesRecord> static final org.jooq.UniqueKey<PartiteRecord>Keys.PARTITE__PK_PARTITEstatic final org.jooq.ForeignKey<UtentiRecord,PartiteRecord> -
Uses of PartiteRecord in it.quizzy.generated.tables
Fields in it.quizzy.generated.tables with type parameters of type PartiteRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartiteRecord,Integer> Partite.IDThe columnpartite.id.final org.jooq.TableField<PartiteRecord,Integer> Partite.ID_DOCENTEThe columnpartite.id_docente.final org.jooq.TableField<PartiteRecord,Integer> Partite.ID_QUIZThe columnpartite.id_quiz.final org.jooq.TableField<PartiteRecord,String> Partite.PINThe columnpartite.pin.final org.jooq.TableField<PartiteRecord,Integer> Partite.PORTThe columnpartite.port.final org.jooq.TableField<PartiteRecord,LocalDateTime> Partite.TIMESTAMPThe columnpartite.timestamp.Methods in it.quizzy.generated.tables that return types with arguments of type PartiteRecordModifier and TypeMethodDescriptionorg.jooq.Identity<PartiteRecord,Integer> Partite.getIdentity()org.jooq.UniqueKey<PartiteRecord>Partite.getPrimaryKey()Partite.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartiteRecord,?>> Partite.getReferences()Constructor parameters in it.quizzy.generated.tables with type arguments of type PartiteRecordModifierConstructorDescriptionPartite(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartiteRecord> childPath, org.jooq.InverseForeignKey<O, PartiteRecord> parentPath) Partite(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartiteRecord> childPath, org.jooq.InverseForeignKey<O, PartiteRecord> parentPath) PartitePath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartiteRecord> childPath, org.jooq.InverseForeignKey<O, PartiteRecord> parentPath) PartitePath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartiteRecord> childPath, org.jooq.InverseForeignKey<O, PartiteRecord> parentPath)