Uses of Class
it.quizzy.generated.tables.records.UtentiRecord
Packages that use UtentiRecord
-
Uses of UtentiRecord in it.quizzy.databaselayer.models
Methods in it.quizzy.databaselayer.models that return UtentiRecord -
Uses of UtentiRecord in it.quizzy.generated
Fields in it.quizzy.generated with type parameters of type UtentiRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<UtentiRecord>Keys.UTENTI__PK_UTENTIstatic final org.jooq.ForeignKey<UtentiRecord,PartiteRecord> -
Uses of UtentiRecord in it.quizzy.generated.tables
Fields in it.quizzy.generated.tables with type parameters of type UtentiRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<UtentiRecord,Integer> Utenti.AVATARThe columnutenti.avatar.final org.jooq.TableField<UtentiRecord,Integer> Utenti.IDThe columnutenti.id.final org.jooq.TableField<UtentiRecord,Integer> Utenti.ID_PARTITAThe columnutenti.id_partita.final org.jooq.TableField<UtentiRecord,String> Utenti.NICKNAMEThe columnutenti.nickname.final org.jooq.TableField<UtentiRecord,Integer> Utenti.PUNTEGGIOThe columnutenti.punteggio.Methods in it.quizzy.generated.tables that return types with arguments of type UtentiRecordModifier and TypeMethodDescriptionorg.jooq.Identity<UtentiRecord,Integer> Utenti.getIdentity()org.jooq.UniqueKey<UtentiRecord>Utenti.getPrimaryKey()Utenti.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<UtentiRecord,?>> Utenti.getReferences()Constructor parameters in it.quizzy.generated.tables with type arguments of type UtentiRecordModifierConstructorDescriptionUtenti(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UtentiRecord> childPath, org.jooq.InverseForeignKey<O, UtentiRecord> parentPath) Utenti(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UtentiRecord> childPath, org.jooq.InverseForeignKey<O, UtentiRecord> parentPath) UtentiPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UtentiRecord> childPath, org.jooq.InverseForeignKey<O, UtentiRecord> parentPath) UtentiPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UtentiRecord> childPath, org.jooq.InverseForeignKey<O, UtentiRecord> parentPath)