Uses of Class
org.datanucleus.store.rdbms.table.TableImpl
Packages that use TableImpl
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Package providing additional implementation(s) for the auto-start mechanism for RDBMS datastores.
Provides the internal DataNucleus definition of a table/view and its columns.
Package providing a series of value generators for use in RDBMS datastores.
-
Uses of TableImpl in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as TableImplModifier and TypeFieldDescriptionprotected TableImplValidateTableSchemaTransaction.tableTable to be validated.Methods in org.datanucleus.store.rdbms with parameters of type TableImplModifier and TypeMethodDescriptionvoidRDBMSStoreManager.validateTable(TableImpl table, org.datanucleus.ClassLoaderResolver clr) Utility to validate the specified table.Constructors in org.datanucleus.store.rdbms with parameters of type TableImplModifierConstructorDescriptionValidateTableSchemaTransaction(RDBMSStoreManager rdbmsMgr, int isolationLevel, TableImpl table) Constructor. -
Uses of TableImpl in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter with parameters of type TableImplModifier and TypeMethodDescriptionBaseDatastoreAdapter.getCreateTableStatement(TableImpl table, Column[] columns, Properties props, IdentifierFactory factory) Returns the appropriate SQL to create the given table having the given columns.CloudSpannerAdapter.getCreateTableStatement(TableImpl table, Column[] columns, Properties props, IdentifierFactory factory) Creates a spanner table with primary key.DatastoreAdapter.getCreateTableStatement(TableImpl table, Column[] columns, Properties props, IdentifierFactory factory) Returns the appropriate SQL to create the given table having the given columns.MySQLAdapter.getCreateTableStatement(TableImpl table, Column[] columns, Properties props, IdentifierFactory factory) Method to return the CREATE TABLE statement.SQLAnywhereAdapter.getCreateTableStatement(TableImpl table, Column[] columns, Properties props, IdentifierFactory factory) Returns the appropriate SQL to create the given table having the given columns. -
Uses of TableImpl in org.datanucleus.store.rdbms.autostart
Subclasses of TableImpl in org.datanucleus.store.rdbms.autostartModifier and TypeClassDescriptionclassClass defining DataNucleus schema definition tables. -
Uses of TableImpl in org.datanucleus.store.rdbms.table
Subclasses of TableImpl in org.datanucleus.store.rdbms.tableModifier and TypeClassDescriptionclassAbstract representation of a table for a class.classRepresentation of a join table for an array.classTable representing a Java class (or classes) as a first class object (FCO).classRepresentation of a join table for a Collection.classRepresentation of a join table for a container of elements.classAbstract class representing a field that maps to a table in the datastore.classRepresentation of a join table for a Map.classRepresentation of a join table for the case where we have an N-1 unidirectional relation stored in a join table.classUtility class used for detecting database schema existence and provides means of determining the schema name.classRepresentation of a secondary table for a class. -
Uses of TableImpl in org.datanucleus.store.rdbms.valuegenerator
Subclasses of TableImpl in org.datanucleus.store.rdbms.valuegeneratorModifier and TypeClassDescriptionclassClass defining a table for storing generated values for use with TableGenerator.