|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimaryKey | |
|---|---|
| org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
| org.jpox.store.rdbms.request | Provides the mechanism of communicating with the database using JDBC. |
| org.jpox.store.rdbms.table | Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. |
| Uses of PrimaryKey in org.jpox.store.rdbms.adapter |
|---|
| Methods in org.jpox.store.rdbms.adapter with parameters of type PrimaryKey | |
|---|---|
java.lang.String |
RDBMSAdapter.getAddPrimaryKeyStatement(PrimaryKey pk)
Returns the appropriate SQL to add a primary key to its table. |
java.lang.String |
DatabaseAdapter.getAddPrimaryKeyStatement(PrimaryKey pk)
Returns the appropriate SQL to add a primary key to its table. |
| Uses of PrimaryKey in org.jpox.store.rdbms.request |
|---|
| Fields in org.jpox.store.rdbms.request declared as PrimaryKey | |
|---|---|
protected PrimaryKey |
Request.key
|
| Uses of PrimaryKey in org.jpox.store.rdbms.table |
|---|
| Methods in org.jpox.store.rdbms.table that return PrimaryKey | |
|---|---|
PrimaryKey |
TableImpl.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
JoinTable.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
ClassTable.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
SecondaryTable.getPrimaryKey()
Accessor for the primary key for this table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||