Uses of Package
com.triactive.jdo.store

Packages that use com.triactive.jdo.store
com.triactive.jdo   
com.triactive.jdo.sco   
com.triactive.jdo.state   
com.triactive.jdo.store   
 

Classes in com.triactive.jdo.store used by com.triactive.jdo
FieldValues
           
StoreManager
          Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
 

Classes in com.triactive.jdo.store used by com.triactive.jdo.sco
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
Queryable
          Indicates an object that can be queried, such as an Extent or persistent collection.
QueryStatement
           
SetStore
           
 

Classes in com.triactive.jdo.store used by com.triactive.jdo.state
FieldValues
           
StoreManager
          Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
 

Classes in com.triactive.jdo.store used by com.triactive.jdo.store
AbstractMapStore
           
AbstractSetMapping
           
AbstractSetStore
           
AbstractTable
           
BaseTable
           
BooleanExpression
           
BooleanLiteral
           
BooleanMapping
           
CandidateKey
           
CharacterExpression
           
ClassBaseTable
           
ClassDefinitionException
          A ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
ClassTable
           
ClassView
           
CloudscapeAdapter
          Provides methods for adapting SQL language elements to the Cloudscape database.
Column
           
ColumnDefinitionException
          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.
ColumnInfo
          Represents the metadata of a specific table column.
ColumnMapping
           
DatabaseAdapter
          Provides methods for adapting SQL language elements to a specific vendor's database.
DateMapping
           
DeleteRequest
           
FetchRequest
           
FieldTable
           
ForeignKey
           
ForeignKeyInfo
          Represents the metadata of a specific foreign key column.
Index
           
InsertRequest
           
JDOBaseTable
           
JDOQLQuery
          A JDO query that uses the default JQOQL language.
JDOQLQuery.Compiler
           
JDOTable
           
JDOView
           
Key
           
Mapping
           
MappingCallbacks
           
MapStore
           
MapTable
           
MissingSchemaTableEntryException
          A MissingSchemaTableEntryException is thrown if an expected row is not found in the SchemaTable during schema validation.
NullLiteral
           
NumericExpression
           
ObjectExpression
           
OID
          An object identifier.
OIDMapping
           
PrimaryKey
           
Query
          The Query interface allows applications to obtain persistent instances from the data store.
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
Queryable
          Indicates an object that can be queried, such as an Extent or persistent collection.
QueryStatement
           
QueryStatement.QueryColumn
           
Request
           
RequestIdentifier.Type
           
Role
           
SchemaTable
           
SchemaValidationException
          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.
SetExpression
          A SQL expression representing a set of scalar values.
SetStore
           
SetTable
           
SqlDateExpression
           
SqlDateMapping
           
SQLExpression
           
SQLExpression.DyadicOperator
           
SQLExpression.MonadicOperator
           
SQLExpression.Operator
           
SQLIdentifier
           
SQLState
          A SQLSTATE diagnostic code.
SqlTimestampExpression
           
SqlTimestampMapping
           
StatementText
           
StoreManager
          Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
StringMapping
           
Table
           
TableExpression
          Represents a SQL table expression as might be listed in the FROM clause of a SELECT statement.
TableMetadata
           
TypeInfo
          Represents the metadata of a specific JDBC data type.
UnsupportedDataTypeException
          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
           
View
           
 



Copyright © 2001 TriActive, Inc. All Rights Reserved.