OpenJPA-JDBC Schema Management
-
class
Represents a database foreign key; may be a logical key with no
database representation.
class
Represents a database index.
class
Constraint over local table columns, as opposed to a foreign key which
spans tables.
class
Represents a table primary key.
class
Represents a unique constraint.
Gets all constrains of the given type attached to this column.
Gets all constrains attached this column.
void
Adds the given constraint to this column.
void
Removes the given constraint from this column.
boolean
Affirms if this column has any constraint of given type.