Uses of Class
net.odoframework.sql.util.schema.PrimaryKey
| Package | Description |
|---|---|
| net.odoframework.sql.util.schema |
-
Uses of PrimaryKey in net.odoframework.sql.util.schema
Methods in net.odoframework.sql.util.schema that return PrimaryKey Modifier and Type Method Description PrimaryKey<T>PrimaryKey. add(Column<T,?,?> column)Constructors in net.odoframework.sql.util.schema with parameters of type PrimaryKey Constructor Description Table(String name, Class<T> type, Function<Key,T> constructor, PrimaryKey<T> primaryKey)