Uses of Class
org.apache.openjpa.jdbc.schema.Constraint

Packages that use Constraint
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management 
 

Uses of Constraint in org.apache.openjpa.jdbc.schema
 

Subclasses of Constraint in org.apache.openjpa.jdbc.schema
 class ForeignKey
          Represents a database foreign key; may be a logical key with no database representation.
 class Index
          Represents a database index.
 class LocalConstraint
          Constraint over local table columns, as opposed to a foreign key which spans tables.
 class PrimaryKey
          Represents a table primary key.
 class Unique
          Represents a unique constraint.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01