Package | Description |
---|---|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
This package provides utilities for managing the schema of
persistent objects stored in a relational database.
|
Modifier and Type | Class and Description |
---|---|
class |
Index
Represents a database index.
|
class |
PrimaryKey
Represents a table primary key.
|
class |
Unique
Represents a unique constraint.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
LocalConstraint.equalsLocalConstraint(LocalConstraint lc)
Return true if the columns of this constraint matches that of
the given one.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.