Uses of Class
com.feedzai.commons.sql.abstraction.ddl.DbIndex
-
Packages that use DbIndex Package Description com.feedzai.commons.sql.abstraction.ddl Contains classes that aid on DDL creation. -
-
Uses of DbIndex in com.feedzai.commons.sql.abstraction.ddl
Fields in com.feedzai.commons.sql.abstraction.ddl with type parameters of type DbIndex Modifier and Type Field Description protected List<DbIndex>DbEntity.Builder. indexesMethods in com.feedzai.commons.sql.abstraction.ddl that return DbIndex Modifier and Type Method Description DbIndexDbIndex.Builder. build()Methods in com.feedzai.commons.sql.abstraction.ddl that return types with arguments of type DbIndex Modifier and Type Method Description List<DbIndex>DbEntity. getIndexes()Gets the immutable list of indexes.Methods in com.feedzai.commons.sql.abstraction.ddl with parameters of type DbIndex Modifier and Type Method Description DbEntity.BuilderDbEntity.Builder. addIndex(DbIndex index)Adds an index.Method parameters in com.feedzai.commons.sql.abstraction.ddl with type arguments of type DbIndex Modifier and Type Method Description DbEntity.BuilderDbEntity.Builder. addIndexes(Collection<DbIndex> indexes)Adds an index.
-