Uses of Interface
org.jooq.meta.TableElementDefinition
-
Packages that use TableElementDefinition Package Description org.jooq.meta -
-
Uses of TableElementDefinition in org.jooq.meta
Subinterfaces of TableElementDefinition in org.jooq.meta Modifier and Type Interface Description interfaceEmbeddableDefinitionThe definition of an embeddable type.interfaceIndexDefinitionAn object holding information about an index.Classes in org.jooq.meta that implement TableElementDefinition Modifier and Type Class Description classAbstractIndexDefinitionclassDefaultEmbeddableDefinitionMethods in org.jooq.meta with type parameters of type TableElementDefinition Modifier and Type Method Description protected <T extends TableElementDefinition>
List<T>AbstractDatabase. filterTable(List<T> definitions, TableDefinition table)protected <T extends TableElementDefinition>
List<T>AbstractDatabase. filterTable(List<T> definitions, TableDefinition table, Map<TableDefinition,List<T>> cache)
-