Uses of Class
it.quizzy.generated.tables.Utenti
Packages that use Utenti
-
Uses of Utenti in it.quizzy.generated
Fields in it.quizzy.generated declared as Utenti -
Uses of Utenti in it.quizzy.generated.tables
Subclasses of Utenti in it.quizzy.generated.tablesModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in it.quizzy.generated.tables declared as UtentiModifier and TypeFieldDescriptionstatic final UtentiUtenti.UTENTIThe reference instance ofutentiMethods in it.quizzy.generated.tables that return UtentiModifier and TypeMethodDescriptionUtenti.as(org.jooq.Name alias) Utenti.as(org.jooq.Table<?> alias) Rename this tableUtenti.rename(org.jooq.Name name) Rename this tableUtenti.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableUtenti.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUtenti.where(org.jooq.Condition condition) Create an inline derived table from this tableUtenti.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUtenti.where(org.jooq.SQL condition) Create an inline derived table from this tableUtenti.whereExists(org.jooq.Select<?> select) Create an inline derived table from this tableUtenti.whereNotExists(org.jooq.Select<?> select) Create an inline derived table from this table