Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
org.datanucleus.store.rdbms.autostart |
Package providing additional implementation(s) for the auto-start mechanism for RDBMS datastores.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
org.datanucleus.store.rdbms.valuegenerator |
Package providing a series of value generators for use in RDBMS datastores.
|
Modifier and Type | Field and Description |
---|---|
protected TableImpl |
ValidateTableSchemaTransaction.table
Table to be validated.
|
Modifier and Type | Method and Description |
---|---|
void |
RDBMSStoreManager.validateTable(TableImpl table,
org.datanucleus.ClassLoaderResolver clr)
Utility to validate the specified table.
|
Constructor and Description |
---|
ValidateTableSchemaTransaction(RDBMSStoreManager rdbmsMgr,
int isolationLevel,
TableImpl table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
MySQLAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
IdentifierFactory factory)
Method to return the CREATE TABLE statement.
|
String |
DatastoreAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
IdentifierFactory factory)
Returns the appropriate SQL to create the given table having the given
columns.
|
String |
BaseDatastoreAdapter.getCreateTableStatement(TableImpl table,
Column[] columns,
Properties props,
IdentifierFactory factory)
Returns the appropriate SQL to create the given table having the given
columns.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaTable
Class defining DataNucleus schema definition tables.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassTable
Abstract representation of a table for a class.
|
class |
ArrayTable
Representation of a join table for an array.
|
class |
ClassTable
Table representing a Java class (or classes) as a first class object (FCO).
|
class |
CollectionTable
Representation of a join table for a Collection.
|
class |
ElementContainerTable
Representation of a join table for a container of elements.
|
class |
JoinTable
Abstract class representing a field that maps to a table in the datastore.
|
class |
MapTable
Representation of a join table for a Map.
|
class |
PersistableJoinTable
Representation of a join table for the case where we have an N-1 unidirectional relation
stored in a join table.
|
class |
ProbeTable
Utility class used for detecting database schema existence and provides
means of determining the schema name.
|
class |
SecondaryTable
Representation of a secondary table for a class.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceTable
Class defining a table for storing generated values for use with TableGenerator.
|
Copyright © 2015. All rights reserved.