Uses of Interface
org.jooq.meta.TableElementDefinition
Packages that use TableElementDefinition
-
Uses of TableElementDefinition in org.jooq.meta
Subinterfaces of TableElementDefinition in org.jooq.metaModifier and TypeInterfaceDescriptioninterfaceThe definition of an embeddable type.interfaceAn object holding information about an index.Classes in org.jooq.meta that implement TableElementDefinitionMethods in org.jooq.meta with type parameters of type TableElementDefinitionModifier and TypeMethodDescriptionprotected final <T extends TableElementDefinition>
List<T>AbstractDatabase.filterTable(List<T> definitions, TableDefinition table) protected final <T extends TableElementDefinition>
List<T>AbstractDatabase.filterTable(List<T> definitions, TableDefinition table, Map<TableDefinition, List<T>> cache)