java.lang.Object
net.odoframework.sql.util.schema.PrimaryKey<T>
public class PrimaryKey<T> extends Object
-
Constructor Summary
Constructors Constructor Description PrimaryKey()PrimaryKey(Set<Column<T,?,?>> primaryKey) -
Method Summary
Modifier and Type Method Description PrimaryKey<T>add(Column<T,?,?> column)Optional<Column<T,?,?>>getColumn(String name)String[]getPrimaryKeyColumns()voidpopulateStatement(T instance, BaseDBStatement statement)intsize()StringwhereClause()
-
Constructor Details
-
PrimaryKey
public PrimaryKey() -
PrimaryKey
-
-
Method Details
-
getColumn
-
add
-
getPrimaryKeyColumns
-
size
public int size() -
whereClause
-
populateStatement
-