com.triactive.jdo.store |
|
Java Source File Name | Type | Comment |
AbstractMapStore.java | Class | |
AbstractSetStore.java | Class | |
AbstractTable.java | Class | |
BaseTable.java | Class | |
BigDecimalMapping.java | Class | |
BigIntegerMapping.java | Class | |
BinaryExpression.java | Class | |
BinaryLiteral.java | Class | |
BooleanBitColumnExpression.java | Class | |
BooleanBitColumnLiteral.java | Class | |
BooleanCharColumnExpression.java | Class | |
BooleanCharColumnLiteral.java | Class | |
BooleanCharMapping.java | Class | |
BooleanExpression.java | Class | |
BooleanLiteral.java | Class | |
BooleanMapping.java | Class | |
ByteArrayMapping.java | Class | |
ByteMapping.java | Class | |
CandidateKey.java | Class | |
CandidateKeyIdentifier.java | Class | |
CandidateSetExpression.java | Class | A set expression that represents some set field in a query candidate class,
or a set field in an object linked from the candidate class by navigation. |
CharacterExpression.java | Class | |
CharacterLiteral.java | Class | |
CharacterMapping.java | Class | |
ClassBaseTable.java | Class | A database base table that serves as backing for a persistence-capable Java
class. |
ClassBaseTableExtent.java | Class | An Extent of all persistent objects backed by a base table. |
ClassDefinitionException.java | Class | A ClassDefinitionException is thrown if the settings of a
persistent class are inconsistent with it's metadata. |
ClassTable.java | Interface | A database table that serves as backing for a persistence-capable Java class. |
ClassView.java | Class | |
ClassViewExtent.java | Class | An Extent of all persistent objects backed by a view. |
CloudscapeAdapter.java | Class | Provides methods for adapting SQL language elements to the Cloudscape
database. |
Column.java | Class | A column in a database table. |
ColumnDefinitionException.java | Class | An ColumnDefinitionException is thrown if the settings of a
database column are incompatible with the data type of the object field
to which it is mapped. |
ColumnIdentifier.java | Class | |
ColumnInfo.java | Class | Represents the metadata of a specific table column. |
ColumnMapping.java | Class | A database mapping that maps a Java type to a single column. |
ComplexMapping.java | Class | A database mapping that incorporates custom logic for object storage and
retrieval. |
DatabaseAdapter.java | Class | Provides methods for adapting SQL language elements to a specific vendor's
database. |
DateCharMapping.java | Class | |
DateMapping.java | Class | |
DB2Adapter.java | Class | Provides methods for adapting SQL language elements to the DB2 database. |
DB2ColumnInfo.java | Class | Represents the metadata of a specific table column in DB2. |
DB2JAdapter.java | Class | Provides methods for adapting SQL language elements to the DB2J
(Cloudscape 5) database. |
DeleteRequest.java | Class | |
DoubleMapping.java | Class | |
DuplicateColumnNameException.java | Class | A DuplicateColumnNameException is thrown if an attempt is made to
add a column to a table with a name already in-use by an existing column. |
ExistsExpression.java | Class | |
FetchRequest.java | Class | |
FetchStatement.java | Class | |
FieldTable.java | Class | |
FirebirdAdapter.java | Class | Provides methods for adapting SQL language elements to the Firebird database. |
FloatingPointLiteral.java | Class | |
FloatMapping.java | Class | |
ForeignKey.java | Class | |
ForeignKeyIdentifier.java | Class | |
ForeignKeyInfo.java | Class | Represents the metadata of a specific foreign key column. |
HSQLDBAdapter.java | Class | Provides methods for adapting SQL language elements to the hsqldb
database. |
IncompatibleDataTypeException.java | Class | A IncompatibleDataTypeException is thrown if a column is detected to
have an incompatible type in the database during schema validation. |
IncompatibleQueryElementTypeException.java | Class | A IncompatibleQueryElementTypeException is thrown if a variable used
in a query is detected to have an type incompatible with the element type of
the collection to which it is being applied. |
Index.java | Class | |
IndexIdentifier.java | Class | |
IndexOfExpression.java | Class | |
InsertRequest.java | Class | |
IntegerLiteral.java | Class | |
IntegerMapping.java | Class | |
InvalidMetaDataRelationshipException.java | Class | A InvalidMetaDataRelationshipException is thrown if the metadata for
a persistent field declares a relationship to another field, but the field on
the other side has no complementary declaration. |
InverseMapStore.java | Class | |
InverseSetStore.java | Class | |
IsNotNullableException.java | Class | An IsNotNullableException is thrown during schema validation if a
column is detected not to allow null values in the database when it should. |
IsNullableException.java | Class | An IsNullableException is thrown during schema validation if a
column is detected to allow null values in the database when it should not. |
JDOBaseTable.java | Class | |
JDOQLQuery.java | Class | A JDO query that uses the default JQOQL language. |
JDOTable.java | Interface | |
JDOView.java | Class | |
Join.java | Class | |
Key.java | Class | |
LongMapping.java | Class | |
LookupRequest.java | Class | |
MapMapping.java | Class | |
Mapping.java | Class | An object that maps between a Java type and its relational representation
in the data store. |
MapStore.java | Interface | Implements the backing store for a Map field. |
MapTable.java | Class | |
MissingColumnException.java | Class | A MissingColumnException is thrown if an expected column is
not found in the database during schema validation. |
MissingForeignKeysException.java | Class | A MissingForeignKeysException is thrown if an expected foreign key
is not found in the database during schema validation. |
MissingIndicesException.java | Class | A MissingIndicesException is thrown if an expected index is not
found in the database during schema validation. |
MissingSchemaTableEntryException.java | Class | A MissingSchemaTableEntryException is thrown if an expected row is
not found in the SchemaTable during schema validation. |
MissingTableException.java | Class | A MissingTableException is thrown if an expected table is
not found in the database during schema validation. |
MSSQLServerAdapter.java | Class | Provides methods for adapting SQL language elements to the Microsoft SQL
Server database. |
MSSQLServerColumnInfo.java | Class | Represents the metadata of a specific table column in MS SQL Server. |
MySQLAdapter.java | Class | Provides methods for adapting SQL language elements to the MySQL
database. |
MySQLTypeInfo.java | Class | Represents the metadata of a MySQL data type. |
NoExtentException.java | Class | A NoExtentException is thrown if an attempt is made to perform an
operation using a class that is not backed by an extent (ie table or view)
in the database and the operation is not supported on such classes. |
NormalMapStore.java | Class | |
NormalSetStore.java | Class | |
NoSuchPersistentFieldException.java | Class | A NoSuchPersistentFieldException is thrown if a reference is made
somewhere, such as in a query filter string, to a field that either doesn't
exist or is not persistent. |
NotABaseTableException.java | Class | A NotABaseTableException is thrown during schema validation if a
table should be a base table but is found not to be in the database. |
NotAViewException.java | Class | A NotAViewException is thrown during schema validation if a
table should be a view but is found not to be in the database. |
NullComparisonExpression.java | Class | |
NullLiteral.java | Class | |
NullValueException.java | Class | A NullValueException is thrown if a null value is encountered
in a database column that should prohibit null values. |
NumericExpression.java | Class | |
ObjectExpression.java | Class | |
ObjectFieldExpression.java | Class | |
ObjectLiteral.java | Class | |
ObjectNotFoundException.java | Class | A ObjectNotFoundException is thrown if an attempt is made to load
a persistent object having a given ID and that object ID does not exist in
the data store. |
OID.java | Class | An object identifier. |
OIDMapping.java | Class | |
OIDRangeTestExpression.java | Class | |
OracleAdapter.java | Class | Provides methods for adapting SQL language elements to the Oracle database. |
OracleBlobMapping.java | Class | |
OracleClobMapping.java | Class | |
OracleQueryStatement.java | Class | |
OracleStringMapping.java | Class | |
OracleTypeInfo.java | Class | Represents the metadata of a Oracle data type. |
ParameterSetter.java | Class | |
Parser.java | Class | |
PersistenceCapableMapping.java | Class | |
PersistentIDROF.java | Class | |
PersistentSuperclassNotAllowedException.java | Class | A PersistentSuperclassNotAllowedException is thrown if a
persistence-capable class is declared to have a persistence-capable
superclass when that class is backed by a view. |
PointBaseAdapter.java | Class | Provides methods for adapting SQL language elements to the PointBase
database. |
PostgreSQLAdapter.java | Class | Provides methods for adapting SQL language elements to the PostgreSQL
database. |
PostgreSQLColumnInfo.java | Class | Represents the metadata of a specific table column in PostgreSQL. |
PostgreSQLForeignKeyInfo.java | Class | Represents the metadata of a table's foreign key column in PostgreSQL. |
PostgreSQLSQLState.java | Class | A SQLSTATE diagnostic code for PostgreSQL. |
PostgreSQLTypeInfo.java | Class | Represents the metadata of a PostgreSQL data type. |
PostInsertProcessing.java | Interface | A column mapping that performs additional tasks after a new row has been
inserted in the database. |
PostUpdateProcessing.java | Interface | A column mapping that performs additional tasks after a row has been
updated in the database. |
PostWriteProcessing.java | Interface | A marker interface indicating a column mapping that performs additional tasks
after values are written to the database. |
PrimaryKey.java | Class | |
PrimaryKeyColumnNotAllowedException.java | Class | A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to
add a primary key column to a view. |
PrimaryKeyIdentifier.java | Class | |
ProbeTable.java | Class | |
Query.java | Class | The Query interface allows applications to obtain persistent instances
from the data store. |
Queryable.java | Interface | Indicates an object that can be queried, such as an Extent or persistent
collection. |
QueryResult.java | Class | |
QueryStatement.java | Class | |
Request.java | Class | A storage request pertaining to a particular class and its base table. |
RequestIdentifier.java | Class | |
RequestUsingFields.java | Class | A storage request involving specific fields of a persistence-capable
class. |
ResultSetGetter.java | Class | |
Role.java | Class | |
SAPDBAdapter.java | Class | Provides methods for adapting SQL language elements to the SAP DB
database. |
SAPDBTypeInfo.java | Class | Represents the metadata of a SAP DB data type. |
SchemaTable.java | Class | |
SchemaValidationException.java | Class | A SchemaValidationException is thrown if a mismatch is discovered
between what the JDO runtime thinks the schema should look like and what it
actually looks like. |
SCOID.java | Class | A "second-class" object identifier. |
SetExpression.java | Class | A SQL expression representing a set of scalar values. |
SetLiteral.java | Class | A SetLiteral is a SQL expression that will test if a column of table
falls within the given Set of values. |
SetMapping.java | Class | |
SetStore.java | Interface | Implements the backing store for a Set field. |
SetTable.java | Class | |
ShortMapping.java | Class | |
SQL92Constants.java | Interface | Contains various constants from the SQL/92 standard. |
SqlDateCharMapping.java | Class | |
SqlDateExpression.java | Class | |
SqlDateLiteral.java | Class | |
SqlDateMapping.java | Class | |
SQLExpression.java | Class | |
SQLIdentifier.java | Class | |
SQLState.java | Class | A SQLSTATE diagnostic code. |
SqlTimestampCharMapping.java | Class | |
SqlTimestampExpression.java | Class | |
SqlTimestampLiteral.java | Class | |
SqlTimestampMapping.java | Class | |
StatementText.java | Class | |
StoreManager.java | Class | Manages the contents of a data store (aka database schema) on behalf of a
particular PersistenceManagerFactory and all its persistent instances. |
StoreManagerFactory.java | Class | |
StringMapping.java | Class | |
SubquerySetExpression.java | Class | A set expression whose contents are expressed as a SQL subquery. |
SubstringExpression.java | Class | |
Table.java | Interface | |
TableExprAsJoins.java | Class | A SQL table expression that joins superclass tables by joining them directly
to the surrounding QueryStatement. |
TableExprAsSubjoins.java | Class | A SQL table expression that joins superclass tables by constructing a
parenthesized set of subjoins. |
TableExprAsSubquery.java | Class | A SQL table expression that joins superclass tables by constructing a
parenthesized sub-SELECT statement. |
TableExpression.java | Class | Represents a SQL table expression as might be listed in the FROM clause of
a SELECT statement. |
TableIdentifier.java | Class | |
TableMetadata.java | Class | |
TableMismatchException.java | Class | A TableMismatchException is thrown if the query statement generator
attempts to reference a column in a table expression but the column's table
is not present in the expression, nor can it be sensibly joined to the
expression. |
TJDOSQLQuery.java | Class | A JDO query that uses the default JQOQL language. |
TooManyForeignKeysException.java | Class | A TooManyForeignKeysException is thrown when trying to add a foreign
key to a table and the table already has the maximum allowed number of
foreign keys. |
TooManyIndicesException.java | Class | A TooManyIndicesException is thrown when trying to add an index
to a table and the table already has the maximum allowed number of indices. |
TransientIDROF.java | Class | |
TypeInfo.java | Class | Represents the metadata of a specific JDBC data type. |
UnboundVariable.java | Class | |
UnexpectedColumnException.java | Class | A UnexpectedColumnException is thrown if an unexpected column is
encountered in the database during schema validation. |
UnsupportedDataTypeException.java | Class | A UnsupportedDataTypeException is thrown if an attempt is made
to persist an object field whose data type is not supported by the database
and/or the persistence package. |
UpdateRequest.java | Class | |
View.java | Class | |
ViewDefinitionException.java | Class | A ViewDefinitionException is thrown if the metadata extension(s)
that define a view are missing or invalid. |
ViewNotSupportedException.java | Class | A ViewNotSupportedException is thrown if an attempt is made to
perform an operation using a class that is backed by a view and the operation
is not supported on such classes. |
WrongPrecisionException.java | Class | A WrongPrecisionException is thrown if a column is detected to have
the wrong precision in the database during schema validation. |
WrongPrimaryKeyException.java | Class | A WrongPrimaryKeyException is thrown if a table is detected not to
have the expected primary key in the database during schema validation. |
WrongScaleException.java | Class | A WrongScaleException is thrown if a column is detected to have
the wrong scale in the database during schema validation. |