Uses of Class
org.apache.openjpa.jdbc.schema.LocalConstraint
-
Packages that use LocalConstraint Package Description org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management -
-
Uses of LocalConstraint in org.apache.openjpa.jdbc.schema
Subclasses of LocalConstraint in org.apache.openjpa.jdbc.schema Modifier and Type Class Description class
Index
Represents a database index.class
PrimaryKey
Represents a table primary key.class
Unique
Represents a unique constraint.Methods in org.apache.openjpa.jdbc.schema with parameters of type LocalConstraint Modifier and Type Method Description protected boolean
LocalConstraint. equalsLocalConstraint(LocalConstraint lc)
Return true if the columns of this constraint matches that of the given one.
-