Uses of Class
it.quizzy.generated.tables.Docenti
Packages that use Docenti
-
Uses of Docenti in it.quizzy.generated
Fields in it.quizzy.generated declared as Docenti -
Uses of Docenti in it.quizzy.generated.tables
Subclasses of Docenti in it.quizzy.generated.tablesModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in it.quizzy.generated.tables declared as DocentiModifier and TypeFieldDescriptionstatic final DocentiDocenti.DOCENTIThe reference instance ofdocentiMethods in it.quizzy.generated.tables that return DocentiModifier and TypeMethodDescriptionDocenti.as(org.jooq.Name alias) Docenti.as(org.jooq.Table<?> alias) Rename this tableDocenti.rename(org.jooq.Name name) Rename this tableDocenti.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 tableDocenti.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableDocenti.where(org.jooq.Condition condition) Create an inline derived table from this tableDocenti.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableDocenti.where(org.jooq.SQL condition) Create an inline derived table from this tableDocenti.whereExists(org.jooq.Select<?> select) Create an inline derived table from this tableDocenti.whereNotExists(org.jooq.Select<?> select) Create an inline derived table from this table