A B C D E F G H I J K L M N O P Q R S T U V W X

A

AMBIGUOUS_CURSOR_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
APPLICATION_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
AUTO_CREATE - Static variable in interface com.triactive.jdo.store.Table
Bit flag passed to validate() to indicate that the table should be created if it is missing.
AUTO_CREATE_TABLES_PROPERTY - Static variable in class com.triactive.jdo.PersistenceManagerFactoryImpl
The system property that selects the default value for the AutoCreateTables setting.
AbstractFieldManager - class com.triactive.jdo.AbstractFieldManager.
 
AbstractFieldManager() - Constructor for class com.triactive.jdo.AbstractFieldManager
 
AbstractMapStore - class com.triactive.jdo.store.AbstractMapStore.
 
AbstractMapStore() - Constructor for class com.triactive.jdo.store.AbstractMapStore
 
AbstractSetMapping - class com.triactive.jdo.store.AbstractSetMapping.
 
AbstractSetMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.AbstractSetMapping
 
AbstractSetMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.AbstractSetMapping
 
AbstractSetStore - class com.triactive.jdo.store.AbstractSetStore.
 
AbstractSetStore() - Constructor for class com.triactive.jdo.store.AbstractSetStore
 
AbstractTable - class com.triactive.jdo.store.AbstractTable.
 
AbstractTable(StoreManager) - Constructor for class com.triactive.jdo.store.AbstractTable
 
AbstractTable(SQLIdentifier, StoreManager) - Constructor for class com.triactive.jdo.store.AbstractTable
 
absoluteFieldNumber - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
accessField(String) - Method in class com.triactive.jdo.store.ObjectFieldExpression
 
accessField(String) - Method in class com.triactive.jdo.store.SQLExpression
 
add(Object) - Method in class com.triactive.jdo.sco.HashSet
 
add(Object) - Method in class com.triactive.jdo.sco.Set
 
add(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
add(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
add(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
add(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
add(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
add(StateManager, Object) - Method in class com.triactive.jdo.store.InverseSetStore
 
add(StateManager, Object) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
add(StateManager, Object) - Method in class com.triactive.jdo.store.MapKeySetStore
 
add(StateManager, Object) - Method in class com.triactive.jdo.store.MapValueSetStore
 
add(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
add(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
add(StateManager, Object) - Method in interface com.triactive.jdo.store.SetStore
 
addAll(Collection) - Method in class com.triactive.jdo.sco.Set
 
addAll(StateManager, Collection) - Method in class com.triactive.jdo.store.AbstractSetStore
 
addAll(StateManager, Collection) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
addAll(StateManager, Collection) - Method in interface com.triactive.jdo.store.SetStore
 
addClasses(Class[]) - Method in interface com.triactive.jdo.SchemaManager
Adds to the schema any database objects (tables, views, constraints, indexes, etc.) necessary to enable persistence of the given PersistenceCapable class(es).
addClasses(Class[]) - Method in class com.triactive.jdo.store.StoreManager
Adds the given persistence-capable classes to the store manager's set of active classes ready for persistence.
addColumn(Column) - Method in class com.triactive.jdo.store.AbstractTable
 
addColumn(Column) - Method in class com.triactive.jdo.store.CandidateKey
 
addColumn(Column, Column) - Method in class com.triactive.jdo.store.ForeignKey
 
addColumn(Column) - Method in class com.triactive.jdo.store.Index
 
addColumn(Column) - Method in interface com.triactive.jdo.store.Table
 
addColumn(Column) - Method in class com.triactive.jdo.store.View
 
addStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
addVendorExtensions(URL, Element) - Method in class com.triactive.jdo.model.MetaData
Add the vendor extensions found nested within the given Element.
and(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
and(SQLExpression) - Method in class com.triactive.jdo.store.BooleanLiteral
 
and(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
andCondition(String) - Method in class com.triactive.jdo.store.FetchStatement
 
andCondition(BooleanExpression) - Method in class com.triactive.jdo.store.QueryStatement
 
append(char) - Method in class com.triactive.jdo.store.StatementText
 
append(String) - Method in class com.triactive.jdo.store.StatementText
 
append(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.StatementText
 
append(StatementText) - Method in class com.triactive.jdo.store.StatementText
 
append(SQLExpression) - Method in class com.triactive.jdo.store.StatementText
 
append(Object) - Method in class com.triactive.jdo.store.StatementText
 
appendParameter(Mapping, Object) - Method in class com.triactive.jdo.store.StatementText
 
applyUpdates() - Method in interface com.triactive.jdo.SCO
Applies any pending updates for this object to the data store.
applyUpdates() - Method in class com.triactive.jdo.sco.Date
 
applyUpdates() - Method in class com.triactive.jdo.sco.HashSet
 
applyUpdates() - Method in class com.triactive.jdo.sco.Map
 
applyUpdates() - Method in class com.triactive.jdo.sco.Set
 
applyUpdates() - Method in class com.triactive.jdo.sco.SqlDate
 
applyUpdates() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
areCompatibleTypes(int, int) - Static method in class com.triactive.jdo.store.TypeInfo
 
assertIsInitialized() - Method in class com.triactive.jdo.store.AbstractTable
 
assertIsUninitialized() - Method in class com.triactive.jdo.store.AbstractTable
 
assertIsValidated() - Method in class com.triactive.jdo.store.AbstractTable
 
assertNotFrozen() - Method in class com.triactive.jdo.store.QueryStatement
 
assertNotFrozen() - Method in class com.triactive.jdo.store.TableExpression
 
assertSameTable(Column) - Method in class com.triactive.jdo.store.Key
 
autoIncrement - Variable in class com.triactive.jdo.store.TypeInfo
true indicates the type automatically increments for each new row inserted, false otherwise.

B

BaseTable - class com.triactive.jdo.store.BaseTable.
 
BaseTable(StoreManager) - Constructor for class com.triactive.jdo.store.BaseTable
 
BaseTable(SQLIdentifier, StoreManager) - Constructor for class com.triactive.jdo.store.BaseTable
 
BigDecimalMapping - class com.triactive.jdo.store.BigDecimalMapping.
 
BigDecimalMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.BigDecimalMapping
 
BigDecimalMapping(Column) - Constructor for class com.triactive.jdo.store.BigDecimalMapping
 
BigDecimalMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.BigDecimalMapping
 
BigIntegerMapping - class com.triactive.jdo.store.BigIntegerMapping.
 
BigIntegerMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.BigIntegerMapping
 
BigIntegerMapping(Column) - Constructor for class com.triactive.jdo.store.BigIntegerMapping
 
BigIntegerMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.BigIntegerMapping
 
BooleanBitColumnExpression - class com.triactive.jdo.store.BooleanBitColumnExpression.
 
BooleanBitColumnExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.BooleanBitColumnExpression
 
BooleanBitColumnExpression(QueryStatement, QueryStatement.QueryColumn, boolean) - Constructor for class com.triactive.jdo.store.BooleanBitColumnExpression
 
BooleanBitColumnLiteral - class com.triactive.jdo.store.BooleanBitColumnLiteral.
 
BooleanBitColumnLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.BooleanBitColumnLiteral
 
BooleanCharColumnExpression - class com.triactive.jdo.store.BooleanCharColumnExpression.
 
BooleanCharColumnExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.BooleanCharColumnExpression
 
BooleanCharColumnExpression(QueryStatement, QueryStatement.QueryColumn, boolean) - Constructor for class com.triactive.jdo.store.BooleanCharColumnExpression
 
BooleanCharColumnLiteral - class com.triactive.jdo.store.BooleanCharColumnLiteral.
 
BooleanCharColumnLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.BooleanCharColumnLiteral
 
BooleanCharMapping - class com.triactive.jdo.store.BooleanCharMapping.
 
BooleanCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.BooleanCharMapping
 
BooleanCharMapping(Column) - Constructor for class com.triactive.jdo.store.BooleanCharMapping
 
BooleanCharMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.BooleanCharMapping
 
BooleanExpression - class com.triactive.jdo.store.BooleanExpression.
 
BooleanExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.BooleanExpression
 
BooleanExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.BooleanExpression
 
BooleanExpression(String, List) - Constructor for class com.triactive.jdo.store.BooleanExpression
 
BooleanExpression(SQLExpression.MonadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.BooleanExpression
 
BooleanExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.BooleanExpression
 
BooleanLiteral - class com.triactive.jdo.store.BooleanLiteral.
 
BooleanLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.BooleanLiteral
 
BooleanMapping - class com.triactive.jdo.store.BooleanMapping.
 
BooleanMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.BooleanMapping
 
BooleanMapping(Column) - Constructor for class com.triactive.jdo.store.BooleanMapping
 
BooleanMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.BooleanMapping
 
ByteMapping - class com.triactive.jdo.store.ByteMapping.
 
ByteMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.ByteMapping
 
ByteMapping(Column) - Constructor for class com.triactive.jdo.store.ByteMapping
 
ByteMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.ByteMapping
 
begin() - Method in class com.triactive.jdo.NonmanagedTransaction
 
bindTo(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.UnboundVariable
 
bindVariable(String, SQLExpression) - Method in class com.triactive.jdo.store.JDOQLQuery.Compiler
 

C

CARDINALITY_VIOLATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
CARDINALITY_VIOLATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
CONFIG_FILE_ERROR - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
CONNECTION_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
CONNECTION_EXCEPTION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
CONSTRUCTED - Static variable in class com.triactive.jdo.model.ClassMetaData
 
CandidateKey - class com.triactive.jdo.store.CandidateKey.
 
CandidateKey(BaseTable) - Constructor for class com.triactive.jdo.store.CandidateKey
 
CandidateKeyIdentifier - class com.triactive.jdo.store.CandidateKeyIdentifier.
 
CandidateKeyIdentifier(BaseTable, int) - Constructor for class com.triactive.jdo.store.CandidateKeyIdentifier
 
CandidateSetExpression - class com.triactive.jdo.store.CandidateSetExpression.
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.
CandidateSetExpression(QueryStatement, QueryStatement.QueryColumn, SetStore, String) - Constructor for class com.triactive.jdo.store.CandidateSetExpression
 
CharacterExpression - class com.triactive.jdo.store.CharacterExpression.
 
CharacterExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.CharacterExpression
 
CharacterExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.CharacterExpression
 
CharacterExpression(String, List) - Constructor for class com.triactive.jdo.store.CharacterExpression
 
CharacterExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.CharacterExpression
 
CharacterLiteral - class com.triactive.jdo.store.CharacterLiteral.
 
CharacterLiteral(QueryStatement, char) - Constructor for class com.triactive.jdo.store.CharacterLiteral
 
CharacterLiteral(QueryStatement, String) - Constructor for class com.triactive.jdo.store.CharacterLiteral
 
CharacterMapping - class com.triactive.jdo.store.CharacterMapping.
 
CharacterMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.CharacterMapping
 
CharacterMapping(Column) - Constructor for class com.triactive.jdo.store.CharacterMapping
 
CharacterMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.CharacterMapping
 
ClassBaseTable - class com.triactive.jdo.store.ClassBaseTable.
 
ClassBaseTable(TableMetadata, ClassMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.ClassBaseTable
 
ClassBaseTableExtent - class com.triactive.jdo.store.ClassBaseTableExtent.
An Extent of all persistent objects backed by a base table.
ClassBaseTableExtent(PersistenceManager, ClassBaseTable, boolean) - Constructor for class com.triactive.jdo.store.ClassBaseTableExtent
 
ClassDefinitionException - exception com.triactive.jdo.store.ClassDefinitionException.
A ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
ClassDefinitionException() - Constructor for class com.triactive.jdo.store.ClassDefinitionException
Constructs a class definition exception with no specific detail message.
ClassDefinitionException(String) - Constructor for class com.triactive.jdo.store.ClassDefinitionException
Constructs a class definition exception with the specified detail message.
ClassMetaData - class com.triactive.jdo.model.ClassMetaData.
 
ClassMetaDataFlagMismatchException - exception com.triactive.jdo.model.ClassMetaDataFlagMismatchException.
A ClassMetaDataFlagMismatchException is thrown if the flag of a persistent field of an enhanced class does not match what would be expected based on the corresponding JDO metadata.
ClassMetaDataFlagMismatchException(Class, int, byte, byte) - Constructor for class com.triactive.jdo.model.ClassMetaDataFlagMismatchException
Constructs a class metadata flag mismatch exception.
ClassMetaDataMismatchException - exception com.triactive.jdo.model.ClassMetaDataMismatchException.
A ClassMetaDataMismatchException is thrown if the names, types, or flags of the persistent fields of an enhanced class do not match those that would be expected based on the corresponding JDO metadata.
ClassMetaDataMismatchException(Class, String) - Constructor for class com.triactive.jdo.model.ClassMetaDataMismatchException
Constructs a class metadata mismatch exception with the specified detail message.
ClassNotPersistenceCapableException - exception com.triactive.jdo.ClassNotPersistenceCapableException.
An ClassNotPersistenceCapableException is thrown if an attempt is made to persist an object whose class is not persistence-capable.
ClassNotPersistenceCapableException(String) - Constructor for class com.triactive.jdo.ClassNotPersistenceCapableException
Constructs a class-not-persistence-capable exception with the specified detail message.
ClassNotPersistenceCapableException(String, Exception) - Constructor for class com.triactive.jdo.ClassNotPersistenceCapableException
Constructs a class-not-persistence-capable exception with the specified detail message and nested exception.
ClassTable - interface com.triactive.jdo.store.ClassTable.
 
ClassView - class com.triactive.jdo.store.ClassView.
 
ClassView(TableMetadata, ClassMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.ClassView
 
ClassViewExtent - class com.triactive.jdo.store.ClassViewExtent.
An Extent of all persistent objects backed by a view.
ClassViewExtent(PersistenceManager, ClassView, boolean) - Constructor for class com.triactive.jdo.store.ClassViewExtent
 
CloudscapeAdapter - class com.triactive.jdo.store.CloudscapeAdapter.
Provides methods for adapting SQL language elements to the Cloudscape database.
CloudscapeAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.CloudscapeAdapter
Constructs an Cloudscape adapter based on the given JDBC metadata.
CollectionMetaData - class com.triactive.jdo.model.CollectionMetaData.
 
CollectionMetaData(FieldMetaData, Element) - Constructor for class com.triactive.jdo.model.CollectionMetaData
 
Column - class com.triactive.jdo.store.Column.
 
Column(Table, Class, SQLIdentifier) - Constructor for class com.triactive.jdo.store.Column
 
ColumnDefinitionException - exception com.triactive.jdo.store.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.
ColumnDefinitionException() - Constructor for class com.triactive.jdo.store.ColumnDefinitionException
Constructs a column definition exception with no specific detail message.
ColumnDefinitionException(String) - Constructor for class com.triactive.jdo.store.ColumnDefinitionException
Constructs a column definition exception with the specified detail message.
ColumnIdentifier - class com.triactive.jdo.store.ColumnIdentifier.
 
ColumnIdentifier(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.ColumnIdentifier
 
ColumnIdentifier(DatabaseAdapter, String, Class, Role) - Constructor for class com.triactive.jdo.store.ColumnIdentifier
 
ColumnIdentifier(DatabaseAdapter, SQLIdentifier, Class, Role) - Constructor for class com.triactive.jdo.store.ColumnIdentifier
 
ColumnInfo - class com.triactive.jdo.store.ColumnInfo.
Represents the metadata of a specific table column.
ColumnInfo(ResultSet) - Constructor for class com.triactive.jdo.store.ColumnInfo
Constructs a column information object from the current row of the given result set.
ColumnInfo(String, String, String, String, short, String, int, int, int, int, String, String, int, int, String) - Constructor for class com.triactive.jdo.store.ColumnInfo
Constructs a column information object from its individual attributes.
ColumnMapping - class com.triactive.jdo.store.ColumnMapping.
 
ColumnMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.ColumnMapping
 
ColumnMapping(Column) - Constructor for class com.triactive.jdo.store.ColumnMapping
 
ColumnOptions - interface com.triactive.jdo.model.ColumnOptions.
 
CommitStateTransitionException - exception com.triactive.jdo.CommitStateTransitionException.
 
CommitStateTransitionException(Exception[]) - Constructor for class com.triactive.jdo.CommitStateTransitionException
 
ConnectionFactoryNotFoundException - exception com.triactive.jdo.ConnectionFactoryNotFoundException.
A ConnectionFactoryNotFoundException is thrown if a named connection factory cannot be found using its JNDI name.
ConnectionFactoryNotFoundException(String, Exception) - Constructor for class com.triactive.jdo.ConnectionFactoryNotFoundException
Constructs a connection factory not found exception.
ConnectionInUseException - exception com.triactive.jdo.ConnectionInUseException.
An ConnectionInUseException is thrown if an operation is attempted that requires a new database connection (such as Transaction.begin()) and a previously obtained database connection (such as for non-transactional read or write) is still in-use.
ConnectionInUseException() - Constructor for class com.triactive.jdo.ConnectionInUseException
Constructs a connection-in-use exception.
callExternalEnhancer(String[]) - Method in class com.triactive.jdo.enhance.Enhancer
Called by enhance() to enhance a list of classes.
callExternalEnhancer(String[]) - Method in class com.triactive.jdo.enhance.SunReferenceEnhancer
This method accepts a list of jdo files that should be enhanced by the Sun Reference Implementation enhancer.
callMethod(String, List) - Method in class com.triactive.jdo.store.SQLExpression
 
candidateClass - Variable in class com.triactive.jdo.store.Query
 
caseSensitive - Variable in class com.triactive.jdo.store.TypeInfo
true indicates this data type is case-sensitive in comparisons, false otherwise.
cast(Class) - Method in class com.triactive.jdo.store.ObjectFieldExpression
 
cast(Class) - Method in class com.triactive.jdo.store.SQLExpression
 
changeState(StateManagerImpl, int) - Method in class com.triactive.jdo.state.LifeCycleState
 
charAtMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
charOctetLength - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the maximum number of bytes in the column (for char types only).
checkDecimal() - Method in class com.triactive.jdo.store.Column
 
checkInteger() - Method in class com.triactive.jdo.store.Column
 
checkPrimitive() - Method in class com.triactive.jdo.store.Column
 
checkString() - Method in class com.triactive.jdo.store.Column
 
classCode() - Method in class com.triactive.jdo.store.SQLState
Returns the class code for this SQLSTATE.
clazz - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
clear() - Method in class com.triactive.jdo.sco.HashSet
 
clear() - Method in class com.triactive.jdo.sco.Map
 
clear() - Method in class com.triactive.jdo.sco.Set
 
clear(StateManager) - Method in class com.triactive.jdo.store.AbstractSetStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.InverseMapStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.InverseSetStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.MapKeySetStore
 
clear(StateManager) - Method in interface com.triactive.jdo.store.MapStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.MapValueSetStore
 
clear(StateManager) - Method in class com.triactive.jdo.store.NormalMapStore
 
clear(StateManager) - Method in interface com.triactive.jdo.store.SetStore
 
clear() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
clearFields() - Method in class com.triactive.jdo.state.StateManagerImpl
 
clearOnDelete() - Method in class com.triactive.jdo.model.CollectionMetaData
 
clearOnDelete() - Method in class com.triactive.jdo.model.MapMetaData
 
clearOnDelete - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
clearSavedFields() - Method in class com.triactive.jdo.state.StateManagerImpl
 
clearStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
clone() - Method in class com.triactive.jdo.sco.Date
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.HashSet
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.Map
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.Set
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.SqlDate
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.SqlTimestamp
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
close() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
close() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
close(Iterator) - Method in class com.triactive.jdo.store.ClassBaseTableExtent
Close an Iterator associated with this Extent instance.
close(Iterator) - Method in class com.triactive.jdo.store.ClassViewExtent
Close an Iterator associated with this Extent instance.
close(Object) - Method in class com.triactive.jdo.store.Query
Close a query result and release any resources associated with it.
close() - Method in class com.triactive.jdo.store.QueryResult
 
closeAll() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
Close all Iterators associated with this Extent instance.
closeAll() - Method in class com.triactive.jdo.store.ClassViewExtent
Close all Iterators associated with this Extent instance.
closeAll() - Method in class com.triactive.jdo.store.Query
Close all query results associated with this Query instance, and release all resources associated with them.
closeConnection(Connection) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
col - Variable in class com.triactive.jdo.store.ColumnMapping
 
collectionMetaData - Variable in class com.triactive.jdo.model.FieldMetaData
 
column - Variable in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
columnDef - Variable in class com.triactive.jdo.store.ColumnInfo
The default value for the column; may be null.
columnName - Variable in class com.triactive.jdo.store.ColumnInfo
The column name.
columnSize - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the column size.
columns - Variable in class com.triactive.jdo.store.AbstractTable
 
columns - Variable in class com.triactive.jdo.store.Key
 
columns - Variable in class com.triactive.jdo.store.TableExprAsSubquery
 
columnsByName - Variable in class com.triactive.jdo.store.AbstractTable
 
columnsSelected() - Method in class com.triactive.jdo.store.QueryStatement
 
com() - Method in class com.triactive.jdo.store.SQLExpression
 
com.triactive.jdo - package com.triactive.jdo
 
com.triactive.jdo.enhance - package com.triactive.jdo.enhance
 
com.triactive.jdo.model - package com.triactive.jdo.model
 
com.triactive.jdo.sco - package com.triactive.jdo.sco
 
com.triactive.jdo.state - package com.triactive.jdo.state
 
com.triactive.jdo.store - package com.triactive.jdo.store
 
com.triactive.jdo.util - package com.triactive.jdo.util
 
commit() - Method in class com.triactive.jdo.NonmanagedTransaction
 
compareTo(Object) - Method in class com.triactive.jdo.model.FieldMetaData
 
compile() - Method in class com.triactive.jdo.store.JDOQLQuery
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
compile() - Method in class com.triactive.jdo.store.Query
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
compile() - Method in class com.triactive.jdo.store.TJDOSQLQuery
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
compileQueryStatement() - Method in class com.triactive.jdo.store.JDOQLQuery.Compiler
 
condition - Variable in class com.triactive.jdo.store.Join
 
conditionList - Variable in class com.triactive.jdo.store.FetchStatement
 
constraints - Variable in class com.triactive.jdo.store.Column
 
contains(Object) - Method in class com.triactive.jdo.sco.Set
 
contains(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
contains(StateManager, Object) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
contains(Object) - Method in class com.triactive.jdo.store.QueryResult
 
contains(StateManager, Object) - Method in interface com.triactive.jdo.store.SetStore
 
containsAll(Collection) - Method in class com.triactive.jdo.sco.Set
 
containsAll(Collection) - Method in class com.triactive.jdo.store.QueryResult
 
containsKey(Object) - Method in class com.triactive.jdo.sco.Map
 
containsKey(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
containsKey(StateManager, Object) - Method in interface com.triactive.jdo.store.MapStore
 
containsKey(Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
containsMethod(SQLExpression) - Method in class com.triactive.jdo.store.CandidateSetExpression
Executed when the contains() method is found in a query filter.
containsMethod(SQLExpression) - Method in class com.triactive.jdo.store.SetLiteral
Return the BooleanExpression that results from SetLiteral.contains(SQLExpression).
containsMethod(SQLExpression) - Method in class com.triactive.jdo.store.SubquerySetExpression
 
containsStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
containsValue(Object) - Method in class com.triactive.jdo.sco.Map
 
containsValue(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
containsValue(StateManager, Object) - Method in interface com.triactive.jdo.store.MapStore
 
containsValue(Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
containsValueStmt - Variable in class com.triactive.jdo.store.AbstractMapStore
 
create(Connection) - Method in class com.triactive.jdo.store.AbstractTable
 
create(Connection) - Method in class com.triactive.jdo.store.BaseTable
 
create(Connection) - Method in interface com.triactive.jdo.store.Table
 
create(Connection) - Method in class com.triactive.jdo.store.View
 
createIndexesBeforeForeignKeys() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
createIndexesBeforeForeignKeys() - Method in class com.triactive.jdo.store.MySQLAdapter
 
createParams - Variable in class com.triactive.jdo.store.TypeInfo
Indicates the parameters used in defining columns of this type.
createTypeInfo(DatabaseMetaData) - Method in class com.triactive.jdo.store.DatabaseAdapter
Creates TypeInfo objects for all of the data types and indexes them in the typesByTypeNumber map by their JDBC data type number.
createTypeInfo(DatabaseMetaData) - Method in class com.triactive.jdo.store.OracleAdapter
 
currentTransaction() - Method in class com.triactive.jdo.PersistenceManagerImpl
 

D

DATASTORE_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
DATA_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
DATA_EXCEPTION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
DB2Adapter - class com.triactive.jdo.store.DB2Adapter.
Provides methods for adapting SQL language elements to the DB2 database.
DB2Adapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.DB2Adapter
Constructs a DB2 adapter based on the given JDBC metadata.
DB2ColumnInfo - class com.triactive.jdo.store.DB2ColumnInfo.
Represents the metadata of a specific table column in DB2.
DB2ColumnInfo(ResultSet) - Constructor for class com.triactive.jdo.store.DB2ColumnInfo
Constructs a column information object from the current row of the given result set.
DB2JAdapter - class com.triactive.jdo.store.DB2JAdapter.
Provides methods for adapting SQL language elements to the DB2J (Cloudscape 5) database.
DB2JAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.DB2JAdapter
Constructs an DB2J adapter based on the given JDBC metadata.
DELETE - Static variable in class com.triactive.jdo.store.RequestIdentifier.Type
 
DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
DRIVER_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the name of the JDBC driver class to use for all tests.
DYNAMIC_SQL_ERROR - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
DatabaseAdapter - class com.triactive.jdo.store.DatabaseAdapter.
Provides methods for adapting SQL language elements to a specific vendor's database.
DatabaseAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.DatabaseAdapter
Constructs a database adapter based on the given JDBC metadata.
DatabaseProperties - interface com.triactive.jdo.DatabaseProperties.
The system properties used to define the database connection.
Date - class com.triactive.jdo.sco.Date.
A mutable second-class date object.
Date(Object, String) - Constructor for class com.triactive.jdo.sco.Date
Creates a Date object that represents the time at which it was allocated.
Date(Object, String, Date) - Constructor for class com.triactive.jdo.sco.Date
Creates a Date object that represents the same time as the given java.util.Date.
DateCharMapping - class com.triactive.jdo.store.DateCharMapping.
 
DateCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.DateCharMapping
 
DateCharMapping(Column) - Constructor for class com.triactive.jdo.store.DateCharMapping
 
DateCharMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.DateCharMapping
 
DateMapping - class com.triactive.jdo.store.DateMapping.
 
DateMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.DateMapping
 
DateMapping(Column) - Constructor for class com.triactive.jdo.store.DateMapping
 
DateMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.DateMapping
 
DeleteRequest - class com.triactive.jdo.store.DeleteRequest.
 
DeleteRequest(ClassBaseTable) - Constructor for class com.triactive.jdo.store.DeleteRequest
 
DoubleMapping - class com.triactive.jdo.store.DoubleMapping.
 
DoubleMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.DoubleMapping
 
DoubleMapping(Column) - Constructor for class com.triactive.jdo.store.DoubleMapping
 
DoubleMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.DoubleMapping
 
DriverManagerDataSource - class com.triactive.jdo.DriverManagerDataSource.
 
DriverManagerDataSource(String, String) - Constructor for class com.triactive.jdo.DriverManagerDataSource
 
DropJDOTables - class com.triactive.jdo.DropJDOTables.
A command-line utility to clear all JDO tables use with the specified database and schema.
DuplicateColumnNameException - exception com.triactive.jdo.store.DuplicateColumnNameException.
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.
DuplicateColumnNameException(Table, Column) - Constructor for class com.triactive.jdo.store.DuplicateColumnNameException
Constructs a duplicate column name exception.
DuplicateFieldException - exception com.triactive.jdo.model.DuplicateFieldException.
A DuplicateFieldException is thrown if more than one definition for the same field name is encountered in the XML metadata for a given persistence capable class.
DuplicateFieldException(URL, String) - Constructor for class com.triactive.jdo.model.DuplicateFieldException
Constructs a duplicate field exception with the specified detail message.
DuplicateFieldException(URL, String, Exception) - Constructor for class com.triactive.jdo.model.DuplicateFieldException
Constructs a duplicate field exception with the specified detail message and nested exception.
dataType - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the JDBC (SQL) data type from Types.
dataType - Variable in class com.triactive.jdo.store.TypeInfo
The JDBC (SQL) data type number of this data type.
databaseMajorVersion - Variable in class com.triactive.jdo.store.DatabaseAdapter
The major version number of the underlying database.
databaseMinorVersion - Variable in class com.triactive.jdo.store.DatabaseAdapter
The minor version number of the underlying database.
databaseProductName - Variable in class com.triactive.jdo.store.DatabaseAdapter
The name of the underlying database.
databaseProductVersion - Variable in class com.triactive.jdo.store.DatabaseAdapter
The version number of the underlying database as a string.
dbDriver - Static variable in interface com.triactive.jdo.DatabaseProperties
The name of the JDBC driver class to use for all tests.
dbPassword - Static variable in interface com.triactive.jdo.DatabaseProperties
The database password to use for all tests.
dbURL - Static variable in interface com.triactive.jdo.DatabaseProperties
The JDBC driver URL to use for all tests.
dbUser - Static variable in interface com.triactive.jdo.DatabaseProperties
The database user name to use for all tests.
dba - Variable in class com.triactive.jdo.store.AbstractMapStore
 
dba - Variable in class com.triactive.jdo.store.AbstractSetStore
 
dba - Variable in class com.triactive.jdo.store.AbstractTable
 
dba - Variable in class com.triactive.jdo.store.Column
 
dba - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
dba - Variable in class com.triactive.jdo.store.Mapping
 
dba - Variable in class com.triactive.jdo.store.Query
 
dba - Variable in class com.triactive.jdo.store.QueryStatement
 
dba - Variable in class com.triactive.jdo.store.SQLIdentifier
 
decimalDigits - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the number of fractional digits.
declareImports(String) - Method in class com.triactive.jdo.store.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in class com.triactive.jdo.store.Query
Declare the list of parameters query execution.
declareVariables(String) - Method in class com.triactive.jdo.store.Query
Declare the unbound variables to be used in the query.
declareVariables(String) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Declare the unbound variables to be used in the query.
defaultFetchGroup - Variable in class com.triactive.jdo.model.FieldMetaData
 
defaultRangeVar - Variable in class com.triactive.jdo.store.QueryStatement
 
deferrability - Variable in class com.triactive.jdo.store.ForeignKeyInfo
Indicates whether the evaluation of the foreign key constraint can be deferred until commit time.
delete(StateManager) - Method in class com.triactive.jdo.store.ClassBaseTable
 
delete(StateManager) - Method in class com.triactive.jdo.store.StoreManager
Deletes a persistent object from the database.
deletePersistent(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deletePersistent() - Method in interface com.triactive.jdo.StateManager
 
deletePersistent() - Method in class com.triactive.jdo.state.StateManagerImpl
 
deletePersistentAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deletePersistentAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deleteRule - Variable in class com.triactive.jdo.store.ForeignKeyInfo
What happens to a foreign key when the primary key is deleted.
discardCompiled() - Method in class com.triactive.jdo.store.JDOQLQuery
 
discardCompiled() - Method in class com.triactive.jdo.store.Query
 
discardCompiled() - Method in class com.triactive.jdo.store.TJDOSQLQuery
 
disconnect() - Method in class com.triactive.jdo.state.StateManagerImpl
 
distinctResults - Variable in class com.triactive.jdo.store.QueryStatement
 
div(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
div(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
div(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
div(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
drop(Connection) - Method in class com.triactive.jdo.store.AbstractTable
 
drop(Connection) - Method in class com.triactive.jdo.store.BaseTable
 
drop(Connection) - Method in interface com.triactive.jdo.store.Table
 
drop(Connection) - Method in class com.triactive.jdo.store.View
 
dropAllTables() - Method in interface com.triactive.jdo.SchemaManager
Drops all tables in the schema.
dropAllTables(Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
dropAllTables() - Method in class com.triactive.jdo.store.StoreManager
 
dropConstraints(Connection) - Method in class com.triactive.jdo.store.BaseTable
 
dropTablesFor(Class[]) - Method in interface com.triactive.jdo.SchemaManager
Removes from the schema any existing database tables used in persisting the given PersistenceCapable class(es).
dropTablesFor(Class[], Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
dropTablesFor(Class[]) - Method in class com.triactive.jdo.store.StoreManager
 
dump(Object, PrintWriter) - Method in interface com.triactive.jdo.PersistenceManager
 
dump(Object, PrintWriter) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
dump(PrintWriter) - Method in interface com.triactive.jdo.StateManager
 
dump(PrintWriter) - Method in class com.triactive.jdo.state.StateManagerImpl
 

E

ELEMENT - Static variable in class com.triactive.jdo.store.Role
 
EMPTY_STRING_SURROGATE - Static variable in class com.triactive.jdo.store.OracleStringMapping
 
EXACT_PRECISION - Static variable in class com.triactive.jdo.store.Column
 
EXTERNAL_ROUTINE_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
EXTERNAL_ROUTINE_INVOCATION_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
Enhancer - class com.triactive.jdo.enhance.Enhancer.
Abstract class for JDO bytecode enhancement utility.
Enhancer() - Constructor for class com.triactive.jdo.enhance.Enhancer
Protected constructor to prevent outside instantiation.
ExistsExpression - class com.triactive.jdo.store.ExistsExpression.
 
ExistsExpression(QueryStatement, QueryStatement) - Constructor for class com.triactive.jdo.store.ExistsExpression
 
ExistsExpression(QueryStatement, QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.ExistsExpression
 
elementColumn - Variable in class com.triactive.jdo.store.AbstractSetStore
 
elementMapping - Variable in class com.triactive.jdo.store.AbstractSetStore
 
elementType - Variable in class com.triactive.jdo.model.CollectionMetaData
 
elementType - Variable in class com.triactive.jdo.store.AbstractSetStore
 
elementsAreEmbedded - Variable in class com.triactive.jdo.store.AbstractSetStore
 
embedded - Variable in class com.triactive.jdo.model.FieldMetaData
 
embeddedElement - Variable in class com.triactive.jdo.model.CollectionMetaData
 
embeddedKey - Variable in class com.triactive.jdo.model.MapMetaData
 
embeddedValue - Variable in class com.triactive.jdo.model.MapMetaData
 
endsWithMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
endsWithMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
enhance(List) - Method in class com.triactive.jdo.enhance.Enhancer
 
enlistInTransaction(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
 
enlistInTransaction(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
enlistInTransaction() - Method in class com.triactive.jdo.state.StateManagerImpl
 
entrySet() - Method in class com.triactive.jdo.sco.Map
 
entrySet() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
entrySetStore() - Method in class com.triactive.jdo.store.InverseMapStore
 
entrySetStore() - Method in interface com.triactive.jdo.store.MapStore
 
entrySetStore() - Method in class com.triactive.jdo.store.NormalMapStore
 
eor(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
eor(SQLExpression) - Method in class com.triactive.jdo.store.BooleanLiteral
 
eor(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanBitColumnExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanCharColumnExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.NullLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.ObjectExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.ObjectLiteral
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
eq(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 
equals(Object) - Method in class com.triactive.jdo.DriverManagerDataSource
 
equals(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
equals(Object) - Method in class com.triactive.jdo.sco.Map
 
equals(Object) - Method in class com.triactive.jdo.sco.Set
 
equals(Object) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
equals(Object) - Method in class com.triactive.jdo.store.AbstractTable
 
equals(Object) - Method in class com.triactive.jdo.store.CandidateKey
 
equals(Object) - Method in class com.triactive.jdo.store.Column
 
equals(Object) - Method in class com.triactive.jdo.store.ColumnInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.ColumnMapping
 
equals(Object) - Method in class com.triactive.jdo.store.ForeignKey
 
equals(Object) - Method in class com.triactive.jdo.store.ForeignKeyInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.Index
 
equals(Object) - Method in class com.triactive.jdo.store.JDOQLQuery
 
equals(Object) - Method in class com.triactive.jdo.store.MapMapping
 
equals(Object) - Method in class com.triactive.jdo.store.OID
 
equals(Object) - Method in class com.triactive.jdo.store.OracleClobMapping
 
equals(Object) - Method in class com.triactive.jdo.store.PrimaryKey
 
equals(Object) - Method in class com.triactive.jdo.store.Query
 
equals(Object) - Method in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
equals(Object) - Method in class com.triactive.jdo.store.RequestIdentifier
 
equals(Object) - Method in class com.triactive.jdo.store.SQLIdentifier
 
equals(Object) - Method in class com.triactive.jdo.store.TJDOSQLQuery
 
equals(Object) - Method in class com.triactive.jdo.store.TypeInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
evict(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evict() - Method in interface com.triactive.jdo.StateManager
 
evict() - Method in class com.triactive.jdo.state.StateManagerImpl
 
evictAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictAll() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictFromTransaction(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
 
evictFromTransaction(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictFromTransaction() - Method in class com.triactive.jdo.state.StateManagerImpl
 
execute(StateManager) - Method in class com.triactive.jdo.store.DeleteRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.FetchRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.InsertRequest
 
execute() - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
execute(Object) - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
execute(Object, Object) - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
execute(Object, Object, Object) - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
execute(StateManager) - Method in class com.triactive.jdo.store.UpdateRequest
 
executeStatementList(List, Connection) - Method in class com.triactive.jdo.store.AbstractTable
 
executeWithArray(Object[]) - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.JDOQLQuery
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Execute the query and return the filtered Collection.
exists(Connection) - Method in class com.triactive.jdo.store.AbstractTable
Tests if the database table exists.
exists(Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
exists(Connection) - Method in interface com.triactive.jdo.store.Table
 

F

FEATURE_NOT_SUPPORTED - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
FEATURE_NOT_SUPPORTED - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
FETCH - Static variable in class com.triactive.jdo.store.RequestIdentifier.Type
 
FIXED_LENGTH - Static variable in class com.triactive.jdo.store.Column
 
FetchRequest - class com.triactive.jdo.store.FetchRequest.
 
FetchRequest(ClassBaseTable, int[]) - Constructor for class com.triactive.jdo.store.FetchRequest
 
FetchStatement - class com.triactive.jdo.store.FetchStatement.
 
FetchStatement(ClassBaseTable) - Constructor for class com.triactive.jdo.store.FetchStatement
 
FieldManager - interface com.triactive.jdo.FieldManager.
 
FieldMetaData - class com.triactive.jdo.model.FieldMetaData.
 
FieldMetaData(ClassMetaData, Element) - Constructor for class com.triactive.jdo.model.FieldMetaData
 
FieldMetaData(ClassMetaData, Field) - Constructor for class com.triactive.jdo.model.FieldMetaData
 
FieldTable - class com.triactive.jdo.store.FieldTable.
 
FieldTable(TableMetadata, FieldMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.FieldTable
 
FieldValues - interface com.triactive.jdo.store.FieldValues.
 
FirebirdAdapter - class com.triactive.jdo.store.FirebirdAdapter.
Provides methods for adapting SQL language elements to the Firebird database.
FirebirdAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.FirebirdAdapter
Constructs a Firebird adapter based on the given JDBC metadata.
FloatMapping - class com.triactive.jdo.store.FloatMapping.
 
FloatMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.FloatMapping
 
FloatMapping(Column) - Constructor for class com.triactive.jdo.store.FloatMapping
 
FloatMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.FloatMapping
 
FloatingPointLiteral - class com.triactive.jdo.store.FloatingPointLiteral.
 
FloatingPointLiteral(QueryStatement, Float) - Constructor for class com.triactive.jdo.store.FloatingPointLiteral
 
FloatingPointLiteral(QueryStatement, Double) - Constructor for class com.triactive.jdo.store.FloatingPointLiteral
 
FloatingPointLiteral(QueryStatement, BigDecimal) - Constructor for class com.triactive.jdo.store.FloatingPointLiteral
 
ForeignKey - class com.triactive.jdo.store.ForeignKey.
 
ForeignKey(boolean) - Constructor for class com.triactive.jdo.store.ForeignKey
 
ForeignKey(Column, ClassBaseTable, boolean) - Constructor for class com.triactive.jdo.store.ForeignKey
 
ForeignKeyIdentifier - class com.triactive.jdo.store.ForeignKeyIdentifier.
 
ForeignKeyIdentifier(BaseTable, int) - Constructor for class com.triactive.jdo.store.ForeignKeyIdentifier
 
ForeignKeyInfo - class com.triactive.jdo.store.ForeignKeyInfo.
Represents the metadata of a specific foreign key column.
ForeignKeyInfo(ResultSet) - Constructor for class com.triactive.jdo.store.ForeignKeyInfo
Constructs a foreign key information object from the current row of the given result set.
ForeignKeyInfo(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class com.triactive.jdo.store.ForeignKeyInfo
Constructs a foreign key information object from its individual attributes.
failureMessage(String) - Method in class com.triactive.jdo.store.Mapping
 
fetch(StateManager, int[]) - Method in class com.triactive.jdo.store.ClassBaseTable
 
fetch(StateManager, int[]) - Method in class com.triactive.jdo.store.StoreManager
Fetches a persistent object from the database.
fetchBooleanField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchBooleanField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchBooleanField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchBooleanField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchBooleanField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchByteField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchByteField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchByteField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchByteField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchByteField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchCharField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchCharField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchCharField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchCharField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchCharField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchDoubleField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchDoubleField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchDoubleField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchDoubleField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchDoubleField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchFields(StateManager) - Method in interface com.triactive.jdo.store.FieldValues
 
fetchFloatField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchFloatField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchFloatField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchFloatField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchFloatField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchIntField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchIntField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchIntField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchIntField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchIntField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchLongField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchLongField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchLongField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchLongField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchLongField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchObjectField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchObjectField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchObjectField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchObjectField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchObjectField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchShortField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchShortField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchShortField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchShortField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchShortField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchStringField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchStringField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchStringField(int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
fetchStringField(int) - Method in class com.triactive.jdo.state.StateFieldManager
 
fetchStringField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
field - Variable in class com.triactive.jdo.model.FieldMetaData
 
field - Variable in class com.triactive.jdo.store.FieldTable
 
fieldName - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
fieldName - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
filter - Variable in class com.triactive.jdo.store.Query
 
findSchemaName(Connection) - Method in class com.triactive.jdo.store.ProbeTable
 
findStateManager(PersistenceCapable) - Method in interface com.triactive.jdo.PersistenceManager
 
findStateManager(PersistenceCapable) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
fixedPrecScale - Variable in class com.triactive.jdo.store.TypeInfo
true indicates the type can be assigned a fixed scale value, such as for decimal or currency types, false otherwise.
fkColumnName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The foreign key column name.
fkName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The foreign key name.
fkTableCat - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The foreign key table catalog, which may be null.
fkTableName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The foreign key table name.
fkTableSchem - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The foreign key table schema, which may be null.
flags - Variable in class com.triactive.jdo.store.Column
 
flush() - Method in interface com.triactive.jdo.StateManager
 
flush() - Method in class com.triactive.jdo.state.StateManagerImpl
Flushes any dirty fields to the data store.
flushDirty() - Method in interface com.triactive.jdo.PersistenceManager
 
flushDirty() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
fmd - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
fmd - Variable in class com.triactive.jdo.store.FieldTable
 
forClass(Class) - Static method in class com.triactive.jdo.model.ClassMetaData
 
forField(Class, String) - Static method in class com.triactive.jdo.model.FieldMetaData
 
forceClose() - Method in class com.triactive.jdo.PersistenceManagerImpl
Called by the PMF to forcibly close this PM.
format(BigDecimal) - Static method in class com.triactive.jdo.util.SQLFormat
Formats the given BigDecimal value into a SQL floating-point literal.

G

get(Object) - Method in class com.triactive.jdo.sco.Map
 
get(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
get(StateManager, Object) - Method in interface com.triactive.jdo.store.MapStore
 
get(Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
get0(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
getAbsoluteFieldNumber(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getAddCandidateKeyStatement(SQLIdentifier, CandidateKey) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to add a candidate key to its table.
getAddCandidateKeyStatement(SQLIdentifier, CandidateKey) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
getAddForeignKeyStatement(SQLIdentifier, ForeignKey) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to add a foreign key to its table.
getAddForeignKeyStatement(SQLIdentifier, ForeignKey) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
getAddPrimaryKeyStatement(SQLIdentifier, PrimaryKey) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to add a primary key to its table.
getAddPrimaryKeyStatement(SQLIdentifier, PrimaryKey) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
getAllFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getAllTableMetadata(boolean, Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
getAutoCreateTables() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default AutoCreateTables setting for all PersistenceManager instances obtained from this factory.
getBaseColumnNameForType(Class) - Method in class com.triactive.jdo.store.FieldTable
 
getBoolean(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.BooleanMapping
 
getBoolean(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getBooleanFalseValue() - Method in class com.triactive.jdo.store.BooleanBitColumnLiteral
Return the String value for FALSE in the database.
getBooleanFalseValue() - Method in class com.triactive.jdo.store.BooleanCharColumnLiteral
Return the String value for FALSE in the database.
getBooleanFalseValue() - Method in class com.triactive.jdo.store.BooleanLiteral
Return the String value for FALSE in the database.
getBooleanField(PersistenceCapable, int, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getBooleanTrueValue() - Method in class com.triactive.jdo.store.BooleanBitColumnLiteral
Return the String value for TRUE in the database.
getBooleanTrueValue() - Method in class com.triactive.jdo.store.BooleanCharColumnLiteral
Return the String value for TRUE in the database.
getBooleanTrueValue() - Method in class com.triactive.jdo.store.BooleanLiteral
Return the String value for TRUE in the database.
getByte(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.ByteMapping
 
getByte(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getByteField(PersistenceCapable, int, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getCandidateClass() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
An Extent contains all instances of a particular Class in the data store; this method returns the Class of the instances
getCandidateClass() - Method in class com.triactive.jdo.store.ClassViewExtent
An Extent contains all instances of a particular Class in the data store; this method returns the Class of the instances
getCandidateClass() - Method in class com.triactive.jdo.store.Query
Get the class of the candidate instances of the query.
getChar(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.CharacterMapping
 
getChar(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getCharField(PersistenceCapable, int, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getClassBaseTable(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the primary table serving as backing for the given class.
getClassForObjectID(Object) - Method in class com.triactive.jdo.store.StoreManager
Returns the class corresponding to the given object ID.
getClassID() - Method in class com.triactive.jdo.store.OID
Returns the class ID portion of the OID.
getClassMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getClassMetaData() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getClassMetaData() - Method in interface com.triactive.jdo.store.ClassTable
 
getClassMetaData() - Method in class com.triactive.jdo.store.ClassView
 
getCollectionMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getColumn() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
getColumn() - Method in class com.triactive.jdo.store.ColumnMapping
 
getColumn() - Method in class com.triactive.jdo.store.MapMapping
 
getColumn() - Method in class com.triactive.jdo.store.Mapping
 
getColumn(Column) - Method in class com.triactive.jdo.store.QueryStatement
 
getColumn(SQLIdentifier, Column) - Method in class com.triactive.jdo.store.QueryStatement
 
getColumn(TableExpression, Column) - Method in class com.triactive.jdo.store.QueryStatement
 
getColumnInfo(SQLIdentifier, Connection) - Method in class com.triactive.jdo.store.StoreManager
Returns the column info for a database table.
getColumnList() - Method in class com.triactive.jdo.store.Key
 
getColumnList(Collection) - Static method in class com.triactive.jdo.store.Key
 
getColumns() - Method in class com.triactive.jdo.store.Key
 
getConnection() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.triactive.jdo.DriverManagerDataSource
 
getConnection(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
getConnection(boolean) - Method in interface com.triactive.jdo.PersistenceManager
 
getConnection(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getConnection(boolean) - Method in interface com.triactive.jdo.Transaction
 
getConnection(DataSource, String, String, int) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getConnectionDriverName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the driver name for the data store connection.
getConnectionFactory() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the data store connection factory.
getConnectionFactory2() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the second data store connection factory.
getConnectionFactory2Name() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the name for the second data store connection factory.
getConnectionFactoryName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the name for the data store connection factory.
getConnectionURL() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the URL for the data store connection.
getConnectionUserName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the user name for the data store connection.
getCreateIndexStatement(SQLIdentifier, Index) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to add an index to its table.
getCreateTableStatement(BaseTable, Column[]) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to create the given table having the given columns.
getDatabaseAdapter() - Method in class com.triactive.jdo.store.StoreManager
Returns the database adapter used by this store manager.
getDate(ResultSet, int) - Method in class com.triactive.jdo.store.SqlDateMapping
 
getDefaultFetchGroupFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getDefaultFetchGroupFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getDefaultTableExpression() - Method in class com.triactive.jdo.store.QueryStatement
 
getDeleteRequest(ClassBaseTable) - Method in class com.triactive.jdo.store.StoreManager
Returns a request object that will delete a row from the given table.
getDistinctResults() - Method in class com.triactive.jdo.store.QueryStatement
 
getDocumentBuilder() - Static method in class com.triactive.jdo.util.XMLHelper
Obtain a DocumentBuilder to parse XML files.
getDouble(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.DoubleMapping
 
getDouble(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getDoubleField(PersistenceCapable, int, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.CloudscapeAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.DB2Adapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to drop the given table.
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.FirebirdAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.OracleAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
getDropViewStatement(View) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL to drop the given view.
getElementColumnOptions() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getElementMapping() - Method in class com.triactive.jdo.store.SetTable
 
getElementType() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getElementType() - Method in class com.triactive.jdo.store.AbstractSetStore
 
getElementType() - Method in class com.triactive.jdo.store.MapEntrySetStore
 
getElementType() - Method in interface com.triactive.jdo.store.SetStore
 
getExistsSubquery(QueryStatement.QueryColumn, SQLIdentifier) - Method in class com.triactive.jdo.store.AbstractSetStore
 
getExistsSubquery(QueryStatement.QueryColumn, SQLIdentifier) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
getExistsSubquery(QueryStatement.QueryColumn, SQLIdentifier) - Method in interface com.triactive.jdo.store.SetStore
Create a subquery for the given query that joins a SetStores element table to the owner table.
getExpectedForeignKeys() - Method in class com.triactive.jdo.store.BaseTable
 
getExpectedForeignKeys() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getExpectedIndices() - Method in class com.triactive.jdo.store.BaseTable
 
getExpectedPrimaryKey() - Method in class com.triactive.jdo.store.BaseTable
 
getExtent(Class, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getExtent(PersistenceManager, Class, boolean) - Method in class com.triactive.jdo.store.StoreManager
 
getFetchRequest(ClassBaseTable, int[]) - Method in class com.triactive.jdo.store.StoreManager
Returns a request object that will fetch a row from the given table.
getField() - Method in class com.triactive.jdo.model.FieldMetaData
 
getField() - Method in class com.triactive.jdo.store.FieldTable
 
getFieldAbsolute(int) - Method in class com.triactive.jdo.model.ClassMetaData
 
getFieldCount() - Method in class com.triactive.jdo.model.ClassMetaData
 
getFieldMapping(int) - Method in class com.triactive.jdo.store.ClassBaseTable
 
getFieldMapping(String) - Method in class com.triactive.jdo.store.ClassBaseTable
 
getFieldMapping(int) - Method in interface com.triactive.jdo.store.ClassTable
 
getFieldMapping(String) - Method in interface com.triactive.jdo.store.ClassTable
 
getFieldMapping(int) - Method in class com.triactive.jdo.store.ClassView
 
getFieldMapping(String) - Method in class com.triactive.jdo.store.ClassView
 
getFieldName() - Method in interface com.triactive.jdo.SCO
Returns the field name.
getFieldName() - Method in class com.triactive.jdo.sco.Date
 
getFieldName() - Method in class com.triactive.jdo.sco.HashSet
 
getFieldName() - Method in class com.triactive.jdo.sco.Map
 
getFieldName() - Method in class com.triactive.jdo.sco.Set
 
getFieldName() - Method in class com.triactive.jdo.sco.SqlDate
 
getFieldName() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
getFieldRelative(int) - Method in class com.triactive.jdo.model.ClassMetaData
 
getFloat(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.FloatMapping
 
getFloat(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getFloatField(PersistenceCapable, int, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getForeignKeyInfo(SQLIdentifier, Connection) - Method in class com.triactive.jdo.store.StoreManager
Returns the foreign key info for a database table.
getIDMapping() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getIdentifierQuoteString() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getIdentityClass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getIdentityType() - Method in class com.triactive.jdo.model.ClassMetaData
 
getIgnoreCache() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getIgnoreCache() - Method in class com.triactive.jdo.store.Query
Get the ignoreCache option setting.
getIndex() - Method in class com.triactive.jdo.store.Parser
 
getInheritedFieldCount() - Method in class com.triactive.jdo.model.ClassMetaData
 
getInput() - Method in class com.triactive.jdo.store.Parser
 
getInsertRequest(ClassBaseTable) - Method in class com.triactive.jdo.store.StoreManager
Returns a request object that will insert a row in the given table.
getInstance(Connection) - Static method in class com.triactive.jdo.store.DatabaseAdapter
Returns a DatabaseAdapter object appropriate for the database currently underlying the given Connection.
getInt(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.IntegerMapping
 
getInt(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getIntField(PersistenceCapable, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getJDBCTypeName(int) - Static method in class com.triactive.jdo.store.TypeInfo
Returns the string name of the Java constant that equals the given JDBC type number type.
getJavaName() - Method in class com.triactive.jdo.model.ClassMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.FieldMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.MapMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.MetaData
 
getJavaName() - Method in class com.triactive.jdo.store.JDOBaseTable
 
getJavaName() - Method in interface com.triactive.jdo.store.JDOTable
 
getJavaName() - Method in class com.triactive.jdo.store.JDOView
 
getJavaName() - Method in class com.triactive.jdo.store.SQLIdentifier
 
getJavaName(int, Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
getKey() - Method in interface com.triactive.jdo.util.ReferenceValueMap.ValueReference
Returns the key associated with the value referenced by this Reference object.
getKeyColumnOptions() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyField() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyMapping() - Method in class com.triactive.jdo.store.MapTable
 
getKeyType() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyType() - Method in class com.triactive.jdo.store.AbstractMapStore
 
getKeyType() - Method in interface com.triactive.jdo.store.MapStore
 
getLength() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getLength() - Method in class com.triactive.jdo.model.FieldMetaData
 
getLengthType() - Method in class com.triactive.jdo.store.Column
 
getLifeCycleState(int) - Static method in class com.triactive.jdo.state.LifeCycleState
Returns the LifeCycleState for the state constant.
getLogWriter() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getLong(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.LongMapping
 
getLong(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getLongField(PersistenceCapable, int, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getMainTable() - Method in class com.triactive.jdo.store.TableExpression
 
getMapMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getMapStore() - Method in class com.triactive.jdo.store.MapMapping
 
getMapping(Class) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMapping(Column) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMapping(ClassBaseTable, int) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMapping(ClassBaseTable, int) - Method in class com.triactive.jdo.store.OracleAdapter
 
getMapping(Column) - Method in class com.triactive.jdo.store.OracleAdapter
 
getMappingClass(Class) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMaxColumnNameLength() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMaxConstraintNameLength() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMaxIndexNameLength() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMaxLength() - Method in class com.triactive.jdo.store.CandidateKeyIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.ColumnIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.ForeignKeyIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.IndexIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.PrimaryKeyIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.SQLIdentifier
 
getMaxLength() - Method in class com.triactive.jdo.store.TableIdentifier
 
getMaxPool() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MaxPool setting for the PersistenceManager pool for this factory.
getMaxTableNameLength() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getMinPool() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MinPool setting for the PersistenceManager pool for this factory.
getMsWait() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MsWait setting for the PersistenceManager pool for this factory.
getMultithreaded() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getMultithreaded() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getName() - Method in class com.triactive.jdo.model.FieldMetaData
 
getName() - Method in class com.triactive.jdo.store.AbstractTable
 
getName() - Method in class com.triactive.jdo.store.Column
 
getName() - Method in interface com.triactive.jdo.store.Table
 
getNextOIDHiValue(int, Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
getNextOIDHiValue(int) - Method in class com.triactive.jdo.store.StoreManager
Returns the next OID high-order value for IDs of the given class.
getNontransactionalDataSource() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Returns the data source to be used for non-transactional access.
getNontransactionalRead() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getNontransactionalRead() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getNontransactionalWrite() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNullValueHandling() - Method in class com.triactive.jdo.model.FieldMetaData
 
getObject() - Method in interface com.triactive.jdo.StateManager
 
getObject() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.BigDecimalMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.BigIntegerMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.BooleanMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.ByteMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.CharacterMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.DateMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.DoubleMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.FloatMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.IntegerMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.LongMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.OIDMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.OracleClobMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.PersistenceCapableMapping
 
getObject(ResultSet) - Method in class com.triactive.jdo.store.PersistentIDROF
 
getObject(ResultSet) - Method in interface com.triactive.jdo.store.Query.ResultObjectFactory
Instantiates a persistent object instance from the current row of the given result set.
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.ShortMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.SqlDateMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.StringMapping
 
getObject(ResultSet) - Method in class com.triactive.jdo.store.TransientIDROF
 
getObjectById(Object, FieldValues) - Method in interface com.triactive.jdo.PersistenceManager
 
getObjectById(Object, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectById(Object, FieldValues) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectField(PersistenceCapable, int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getObjectId(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectId() - Method in interface com.triactive.jdo.StateManager
 
getObjectId() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getObjectId(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getObjectIdClass(Class) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getOptimistic() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getOptimistic() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOrderedClassNames(String[]) - Static method in class com.triactive.jdo.enhance.Enhancer
Returns a list of all classes declared in the given metadata files, ordered such that all superclasses occur before their subclasses.
getOwnedByCollection() - Method in class com.triactive.jdo.model.FieldMetaData
 
getOwnedByMap() - Method in class com.triactive.jdo.model.FieldMetaData
 
getOwner() - Method in interface com.triactive.jdo.SCO
Returns the owner object of the SCO instance.
getOwner() - Method in class com.triactive.jdo.sco.Date
 
getOwner() - Method in class com.triactive.jdo.sco.HashSet
 
getOwner() - Method in class com.triactive.jdo.sco.Map
 
getOwner() - Method in class com.triactive.jdo.sco.Set
 
getOwner() - Method in class com.triactive.jdo.sco.SqlDate
 
getOwner() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
getOwnerColumn() - Method in class com.triactive.jdo.store.AbstractSetStore
 
getOwnerColumn() - Method in class com.triactive.jdo.store.MapEntrySetStore
 
getOwnerColumn() - Method in interface com.triactive.jdo.store.SetStore
 
getOwnerField() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getOwnerField() - Method in class com.triactive.jdo.model.MapMetaData
 
getOwnerMapping() - Method in class com.triactive.jdo.store.MapTable
 
getOwnerMapping() - Method in class com.triactive.jdo.store.SetTable
 
getPCClass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPCSuperclass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPackageName() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPersistenceManager() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getPersistenceManager() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager(String, String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in interface com.triactive.jdo.StateManager
 
getPersistenceManager(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the PersistenceManager that owns this instance.
getPersistenceManager() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getPersistenceManager() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager() - Method in class com.triactive.jdo.store.ClassViewExtent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager() - Method in class com.triactive.jdo.store.Query
Get the PersistenceManager associated with this Query.
getPersistenceManagerFactory(Properties) - Static method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Return a new PersistenceManagerFactoryImpl with options set according to the given Properties.
getPersistenceManagerFactory() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getPersistenceModifier() - Method in class com.triactive.jdo.model.FieldMetaData
 
getPrecision() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getPrecision() - Method in class com.triactive.jdo.model.FieldMetaData
 
getPrecision() - Method in class com.triactive.jdo.store.Column
 
getProperties() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Return non-configurable properties of this PersistenceManagerFactory.
getQuery(PersistenceManager, Object) - Method in class com.triactive.jdo.store.StoreManager
 
getQuery(String, PersistenceManager, Object) - Method in class com.triactive.jdo.store.StoreManager
 
getQueryStatement() - Method in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
getQueryStatement() - Method in class com.triactive.jdo.store.SQLExpression
 
getRangeVariable() - Method in class com.triactive.jdo.store.TableExpression
 
getReferencedClasses(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getReferencedClasses(String, List, Set) - Method in class com.triactive.jdo.model.ClassMetaData
Get the ordered ClassMetaDatas for classes referenced from this ClassMetaData.
getReferencedClasses(String, List, Set) - Method in class com.triactive.jdo.model.CollectionMetaData
 
getReferencedClasses(String, List, Set) - Method in class com.triactive.jdo.model.FieldMetaData
 
getReferencedClasses(String, List, Set) - Method in class com.triactive.jdo.model.MapMetaData
 
getReferencedClasses(String, List, Set) - Method in class com.triactive.jdo.model.MetaData
 
getReferencedColumns() - Method in class com.triactive.jdo.store.StatementText
 
getReferencedType(String, ClassMetaData) - Static method in class com.triactive.jdo.model.MetaData
 
getRelativeFieldNumber(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getRestoreValues() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getRestoreValues() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
getRetainValues() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getRetainValues() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getSCOClass() - Method in class com.triactive.jdo.store.SCOID
Returns the class of the object identified by this SCOID.
getSQLAddFKStatements(Map) - Method in class com.triactive.jdo.store.BaseTable
 
getSQLCreateIndexStatements(Map) - Method in class com.triactive.jdo.store.BaseTable
 
getSQLCreateStatements() - Method in class com.triactive.jdo.store.AbstractTable
 
getSQLCreateStatements() - Method in class com.triactive.jdo.store.BaseTable
 
getSQLCreateStatements() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getSQLCreateStatements() - Method in class com.triactive.jdo.store.ClassView
 
getSQLCreateStatements() - Method in class com.triactive.jdo.store.JDOView
 
getSQLDefinition() - Method in class com.triactive.jdo.store.Column
 
getSQLDropStatements() - Method in class com.triactive.jdo.store.AbstractTable
 
getSQLDropStatements() - Method in class com.triactive.jdo.store.BaseTable
 
getSQLDropStatements() - Method in class com.triactive.jdo.store.View
 
getSQLIdentifier() - Method in class com.triactive.jdo.store.SQLIdentifier
 
getSQLIdentifierSuffix(DatabaseAdapter, Class) - Method in class com.triactive.jdo.store.Role
 
getSQLInsertionValue() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
getSQLInsertionValue() - Method in class com.triactive.jdo.store.ColumnMapping
 
getSQLInsertionValue() - Method in class com.triactive.jdo.store.MapMapping
 
getSQLInsertionValue() - Method in class com.triactive.jdo.store.Mapping
 
getSQLInsertionValue() - Method in class com.triactive.jdo.store.OracleClobMapping
 
getSQLState(SQLException) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns a SQLState object for the specified SQLException, if one is present and valid.
getSQLState(SQLException) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
getSQLUpdateValue() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
getSQLUpdateValue() - Method in class com.triactive.jdo.store.ColumnMapping
 
getSQLUpdateValue() - Method in class com.triactive.jdo.store.MapMapping
 
getSQLUpdateValue() - Method in class com.triactive.jdo.store.Mapping
 
getSQLUpdateValue() - Method in class com.triactive.jdo.store.OracleClobMapping
 
getScale() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getScale() - Method in class com.triactive.jdo.model.FieldMetaData
 
getScale() - Method in class com.triactive.jdo.store.Column
 
getSchemaManager(PersistenceManager) - Static method in class com.triactive.jdo.SchemaManagerFactory
 
getSchemaName() - Method in interface com.triactive.jdo.SchemaManager
Returns the name of the database schema.
getSchemaName() - Method in class com.triactive.jdo.store.AbstractTable
 
getSchemaName(Connection) - Method in class com.triactive.jdo.store.DB2Adapter
 
getSchemaName(Connection) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getSchemaName(Connection) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
getSchemaName(Connection) - Method in class com.triactive.jdo.store.OracleAdapter
 
getSchemaName() - Method in class com.triactive.jdo.store.StoreManager
 
getSchemaName() - Method in interface com.triactive.jdo.store.Table
 
getSecondClassMutableFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getSecondClassMutableFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getSecondClassWrapper(Class) - Static method in class com.triactive.jdo.model.Types
 
getSetStore() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
getShort(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getShort(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.ShortMapping
 
getShortField(PersistenceCapable, int, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getSourceURL() - Method in class com.triactive.jdo.model.ClassMetaData
 
getStateManagerById(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getStmt - Variable in class com.triactive.jdo.store.AbstractMapStore
 
getStoreManager() - Method in interface com.triactive.jdo.PersistenceManager
 
getStoreManager() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getStoreManager() - Method in interface com.triactive.jdo.StateManager
 
getStoreManager() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getStoreManager() - Method in class com.triactive.jdo.store.AbstractMapStore
 
getStoreManager() - Method in class com.triactive.jdo.store.AbstractSetStore
 
getStoreManager() - Method in class com.triactive.jdo.store.AbstractTable
 
getStoreManager() - Method in class com.triactive.jdo.store.Column
 
getStoreManager() - Method in class com.triactive.jdo.store.MapEntrySetStore
 
getStoreManager() - Method in interface com.triactive.jdo.store.MapStore
 
getStoreManager() - Method in class com.triactive.jdo.store.Query
Get the StoreManager associated with this Query.
getStoreManager() - Method in class com.triactive.jdo.store.QueryStatement
 
getStoreManager() - Method in interface com.triactive.jdo.store.SetStore
 
getStoreManager(PersistenceManagerFactoryImpl, String, String) - Static method in class com.triactive.jdo.store.StoreManagerFactory
 
getStoreManager() - Method in interface com.triactive.jdo.store.Table
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.Mapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.OracleClobMapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.OracleStringMapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.StringMapping
 
getStringField(PersistenceCapable, int, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getSupertable() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getSynchronization() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getTable() - Method in class com.triactive.jdo.store.Column
 
getTable() - Method in class com.triactive.jdo.store.Key
 
getTable(SQLIdentifier) - Method in class com.triactive.jdo.store.StoreManager
Returns the JDO table having the given SQL name, if any.
getTable(MetaData) - Method in class com.triactive.jdo.store.StoreManager
Returns the JDO table having the given metadata, if any.
getTable(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the primary table serving as backing for the given class.
getTableExpression(SQLIdentifier) - Method in class com.triactive.jdo.store.QueryStatement
 
getTableID() - Method in class com.triactive.jdo.store.JDOBaseTable
 
getTableID() - Method in interface com.triactive.jdo.store.JDOTable
 
getTableID() - Method in class com.triactive.jdo.store.JDOView
 
getTableMetadata(MetaData, Connection) - Method in class com.triactive.jdo.store.SchemaTable
Retrieve the TableMetadata for the given MetaData.
getTableType(SQLIdentifier, Connection) - Method in class com.triactive.jdo.store.StoreManager
Returns the type of a database table.
getTimestamp(ResultSet, int) - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
getTransactionIsolation() - Method in class com.triactive.jdo.NonmanagedTransaction
 
getTransactionIsolation() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default transaction isolation level for all PersistenceManager instances obtained from this factory.
getTransactionIsolation() - Method in interface com.triactive.jdo.Transaction
 
getTransactionalDataSource() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Returns the data source to be used for transactional access.
getTransactionalObjectId(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getTransactionalObjectId(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getType() - Method in class com.triactive.jdo.model.FieldMetaData
 
getType() - Method in class com.triactive.jdo.store.ClassBaseTable
 
getType() - Method in interface com.triactive.jdo.store.ClassTable
 
getType() - Method in class com.triactive.jdo.store.ClassView
 
getType() - Method in class com.triactive.jdo.store.Column
 
getType() - Method in class com.triactive.jdo.store.Mapping
Return the Class that this Mapping maps to the database.
getTypeInfo() - Method in class com.triactive.jdo.store.BigDecimalMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.BigIntegerMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.BooleanCharMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.BooleanMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.ByteMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.CharacterMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.ColumnMapping
 
getTypeInfo(int) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns type information for the database type that best implements the given JDBC type.
getTypeInfo(int[]) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns type information for the first one of the given candidate JDBC data types supported by this database.
getTypeInfo() - Method in class com.triactive.jdo.store.DateCharMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.DoubleMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.FloatMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.IntegerMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.LongMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.OIDMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.OracleClobMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.OracleStringMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.ShortMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.SqlDateCharMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.SqlDateMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.SqlTimestampCharMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
getTypeInfo() - Method in class com.triactive.jdo.store.StringMapping
 
getUnique() - Method in class com.triactive.jdo.store.Index
 
getUnlimitedLengthPrecisionValue(TypeInfo) - Method in class com.triactive.jdo.store.DB2Adapter
 
getUnlimitedLengthPrecisionValue(TypeInfo) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the precision value to be used when creating string columns of "unlimited" length.
getUpdateRequest(ClassBaseTable, int[]) - Method in class com.triactive.jdo.store.StoreManager
Returns a request object that will update a row in the given table.
getUserObject() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getValidateConstraints() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default ValidateConstraints setting for all PersistenceManager instances obtained from this factory.
getValidateTables() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default ValidateTables setting for all PersistenceManager instances obtained from this factory.
getValue() - Method in class com.triactive.jdo.store.IntegerLiteral
 
getValueColumnOptions() - Method in class com.triactive.jdo.model.MapMetaData
 
getValueMapping() - Method in class com.triactive.jdo.store.MapTable
 
getValueType() - Method in class com.triactive.jdo.model.MapMetaData
 
getValueType() - Method in class com.triactive.jdo.store.AbstractMapStore
 
getValueType() - Method in interface com.triactive.jdo.store.MapStore
 
getVariableName() - Method in class com.triactive.jdo.store.UnboundVariable
 
getVariableType() - Method in class com.triactive.jdo.store.UnboundVariable
 
getVendorExtension(String, String) - Method in class com.triactive.jdo.model.MetaData
 
getVendorID() - Method in class com.triactive.jdo.store.CloudscapeAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.DB2Adapter
 
getVendorID() - Method in class com.triactive.jdo.store.DB2JAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.FirebirdAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.MySQLAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.OracleAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
getVendorID() - Method in class com.triactive.jdo.store.SAPDBAdapter
 
getViewDefinition(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getViewImports() - Method in class com.triactive.jdo.model.ClassMetaData
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
gt(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.IndexOfExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
gteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 

H

HOLLOW - Static variable in class com.triactive.jdo.state.LifeCycleState
 
HashSet - class com.triactive.jdo.sco.HashSet.
 
HashSet(StateManager, String) - Constructor for class com.triactive.jdo.sco.HashSet
 
HashSet(StateManager, String, Class, boolean) - Constructor for class com.triactive.jdo.sco.HashSet
 
HashSet(StateManager, String, boolean, SetStore) - Constructor for class com.triactive.jdo.sco.HashSet
 
HashSetMapping - class com.triactive.jdo.store.HashSetMapping.
 
HashSetMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.HashSetMapping
 
HashSetMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.HashSetMapping
 
Hollow - class com.triactive.jdo.state.Hollow.
 
Hollow() - Constructor for class com.triactive.jdo.state.Hollow
 
hasColumnName(SQLIdentifier) - Method in class com.triactive.jdo.store.AbstractTable
 
hasSubclasses() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
Returns whether this Extent was defined to contain subclasses.
hasSubclasses() - Method in class com.triactive.jdo.store.ClassViewExtent
Returns whether this Extent was defined to contain subclasses.
hashCode() - Method in class com.triactive.jdo.DriverManagerDataSource
 
hashCode() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
hashCode() - Method in class com.triactive.jdo.sco.Map
 
hashCode() - Method in class com.triactive.jdo.sco.Set
 
hashCode() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
hashCode() - Method in class com.triactive.jdo.store.AbstractTable
 
hashCode() - Method in class com.triactive.jdo.store.CandidateKey
 
hashCode() - Method in class com.triactive.jdo.store.Column
 
hashCode() - Method in class com.triactive.jdo.store.ColumnInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.ColumnMapping
 
hashCode() - Method in class com.triactive.jdo.store.ForeignKey
 
hashCode() - Method in class com.triactive.jdo.store.ForeignKeyInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.Index
 
hashCode() - Method in class com.triactive.jdo.store.MapMapping
 
hashCode() - Method in class com.triactive.jdo.store.OID
 
hashCode() - Method in class com.triactive.jdo.store.OracleClobMapping
 
hashCode() - Method in class com.triactive.jdo.store.Query
 
hashCode() - Method in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
hashCode() - Method in class com.triactive.jdo.store.RequestIdentifier
 
hashCode() - Method in class com.triactive.jdo.store.SQLIdentifier
 
hashCode() - Method in class com.triactive.jdo.store.TypeInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
hereIsStateManager(StateManager, PersistenceCapable) - Method in interface com.triactive.jdo.PersistenceManager
 
hereIsStateManager(StateManager, PersistenceCapable) - Method in class com.triactive.jdo.PersistenceManagerImpl
 

I

INNER_JOIN - Static variable in class com.triactive.jdo.store.Join
 
INSERT - Static variable in class com.triactive.jdo.store.RequestIdentifier.Type
 
INSUFFICIENT_RESOURCES - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INTERNAL_ERROR - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_CATALOG_NAME - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_CATALOG_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_CHARACTER_SET_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_CONNECTION_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_CURSOR_NAME - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_CURSOR_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_CURSOR_STATE - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_CURSOR_STATE - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_EXCEPTION_NUMBER - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_GRANTOR - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_ROLE_SPECIFICATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_SCHEMA_NAME - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_SCHEMA_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_SQL_DESCRIPTOR_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_SQL_STATEMENT_NAME - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_SQL_STATEMENT_NAME - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_TRANSACTION_INITIATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_TRANSACTION_STATE - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_TRANSACTION_STATE - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
INVALID_TRANSACTION_TERMINATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
INVALID_TRANSACTION_TERMINATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
IllegalStateTransitionException - exception com.triactive.jdo.state.IllegalStateTransitionException.
A IllegalStateTransitionException is thrown if a life-cycle state attempts a transition that is illegal.
IllegalStateTransitionException(LifeCycleState, String, StateManagerImpl) - Constructor for class com.triactive.jdo.state.IllegalStateTransitionException
Constructs an illegal state transition exception.
Imports - class com.triactive.jdo.util.Imports.
 
Imports() - Constructor for class com.triactive.jdo.util.Imports
 
IncompatibleDataTypeException - exception com.triactive.jdo.store.IncompatibleDataTypeException.
A IncompatibleDataTypeException is thrown if a column is detected to have an incompatible type in the database during schema validation.
IncompatibleDataTypeException(Column, int, int) - Constructor for class com.triactive.jdo.store.IncompatibleDataTypeException
Constructs an incompatible data type exception.
IncompatibleElementTypeException - exception com.triactive.jdo.sco.IncompatibleElementTypeException.
A IncompatibleElementTypeException is thrown if an incompatible element type is specified in the construction of a second-class Collection or Set instance.
IncompatibleElementTypeException(StateManager, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleElementTypeException
Constructs an incompatible element type exception.
IncompatibleFieldTypeException - exception com.triactive.jdo.sco.IncompatibleFieldTypeException.
A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
IncompatibleFieldTypeException(StateManager, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleFieldTypeException
Constructs an incompatible field type exception.
IncompatibleKeyTypeException - exception com.triactive.jdo.sco.IncompatibleKeyTypeException.
A IncompatibleKeyTypeException is thrown if an incompatible key type is specified in the construction of a second-class Map instance.
IncompatibleKeyTypeException(StateManager, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleKeyTypeException
Constructs an incompatible key type exception.
IncompatibleQueryElementTypeException - exception com.triactive.jdo.store.IncompatibleQueryElementTypeException.
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.
IncompatibleQueryElementTypeException(Class, Class) - Constructor for class com.triactive.jdo.store.IncompatibleQueryElementTypeException
Constructs an incompatible query element type exception.
IncompatibleTypeException - exception com.triactive.jdo.sco.IncompatibleTypeException.
A IncompatibleTypeException is thrown if an incompatible type is specified as a parameter in the construction of a second-class object instance.
IncompatibleTypeException(StateManager, String, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleTypeException
Constructs an incompatible type exception.
IncompatibleValueTypeException - exception com.triactive.jdo.sco.IncompatibleValueTypeException.
A IncompatibleValueTypeException is thrown if an incompatible value type is specified in the construction of a second-class Map instance.
IncompatibleValueTypeException(StateManager, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleValueTypeException
Constructs an incompatible value type exception.
Index - class com.triactive.jdo.store.Index.
 
Index(BaseTable, boolean) - Constructor for class com.triactive.jdo.store.Index
 
Index(CandidateKey) - Constructor for class com.triactive.jdo.store.Index
 
Index(ForeignKey) - Constructor for class com.triactive.jdo.store.Index
 
IndexIdentifier - class com.triactive.jdo.store.IndexIdentifier.
 
IndexIdentifier(BaseTable, boolean, int) - Constructor for class com.triactive.jdo.store.IndexIdentifier
 
IndexOfExpression - class com.triactive.jdo.store.IndexOfExpression.
 
IndexOfExpression(CharacterExpression, CharacterExpression) - Constructor for class com.triactive.jdo.store.IndexOfExpression
 
InsertRequest - class com.triactive.jdo.store.InsertRequest.
 
InsertRequest(ClassBaseTable) - Constructor for class com.triactive.jdo.store.InsertRequest
 
IntegerLiteral - class com.triactive.jdo.store.IntegerLiteral.
 
IntegerLiteral(QueryStatement, BigInteger) - Constructor for class com.triactive.jdo.store.IntegerLiteral
 
IntegerMapping - class com.triactive.jdo.store.IntegerMapping.
 
IntegerMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.IntegerMapping
 
IntegerMapping(Column) - Constructor for class com.triactive.jdo.store.IntegerMapping
 
IntegerMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.IntegerMapping
 
InvalidMetaDataRelationshipException - exception com.triactive.jdo.store.InvalidMetaDataRelationshipException.
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.
InvalidMetaDataRelationshipException(FieldMetaData, String, FieldMetaData, String) - Constructor for class com.triactive.jdo.store.InvalidMetaDataRelationshipException
Constructs an invalid metadata relationship exception.
InverseMapStore - class com.triactive.jdo.store.InverseMapStore.
 
InverseMapStore(FieldMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.InverseMapStore
 
InverseSetStore - class com.triactive.jdo.store.InverseSetStore.
 
InverseSetStore(FieldMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.InverseSetStore
 
IsNotNullableException - exception com.triactive.jdo.store.IsNotNullableException.
An IsNotNullableException is thrown during schema validation if a column is detected not to allow null values in the database when it should.
IsNotNullableException(Column) - Constructor for class com.triactive.jdo.store.IsNotNullableException
Constructs an is-not-nullable exception.
IsNullableException - exception com.triactive.jdo.store.IsNullableException.
An IsNullableException is thrown during schema validation if a column is detected to allow null values in the database when it should not.
IsNullableException(Column) - Constructor for class com.triactive.jdo.store.IsNullableException
Constructs an is-nullable exception.
identifierQuoteString - Variable in class com.triactive.jdo.store.DatabaseAdapter
The String used to quote SQL identifiers.
identifierQuoteString - Variable in class com.triactive.jdo.store.SQLIdentifier
 
importPackage(Class) - Method in class com.triactive.jdo.util.Imports
 
imports - Variable in class com.triactive.jdo.store.Query
 
in(SQLExpression) - Method in class com.triactive.jdo.store.BooleanBitColumnExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.BooleanCharColumnExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.ObjectExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
in(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 
includeInSQLFetchStatement() - Method in class com.triactive.jdo.store.AbstractSetMapping
 
includeInSQLFetchStatement() - Method in class com.triactive.jdo.store.ColumnMapping
 
includeInSQLFetchStatement() - Method in class com.triactive.jdo.store.MapMapping
 
includeInSQLFetchStatement() - Method in class com.triactive.jdo.store.Mapping
 
includeInSQLFetchStatement() - Method in class com.triactive.jdo.store.OracleClobMapping
 
includeOrderByColumnsInSelect() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
indexOfMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
indexOfMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
initTypeInfo() - Method in class com.triactive.jdo.store.BooleanMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.ColumnMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.IntegerMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.LongMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.OIDMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.SqlDateMapping
 
initTypeInfo() - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
initialTableExpr - Variable in class com.triactive.jdo.store.QueryStatement
 
initialize() - Method in class com.triactive.jdo.store.ClassBaseTable
 
initialize() - Method in class com.triactive.jdo.store.ClassView
 
initialize() - Method in class com.triactive.jdo.store.JDOBaseTable
 
initialize() - Method in class com.triactive.jdo.store.JDOView
 
initialize() - Method in class com.triactive.jdo.store.MapTable
 
initialize() - Method in class com.triactive.jdo.store.ProbeTable
 
initialize() - Method in class com.triactive.jdo.store.SchemaTable
 
initialize() - Method in class com.triactive.jdo.store.SetTable
 
initialize() - Method in interface com.triactive.jdo.store.Table
 
innerJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.OracleQueryStatement
 
innerJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.QueryStatement
 
insert(StateManager) - Method in class com.triactive.jdo.store.ClassBaseTable
 
insert(StateManager) - Method in class com.triactive.jdo.store.StoreManager
Inserts a persistent object into the database.
ior(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
ior(SQLExpression) - Method in class com.triactive.jdo.store.BooleanLiteral
 
ior(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
isActive() - Method in class com.triactive.jdo.NonmanagedTransaction
 
isClosed() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
isCompatibleWith(ColumnInfo) - Method in class com.triactive.jdo.store.MySQLTypeInfo
 
isCompatibleWith(ColumnInfo) - Method in class com.triactive.jdo.store.TypeInfo
Indicates whether the type of a given database column is "compatible" with this type.
isCompiled - Variable in class com.triactive.jdo.store.Query
 
isDefaultEmbeddedType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDefaultFetchGroupType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDefaultPersistentType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDeleted - Variable in class com.triactive.jdo.state.LifeCycleState
 
isDeleted() - Method in class com.triactive.jdo.state.LifeCycleState
Return whether the object is deleted.
isDeleted(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object has been deleted.
isDirty - Variable in class com.triactive.jdo.state.LifeCycleState
 
isDirty() - Method in class com.triactive.jdo.state.LifeCycleState
Return whether the object is dirty, ie has been changed (created, updated, deleted) in this Tx.
isDirty(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is dirty.
isEmbedded() - Method in class com.triactive.jdo.model.FieldMetaData
 
isEmbeddedElement() - Method in class com.triactive.jdo.model.CollectionMetaData
 
isEmbeddedKey() - Method in class com.triactive.jdo.model.MapMetaData
 
isEmbeddedType(Class) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
isEmbeddedType(Class) - Method in class com.triactive.jdo.store.OracleAdapter
 
isEmbeddedValue() - Method in class com.triactive.jdo.model.MapMetaData
 
isEmpty() - Method in class com.triactive.jdo.sco.Map
 
isEmpty() - Method in class com.triactive.jdo.sco.Set
 
isEmpty() - Method in class com.triactive.jdo.store.QueryResult
 
isEmpty() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
isEmptyMethod() - Method in class com.triactive.jdo.store.CandidateSetExpression
Return the BooleanExpression for a query filter in the form "set.isEmpty()".
isEmptyMethod() - Method in class com.triactive.jdo.store.SetLiteral
 
isEmptyMethod() - Method in class com.triactive.jdo.store.SubquerySetExpression
 
isEnhancedClass(Class) - Static method in class com.triactive.jdo.model.Types
 
isExactPrecision() - Method in class com.triactive.jdo.store.Column
 
isFieldPersistent(int) - Method in class com.triactive.jdo.store.ClassBaseTable
 
isFieldPersistent(int) - Method in interface com.triactive.jdo.store.ClassTable
 
isFieldPersistent(int) - Method in class com.triactive.jdo.store.ClassView
 
isHigherThan(SQLExpression.Operator) - Method in class com.triactive.jdo.store.SQLExpression.MonadicOperator
 
isHigherThanLeftSide(SQLExpression.Operator) - Method in class com.triactive.jdo.store.SQLExpression.DyadicOperator
 
isHigherThanRightSide(SQLExpression.Operator) - Method in class com.triactive.jdo.store.SQLExpression.DyadicOperator
 
isInDefaultFetchGroup() - Method in class com.triactive.jdo.model.FieldMetaData
 
isInitialized() - Method in class com.triactive.jdo.store.AbstractTable
 
isInitialized() - Method in interface com.triactive.jdo.store.Table
 
isInverseCollection() - Method in class com.triactive.jdo.model.CollectionMetaData
 
isInverseMap() - Method in class com.triactive.jdo.model.MapMetaData
 
isLoaded(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
Return true if the field is cached in the calling instance.
isNew - Variable in class com.triactive.jdo.state.LifeCycleState
 
isNew() - Method in class com.triactive.jdo.state.LifeCycleState
Return whether the object was newly created.
isNew(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object has been newly made persistent.
isNullable() - Method in class com.triactive.jdo.store.Column
 
isNullable - Variable in class com.triactive.jdo.store.ColumnInfo
Either "NO" indicating that the column definitely does not allow null values, "YES" indicating that the column might allow null values, or an empty string ("") indicating that nullability is unknown.
isPersistent(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is persistent.
isPrimaryKeyPart() - Method in class com.triactive.jdo.model.FieldMetaData
 
isPrimaryKeyPart() - Method in class com.triactive.jdo.store.Column
 
isSQLKeyword(String) - Method in class com.triactive.jdo.store.DatabaseAdapter
Tests if a given string is a SQL key word.
isSecondClassMutableType(Class) - Static method in class com.triactive.jdo.model.Types
 
isStandard() - Method in class com.triactive.jdo.store.SQLState
Indicates whether or not this SQLSTATE value is defined by the international SQL standard.
isTransactional - Variable in class com.triactive.jdo.state.LifeCycleState
 
isTransactional() - Method in class com.triactive.jdo.state.LifeCycleState
Return whether the object is transactional.
isTransactional(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is transactional.
isUnique() - Method in class com.triactive.jdo.store.Column
 
isValidJavaIdentifier(String) - Static method in class com.triactive.jdo.store.Query
 
isValidated() - Method in class com.triactive.jdo.store.AbstractTable
 
isValidated() - Method in interface com.triactive.jdo.store.Table
 
isWorthRetrying() - Method in class com.triactive.jdo.store.PostgreSQLSQLState
 
isWorthRetrying() - Method in class com.triactive.jdo.store.SQLState
Indicates whether or not this SQLSTATE represents an error whose cause may be transient, meaning the operation or transaction may succeed if retried.
iterator() - Method in class com.triactive.jdo.sco.Set
 
iterator(StateManager) - Method in class com.triactive.jdo.store.AbstractSetStore
 
iterator() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
Returns an iterator over all the instances in the Extent.
iterator() - Method in class com.triactive.jdo.store.ClassViewExtent
Returns an iterator over all the instances in the Extent.
iterator(StateManager) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
iterator() - Method in class com.triactive.jdo.store.QueryResult
 
iterator(StateManager) - Method in interface com.triactive.jdo.store.SetStore
 
iteratorStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
iteratorStmt - Variable in class com.triactive.jdo.store.MapEntrySetStore
 

J

JDOBaseTable - class com.triactive.jdo.store.JDOBaseTable.
 
JDOBaseTable(TableMetadata, StoreManager) - Constructor for class com.triactive.jdo.store.JDOBaseTable
 
JDOQLQuery - class com.triactive.jdo.store.JDOQLQuery.
A JDO query that uses the default JQOQL language.
JDOQLQuery() - Constructor for class com.triactive.jdo.store.JDOQLQuery
Constructs a new query instance having no persistence manager.
JDOQLQuery(PersistenceManager, StoreManager) - Constructor for class com.triactive.jdo.store.JDOQLQuery
Constructs a new query instance that uses the given persistence manager.
JDOQLQuery(PersistenceManager, StoreManager, JDOQLQuery) - Constructor for class com.triactive.jdo.store.JDOQLQuery
Constructs a new query instance having the same criteria as the given query.
JDOQLQuery.Compiler - class com.triactive.jdo.store.JDOQLQuery.Compiler.
 
JDOQLQuery.Compiler(Map) - Constructor for class com.triactive.jdo.store.JDOQLQuery.Compiler
 
JDOTable - interface com.triactive.jdo.store.JDOTable.
 
JDOView - class com.triactive.jdo.store.JDOView.
 
JDOView(TableMetadata, StoreManager) - Constructor for class com.triactive.jdo.store.JDOView
 
Join - class com.triactive.jdo.store.Join.
 
Join(int, TableExpression, BooleanExpression) - Constructor for class com.triactive.jdo.store.Join
 
javaName - Variable in class com.triactive.jdo.store.JDOBaseTable
 
javaName - Variable in class com.triactive.jdo.store.JDOView
 
javaName - Variable in class com.triactive.jdo.store.SQLIdentifier
 
javaName - Variable in class com.triactive.jdo.store.TableMetadata
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in class com.triactive.jdo.store.InverseSetStore
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in class com.triactive.jdo.store.MapKeySetStore
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in class com.triactive.jdo.store.MapValueSetStore
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in class com.triactive.jdo.store.NormalSetStore
 
joinElementsTo(QueryStatement, QueryStatement.QueryColumn, SQLIdentifier, Class, SQLIdentifier) - Method in interface com.triactive.jdo.store.SetStore
 
joinType - Variable in class com.triactive.jdo.store.Join
 
joinTypeString - Variable in class com.triactive.jdo.store.Join
 
joins - Variable in class com.triactive.jdo.store.QueryStatement
 

K

KEY - Static variable in class com.triactive.jdo.store.Role
 
Key - class com.triactive.jdo.store.Key.
 
Key(BaseTable) - Constructor for class com.triactive.jdo.store.Key
 
keyColumn - Variable in class com.triactive.jdo.store.AbstractMapStore
 
keyColumn - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
keyMapping - Variable in class com.triactive.jdo.store.AbstractMapStore
 
keyMapping - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
keySeq - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The sequence number within the foreign key, base 1.
keySet() - Method in class com.triactive.jdo.sco.Map
 
keySet() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
keySetStore() - Method in class com.triactive.jdo.store.InverseMapStore
 
keySetStore() - Method in interface com.triactive.jdo.store.MapStore
 
keySetStore() - Method in class com.triactive.jdo.store.NormalMapStore
 
keyType - Variable in class com.triactive.jdo.model.MapMetaData
 
keyType - Variable in class com.triactive.jdo.store.AbstractMapStore
 
keyType - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
keysAreEmbedded - Variable in class com.triactive.jdo.store.AbstractMapStore
 
keysAreEmbedded - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
keywords - Variable in class com.triactive.jdo.store.DatabaseAdapter
The set of SQL keywords for this DBMS, in upper-case.

L

LEFT_OUTER_JOIN - Static variable in class com.triactive.jdo.store.Join
 
LENGTH_NOT_SET - Static variable in class com.triactive.jdo.store.Column
 
LENGTH_TYPE_MASK - Static variable in class com.triactive.jdo.store.Column
 
LOCATOR_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
LOG - Static variable in class com.triactive.jdo.state.LifeCycleState
 
LifeCycleState - class com.triactive.jdo.state.LifeCycleState.
 
LifeCycleState() - Constructor for class com.triactive.jdo.state.LifeCycleState
 
LongMapping - class com.triactive.jdo.store.LongMapping.
 
LongMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.LongMapping
 
LongMapping(Column) - Constructor for class com.triactive.jdo.store.LongMapping
 
LongMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.LongMapping
 
leftOuterJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.OracleQueryStatement
 
leftOuterJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.QueryStatement
 
lengthMethod() - Method in class com.triactive.jdo.store.CharacterExpression
 
lengthMethod() - Method in class com.triactive.jdo.store.CharacterLiteral
 
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.DB2Adapter
 
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.length() method.
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.FirebirdAdapter
 
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.OracleAdapter
 
lengthMethod(CharacterExpression) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
literalPrefix - Variable in class com.triactive.jdo.store.TypeInfo
The prefix used to quote a literal of this data type; may be null.
literalSuffix - Variable in class com.triactive.jdo.store.TypeInfo
The suffix used to quote a literal of this data type; may be null.
loadDFGFields() - Method in class com.triactive.jdo.state.StateManagerImpl
Fetchs from the database all fields in the default fetch group not already loaded.
loadDefaultFetchGroup() - Method in interface com.triactive.jdo.StateManager
 
loadDefaultFetchGroup() - Method in class com.triactive.jdo.state.StateManagerImpl
Loads all of the default fetch group fields into the instance.
loadUnloadedFields() - Method in class com.triactive.jdo.state.StateManagerImpl
Fetchs from the database all fields not currently loaded.
localTypeName - Variable in class com.triactive.jdo.store.TypeInfo
Localized version of the DBMS-specific type name of this data type.
logSQLWarnings(SQLWarning) - Method in class com.triactive.jdo.store.StoreManager
Logs SQL warnings to the common log.
logSQLWarnings(Connection) - Method in class com.triactive.jdo.store.StoreManager
 
logSQLWarnings(Statement) - Method in class com.triactive.jdo.store.StoreManager
 
logSQLWarnings(ResultSet) - Method in class com.triactive.jdo.store.StoreManager
 
longValue() - Method in class com.triactive.jdo.store.OID
Returns the value of this OID as a long value.
lowestOperator - Variable in class com.triactive.jdo.store.SQLExpression
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
lt(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
lteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 

M

MAXIMUM_LENGTH - Static variable in class com.triactive.jdo.store.Column
 
MAX_CLASSID - Static variable in class com.triactive.jdo.store.OID
The maximum class ID value.
MAX_FOREIGN_KEYS - Static variable in class com.triactive.jdo.store.ForeignKeyIdentifier
 
MAX_IDENTIFIER_LENGTH - Static variable in interface com.triactive.jdo.store.SQL92Constants
The maximum length of a SQL/92 identifier in characters.
MAX_INDICES - Static variable in class com.triactive.jdo.store.IndexIdentifier
 
MAX_LENGTH - Static variable in class com.triactive.jdo.store.OID
The maximum length of an OID in string form.
MAX_OBJIDHI - Static variable in class com.triactive.jdo.store.OID
The maximum hi portion of an object ID value.
MAX_OBJIDLO - Static variable in class com.triactive.jdo.store.OID
The maximum lo portion of an object ID value.
MAX_PRECISION - Static variable in class com.triactive.jdo.store.PostgreSQLTypeInfo
The maximum precision we allow to be reported.
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.Role
 
MAX_TABLE_NAME_SUFFIX - Static variable in class com.triactive.jdo.store.TableIdentifier
The maximum length in characters reserved at the end of table names for suffixes used to construct related names (such as _PK for a table's primary key).
MAX_VALUE - Static variable in class com.triactive.jdo.store.OID
The maximum value of an OID as a long.
MSG - Static variable in class com.triactive.jdo.CommitStateTransitionException
 
MSG - Static variable in class com.triactive.jdo.RollbackStateTransitionException
 
MSSQLServerAdapter - class com.triactive.jdo.store.MSSQLServerAdapter.
Provides methods for adapting SQL language elements to the Microsoft SQL Server database.
MSSQLServerAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.MSSQLServerAdapter
Constructs a Microsoft SQL Server adapter based on the given JDBC metadata.
MSSQLServerColumnInfo - class com.triactive.jdo.store.MSSQLServerColumnInfo.
Represents the metadata of a specific table column in MS SQL Server.
MSSQLServerColumnInfo(ResultSet) - Constructor for class com.triactive.jdo.store.MSSQLServerColumnInfo
Constructs a column information object from the current row of the given result set.
MY_VENDOR - Static variable in class com.triactive.jdo.model.MetaData
The vendor string used for TJDO-specific metadata extensions.
MacroString - class com.triactive.jdo.util.MacroString.
 
MacroString(Class, String, String) - Constructor for class com.triactive.jdo.util.MacroString
 
MacroString.IdentifierMacro - class com.triactive.jdo.util.MacroString.IdentifierMacro.
 
MacroString.IdentifierMacro(String, Class, String, String) - Constructor for class com.triactive.jdo.util.MacroString.IdentifierMacro
 
MacroString.MacroHandler - interface com.triactive.jdo.util.MacroString.MacroHandler.
 
MacroString.ParameterMacro - class com.triactive.jdo.util.MacroString.ParameterMacro.
 
MacroString.ParameterMacro(String) - Constructor for class com.triactive.jdo.util.MacroString.ParameterMacro
 
Map - class com.triactive.jdo.sco.Map.
A map object which is backed "directly" by the database.
Map(StateManager, String) - Constructor for class com.triactive.jdo.sco.Map
 
Map(StateManager, String, Class, Class, boolean) - Constructor for class com.triactive.jdo.sco.Map
 
MapEntrySetStore - class com.triactive.jdo.store.MapEntrySetStore.
 
MapEntrySetStore(MapTable, MapStore) - Constructor for class com.triactive.jdo.store.MapEntrySetStore
 
MapEntrySetStore(ClassBaseTable, Mapping, Mapping, MapStore) - Constructor for class com.triactive.jdo.store.MapEntrySetStore
 
MapKeySetStore - class com.triactive.jdo.store.MapKeySetStore.
 
MapKeySetStore(MapTable) - Constructor for class com.triactive.jdo.store.MapKeySetStore
 
MapKeySetStore(ClassBaseTable, Mapping, Mapping) - Constructor for class com.triactive.jdo.store.MapKeySetStore
 
MapMapping - class com.triactive.jdo.store.MapMapping.
 
MapMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.MapMapping
 
MapMetaData - class com.triactive.jdo.model.MapMetaData.
 
MapMetaData(FieldMetaData, Element) - Constructor for class com.triactive.jdo.model.MapMetaData
 
MapStore - interface com.triactive.jdo.store.MapStore.
 
MapTable - class com.triactive.jdo.store.MapTable.
 
MapTable(TableMetadata, FieldMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.MapTable
 
MapValueSetStore - class com.triactive.jdo.store.MapValueSetStore.
 
MapValueSetStore(MapTable, MapStore) - Constructor for class com.triactive.jdo.store.MapValueSetStore
 
MapValueSetStore(ClassBaseTable, Mapping, MapStore) - Constructor for class com.triactive.jdo.store.MapValueSetStore
 
Mapping - class com.triactive.jdo.store.Mapping.
 
Mapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.Mapping
Create a new Mapping with the given DatabaseAdapter for the given type.
MappingCallbacks - interface com.triactive.jdo.store.MappingCallbacks.
 
MetaData - class com.triactive.jdo.model.MetaData.
 
MetaData() - Constructor for class com.triactive.jdo.model.MetaData
 
MetaData(URL, Element) - Constructor for class com.triactive.jdo.model.MetaData
 
MissingColumnException - exception com.triactive.jdo.store.MissingColumnException.
A MissingColumnException is thrown if an expected column is not found in the database during schema validation.
MissingColumnException(Table, Collection) - Constructor for class com.triactive.jdo.store.MissingColumnException
Constructs a missing column exception.
MissingForeignKeysException - exception com.triactive.jdo.store.MissingForeignKeysException.
A MissingForeignKeysException is thrown if an expected foreign key is not found in the database during schema validation.
MissingForeignKeysException(Table, Collection) - Constructor for class com.triactive.jdo.store.MissingForeignKeysException
Constructs a missing foreign key(s) exception.
MissingIndicesException - exception com.triactive.jdo.store.MissingIndicesException.
A MissingIndicesException is thrown if an expected index is not found in the database during schema validation.
MissingIndicesException(Table, Collection) - Constructor for class com.triactive.jdo.store.MissingIndicesException
Constructs a missing index(s) exception.
MissingSchemaTableEntryException - exception com.triactive.jdo.store.MissingSchemaTableEntryException.
A MissingSchemaTableEntryException is thrown if an expected row is not found in the SchemaTable during schema validation.
MissingSchemaTableEntryException(SchemaTable, String) - Constructor for class com.triactive.jdo.store.MissingSchemaTableEntryException
Constructs a MissingSchemaTableEntryException.
MissingTableException - exception com.triactive.jdo.store.MissingTableException.
A MissingTableException is thrown if an expected table is not found in the database during schema validation.
MissingTableException(Table) - Constructor for class com.triactive.jdo.store.MissingTableException
Constructs a missing table exception.
MySQLAdapter - class com.triactive.jdo.store.MySQLAdapter.
Provides methods for adapting SQL language elements to the MySQL database.
MySQLAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.MySQLAdapter
 
MySQLTypeInfo - class com.triactive.jdo.store.MySQLTypeInfo.
Represents the metadata of a MySQL data type.
MySQLTypeInfo(ResultSet) - Constructor for class com.triactive.jdo.store.MySQLTypeInfo
Constructs a type information object from the current row of the given result set.
main(String[]) - Static method in class com.triactive.jdo.DropJDOTables
Called when the class is invoked from the command line.
main(String[]) - Static method in class com.triactive.jdo.enhance.SunReferenceEnhancer
Called when the class is invoked from the command line.
mainRangeVar - Variable in class com.triactive.jdo.store.TableExpression
 
mainTable - Variable in class com.triactive.jdo.store.FetchStatement
 
mainTable - Variable in class com.triactive.jdo.store.TableExpression
 
makeDirty() - Method in interface com.triactive.jdo.SCO
Marks object dirty.
makeDirty(int) - Method in interface com.triactive.jdo.StateManager
 
makeDirty() - Method in class com.triactive.jdo.sco.Date
 
makeDirty() - Method in class com.triactive.jdo.sco.HashSet
 
makeDirty() - Method in class com.triactive.jdo.sco.Map
 
makeDirty() - Method in class com.triactive.jdo.sco.Set
 
makeDirty() - Method in class com.triactive.jdo.sco.SqlDate
 
makeDirty() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
makeDirty(int) - Method in class com.triactive.jdo.state.StateManagerImpl
Marks the given field dirty.
makeDirty(PersistenceCapable, String) - Method in class com.triactive.jdo.state.StateManagerImpl
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeNontransactional() - Method in interface com.triactive.jdo.StateManager
 
makeNontransactional() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeNontransactionalAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeNontransactionalAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistent(Object, FieldValues) - Method in interface com.triactive.jdo.PersistenceManager
 
makePersistent(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistent(Object, FieldValues) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistentAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistentAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactional(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactional() - Method in interface com.triactive.jdo.StateManager
 
makeTransactional() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeTransactionalAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactionalAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransient(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransient() - Method in interface com.triactive.jdo.StateManager
 
makeTransient() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeTransientAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransientAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
mapMetaData - Variable in class com.triactive.jdo.model.FieldMetaData
 
mapStore - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
markDirty(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
 
markDirty(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
maxColumnNameLength - Variable in class com.triactive.jdo.store.DatabaseAdapter
The maximum length to be used for a column name.
maxConstraintNameLength - Variable in class com.triactive.jdo.store.DatabaseAdapter
The maximum length to be used for a table constraint name.
maxIndexNameLength - Variable in class com.triactive.jdo.store.DatabaseAdapter
The maximum length to be used for an index name.
maxTableNameLength - Variable in class com.triactive.jdo.store.DatabaseAdapter
The maximum length to be used for a table name.
maximumScale - Variable in class com.triactive.jdo.store.TypeInfo
The maximum supported scale value for this data type.
minimumScale - Variable in class com.triactive.jdo.store.TypeInfo
The minimum supported scale value for this data type.
mod(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
mod(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
mul(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
mul(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
mul(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
mul(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
multipleTablesReferenced - Variable in class com.triactive.jdo.store.TableExprAsSubquery
 

N

NEW - Static variable in class com.triactive.jdo.model.ClassMetaData
 
NLS_SORT_ORDER_PROPERTY - Static variable in class com.triactive.jdo.store.OracleQueryStatement
The system property that selects the "linguistic definition" to be used for native language sorting of String fields.
NONE - Static variable in class com.triactive.jdo.store.Role
 
NONRESERVED_WORDS - Static variable in interface com.triactive.jdo.store.SQL92Constants
A string containing the list of SQL/92 non-reserved words, separated by commas.
NONSQL92_RESERVED_WORDS - Static variable in class com.triactive.jdo.store.MySQLAdapter
A string containing the list of MySQL keywords that are not also SQL/92 reserved words, separated by commas.
NOT_RETRYABLE - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
An array representing all those class codes that are known not to be worth retrying.
NOT_RETRYABLE - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
An array representing all those class codes that are known not to be worth retrying.
NO_DATA - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
NO_DATA - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
NO_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
NULLABLE - Static variable in class com.triactive.jdo.store.Column
 
NULL_VALUE_DEFAULT - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NULL_VALUE_EXCEPTION - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NULL_VALUE_NONE - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NoColumnException - exception com.triactive.jdo.store.NoColumnException.
A NoColumnException is thrown if an operation is performed that assumes that a particular persistent field is stored in a single database column when it is not (such as if the field is a Collection or a Map).
NoColumnException(String) - Constructor for class com.triactive.jdo.store.NoColumnException
Constructs a no column exception.
NoExtentException - exception com.triactive.jdo.store.NoExtentException.
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.
NoExtentException(Class) - Constructor for class com.triactive.jdo.store.NoExtentException
Constructs a no extent exception.
NoSuchPersistentFieldException - exception com.triactive.jdo.store.NoSuchPersistentFieldException.
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.
NoSuchPersistentFieldException(Class, String) - Constructor for class com.triactive.jdo.store.NoSuchPersistentFieldException
Constructs a no such persistent field exception.
NoSuchPersistentFieldException(Class, int) - Constructor for class com.triactive.jdo.store.NoSuchPersistentFieldException
Constructs a no such persistent field exception.
NonmanagedTransaction - class com.triactive.jdo.NonmanagedTransaction.
 
NonmanagedTransaction(PersistenceManagerImpl, String, String) - Constructor for class com.triactive.jdo.NonmanagedTransaction
 
NormalMapStore - class com.triactive.jdo.store.NormalMapStore.
 
NormalMapStore(MapTable) - Constructor for class com.triactive.jdo.store.NormalMapStore
 
NormalSetStore - class com.triactive.jdo.store.NormalSetStore.
 
NormalSetStore(SetTable) - Constructor for class com.triactive.jdo.store.NormalSetStore
 
NotABaseTableException - exception com.triactive.jdo.store.NotABaseTableException.
A NotABaseTableException is thrown during schema validation if a table should be a base table but is found not to be in the database.
NotABaseTableException(Table) - Constructor for class com.triactive.jdo.store.NotABaseTableException
Constructs a not-a-base-table exception.
NotAViewException - exception com.triactive.jdo.store.NotAViewException.
A NotAViewException is thrown during schema validation if a table should be a view but is found not to be in the database.
NotAViewException(Table) - Constructor for class com.triactive.jdo.store.NotAViewException
Constructs a not-a-view exception.
NullComparisonExpression - class com.triactive.jdo.store.NullComparisonExpression.
 
NullComparisonExpression(SQLExpression, boolean, NullLiteral) - Constructor for class com.triactive.jdo.store.NullComparisonExpression
 
NullLiteral - class com.triactive.jdo.store.NullLiteral.
 
NullLiteral(QueryStatement) - Constructor for class com.triactive.jdo.store.NullLiteral
 
NullValueException - exception com.triactive.jdo.store.NullValueException.
A NullValueException is thrown if a null value is encountered in a database column that should prohibit null values.
NullValueException() - Constructor for class com.triactive.jdo.store.NullValueException
Constructs a null value exception with no specific detail message.
NullValueException(String) - Constructor for class com.triactive.jdo.store.NullValueException
Constructs a null value exception with the specified detail message.
NullsNotAllowedException - exception com.triactive.jdo.sco.NullsNotAllowedException.
A NullsNotAllowedException is thrown if an attempt is made to insert a null object into a Collection or Map that doesn't support nulls.
NullsNotAllowedException(StateManager, String) - Constructor for class com.triactive.jdo.sco.NullsNotAllowedException
Constructs a nulls-not-allowed exception.
NumericExpression - class com.triactive.jdo.store.NumericExpression.
 
NumericExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.NumericExpression
 
NumericExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.NumericExpression
 
NumericExpression(String, List) - Constructor for class com.triactive.jdo.store.NumericExpression
 
NumericExpression(SQLExpression.MonadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.NumericExpression
 
NumericExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.NumericExpression
 
name - Variable in class com.triactive.jdo.store.AbstractTable
 
name - Variable in class com.triactive.jdo.store.Column
 
neg() - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
neg() - Method in class com.triactive.jdo.store.IntegerLiteral
 
neg() - Method in class com.triactive.jdo.store.NumericExpression
 
neg() - Method in class com.triactive.jdo.store.SQLExpression
 
newCollectionInstance(Class, Object, String, Class, boolean, Integer, Float, Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newColumn(Class, String) - Method in class com.triactive.jdo.store.AbstractTable
 
newColumn(Class, SQLIdentifier, Role) - Method in class com.triactive.jdo.store.AbstractTable
 
newColumn(int) - Method in class com.triactive.jdo.store.ClassBaseTable
 
newColumn(FieldMetaData) - Method in class com.triactive.jdo.store.ClassView
 
newColumn(Class, String) - Method in interface com.triactive.jdo.store.Table
 
newColumn(Class, SQLIdentifier, Role) - Method in interface com.triactive.jdo.store.Table
 
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.DB2Adapter
 
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.DatabaseAdapter
A factory for ColumnInfo objects.
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
newDataStoreException(String, SQLException) - Method in class com.triactive.jdo.store.DatabaseAdapter
Create the appropriate JDODataStoreException or JDOFatalDataStoreException for the given SQLException based on whether the action causing the exception has aborted the current transaction.
newExtent(PersistenceManager, boolean) - Method in class com.triactive.jdo.store.ClassBaseTable
 
newExtent(PersistenceManager, boolean) - Method in interface com.triactive.jdo.store.ClassTable
 
newExtent(PersistenceManager, boolean) - Method in class com.triactive.jdo.store.ClassView
 
newFieldExpression(String) - Method in class com.triactive.jdo.store.TableExpression
 
newForeignKeyInfo(ResultSet) - Method in class com.triactive.jdo.store.DatabaseAdapter
A factory for ForeignKeyInfo objects.
newForeignKeyInfo(ResultSet) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
newMapInstance(Class, Object, String, Class, Class, boolean, Integer, Float, Map) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newMapTable(ClassBaseTable, FieldMetaData) - Method in class com.triactive.jdo.store.StoreManager
Called by Mapping objects in the midst of StoreManager.addClasses() to request the creation of a map table.
newOID() - Method in class com.triactive.jdo.store.JDOBaseTable
 
newOID() - Method in interface com.triactive.jdo.store.JDOTable
 
newOID() - Method in class com.triactive.jdo.store.JDOView
 
newObjectID(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns a new, unique ID for an object of the given class.
newObjectIdInstance(Class, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(String, Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Extent) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, Collection, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Extent, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQueryStatement() - Method in class com.triactive.jdo.sco.HashSet
 
newQueryStatement(Class) - Method in class com.triactive.jdo.sco.HashSet
 
newQueryStatement() - Method in class com.triactive.jdo.sco.Set
 
newQueryStatement(Class) - Method in class com.triactive.jdo.sco.Set
 
newQueryStatement() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
 
newQueryStatement(Class) - Method in class com.triactive.jdo.store.ClassBaseTableExtent
 
newQueryStatement() - Method in class com.triactive.jdo.store.ClassViewExtent
 
newQueryStatement(Class) - Method in class com.triactive.jdo.store.ClassViewExtent
 
newQueryStatement(Table) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
newQueryStatement(Table, SQLIdentifier) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
newQueryStatement(StateManager, Class) - Method in class com.triactive.jdo.store.InverseSetStore
 
newQueryStatement(StateManager, Class) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
newQueryStatement(StateManager, Class) - Method in class com.triactive.jdo.store.MapKeySetStore
 
newQueryStatement(StateManager, Class) - Method in class com.triactive.jdo.store.MapValueSetStore
 
newQueryStatement(StateManager, Class) - Method in class com.triactive.jdo.store.NormalSetStore
 
newQueryStatement(Table) - Method in class com.triactive.jdo.store.OracleAdapter
 
newQueryStatement(Table, SQLIdentifier) - Method in class com.triactive.jdo.store.OracleAdapter
 
newQueryStatement() - Method in interface com.triactive.jdo.store.Queryable
Returns a prototypical query statement over the underlying collection.
newQueryStatement(Class) - Method in interface com.triactive.jdo.store.Queryable
Returns a prototypical query statement over the underlying collection, pre-filtered to include only objects of the specified class.
newQueryStatement(StateManager, Class) - Method in interface com.triactive.jdo.store.SetStore
 
newResultObjectFactory(QueryStatement) - Method in class com.triactive.jdo.sco.HashSet
 
newResultObjectFactory(QueryStatement) - Method in class com.triactive.jdo.sco.Set
 
newResultObjectFactory(StateManager, QueryStatement) - Method in class com.triactive.jdo.store.AbstractSetStore
 
newResultObjectFactory(QueryStatement) - Method in class com.triactive.jdo.store.ClassBaseTableExtent
 
newResultObjectFactory(QueryStatement) - Method in class com.triactive.jdo.store.ClassViewExtent
 
newResultObjectFactory(StateManager, QueryStatement) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
newResultObjectFactory(QueryStatement) - Method in interface com.triactive.jdo.store.Queryable
Returns a suitable query result factory for results produced by the specified query.
newResultObjectFactory(StateManager, QueryStatement) - Method in interface com.triactive.jdo.store.SetStore
 
newSCOInstance(Class, Object, FieldMetaData) - Method in interface com.triactive.jdo.PersistenceManager
 
newSCOInstance(Class, Object, FieldMetaData) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newSCOInstance(Class, Object, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newSCOInstance(int, Object) - Method in interface com.triactive.jdo.StateManager
 
newSCOInstance(int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
newSQLExpression(QueryStatement, TableExpression, String) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.BigDecimalMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.BigIntegerMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.BooleanMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.ByteMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.CharacterMapping
 
newSQLExpression(QueryStatement, TableExpression, String) - Method in class com.triactive.jdo.store.ColumnMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.DoubleMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.FloatMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.IntegerMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.LongMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.MapMapping
 
newSQLExpression(QueryStatement, TableExpression, String) - Method in class com.triactive.jdo.store.MapMapping
 
newSQLExpression(QueryStatement, TableExpression, String) - Method in class com.triactive.jdo.store.Mapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.Mapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.OIDMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.PersistenceCapableMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.ShortMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.SqlDateMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
newSQLExpression(QueryStatement, QueryStatement.QueryColumn, String) - Method in class com.triactive.jdo.store.StringMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.BigDecimalMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.BigIntegerMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.BooleanMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.ByteMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.CharacterMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.DateMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.DoubleMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.FloatMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.IntegerMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.LongMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.MapMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.Mapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.OIDMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.PersistenceCapableMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.ShortMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.SqlDateMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
newSQLLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.StringMapping
 
newSet(StateManager, String) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
newSet(StateManager, String) - Method in class com.triactive.jdo.store.HashSetMapping
 
newSet(StateManager, String) - Method in class com.triactive.jdo.store.SetMapping
 
newSetTable(ClassBaseTable, FieldMetaData) - Method in class com.triactive.jdo.store.StoreManager
Called by Mapping objects in the midst of StoreManager.addClasses() to request the creation of a set table.
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.CloudscapeAdapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.DB2Adapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns a new TableExpression object appropriate for this DBMS.
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.FirebirdAdapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.MySQLAdapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.OracleAdapter
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
newTableExpression(Table, SQLIdentifier) - Method in class com.triactive.jdo.store.QueryStatement
 
newTableExpression(QueryStatement, Table, SQLIdentifier) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
newTypeInfo(ResultSet) - Method in class com.triactive.jdo.store.DatabaseAdapter
A factory for TypeInfo objects.
newTypeInfo(ResultSet) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
newTypeInfo(ResultSet) - Method in class com.triactive.jdo.store.MySQLAdapter
 
newTypeInfo(ResultSet) - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
newValueReference(Object, Object, ReferenceQueue) - Method in class com.triactive.jdo.util.ReferenceValueMap
Returns a new Reference object to be inserted into the map.
newValueReference(Object, Object, ReferenceQueue) - Method in class com.triactive.jdo.util.SoftValueMap
 
newValueReference(Object, Object, ReferenceQueue) - Method in class com.triactive.jdo.util.WeakValueMap
 
not() - Method in class com.triactive.jdo.store.BooleanBitColumnExpression
 
not() - Method in class com.triactive.jdo.store.BooleanCharColumnExpression
 
not() - Method in class com.triactive.jdo.store.BooleanExpression
 
not() - Method in class com.triactive.jdo.store.BooleanLiteral
 
not() - Method in class com.triactive.jdo.store.ExistsExpression
 
not() - Method in class com.triactive.jdo.store.NullComparisonExpression
 
not() - Method in class com.triactive.jdo.store.SQLExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanBitColumnExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanCharColumnExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.BooleanLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.NullLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.ObjectExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.ObjectLiteral
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlDateExpression
 
noteq(SQLExpression) - Method in class com.triactive.jdo.store.SqlTimestampExpression
 
nullValue - Variable in class com.triactive.jdo.model.FieldMetaData
 
nullable - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates whether the column can be NULL.
nullable - Variable in class com.triactive.jdo.store.TypeInfo
Indicates whether null values are allowed for this data type.
numPrecRadix - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the radix, which is typically either 10 or 2.
numPrecRadix - Variable in class com.triactive.jdo.store.TypeInfo
Indicates the numeric radix of this data type, which is usually 2 or 10.

O

OBJECT_NOT_IN_PREREQUISITE_STATE - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
OID - class com.triactive.jdo.store.OID.
An object identifier.
OID(long) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from its long value.
OID(int, int, int) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from three integer values.
OID(String) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from its string representation.
OIDMapping - class com.triactive.jdo.store.OIDMapping.
 
OIDMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.OIDMapping
 
OIDMapping(Column) - Constructor for class com.triactive.jdo.store.OIDMapping
 
OIDMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.OIDMapping
 
OIDRangeTestExpression - class com.triactive.jdo.store.OIDRangeTestExpression.
 
OIDRangeTestExpression(QueryStatement, QueryStatement.QueryColumn, OID, OID) - Constructor for class com.triactive.jdo.store.OIDRangeTestExpression
 
OPERATOR_INTERVENTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
OP_ADD - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_AND - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_BETWEEN - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_CONCAT - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_DIV - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_EQ - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_GT - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_GTEQ - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_IN - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_IS - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_ISNOT - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_LIKE - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_LT - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_LTEQ - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_MUL - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_NEG - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_NOT - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_NOTEQ - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_OR - Static variable in class com.triactive.jdo.store.SQLExpression
 
OP_SUB - Static variable in class com.triactive.jdo.store.SQLExpression
 
OWNER - Static variable in class com.triactive.jdo.store.Role
 
ObjectExpression - class com.triactive.jdo.store.ObjectExpression.
 
ObjectExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.ObjectExpression
 
ObjectExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.ObjectExpression
 
ObjectExpression(QueryStatement, QueryStatement.QueryColumn, String) - Constructor for class com.triactive.jdo.store.ObjectExpression
 
ObjectFieldExpression - class com.triactive.jdo.store.ObjectFieldExpression.
 
ObjectFieldExpression(QueryStatement, QueryStatement.QueryColumn, String, Class) - Constructor for class com.triactive.jdo.store.ObjectFieldExpression
 
ObjectFieldExpression(QueryStatement, QueryStatement.QueryColumn, String, Class, Class) - Constructor for class com.triactive.jdo.store.ObjectFieldExpression
 
ObjectLiteral - class com.triactive.jdo.store.ObjectLiteral.
 
ObjectLiteral(QueryStatement, ColumnMapping, Object) - Constructor for class com.triactive.jdo.store.ObjectLiteral
 
ObjectNotFoundException - exception com.triactive.jdo.store.ObjectNotFoundException.
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.
ObjectNotFoundException(String, Object) - Constructor for class com.triactive.jdo.store.ObjectNotFoundException
Constructs an object not found exception with the specified detail message and failed object.
OracleAdapter - class com.triactive.jdo.store.OracleAdapter.
Provides methods for adapting SQL language elements to the Oracle database.
OracleAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.OracleAdapter
Constructs an Oracle adapter based on the given JDBC metadata.
OracleClobMapping - class com.triactive.jdo.store.OracleClobMapping.
 
OracleClobMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.OracleClobMapping
 
OracleQueryStatement - class com.triactive.jdo.store.OracleQueryStatement.
 
OracleQueryStatement(Table) - Constructor for class com.triactive.jdo.store.OracleQueryStatement
 
OracleQueryStatement(Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.OracleQueryStatement
 
OracleStringMapping - class com.triactive.jdo.store.OracleStringMapping.
 
OracleStringMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.OracleStringMapping
 
OracleStringMapping(Column) - Constructor for class com.triactive.jdo.store.OracleStringMapping
 
OracleStringMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.OracleStringMapping
 
onIdentifierMacro(MacroString.IdentifierMacro) - Method in interface com.triactive.jdo.util.MacroString.MacroHandler
 
onParameterMacro(MacroString.ParameterMacro) - Method in interface com.triactive.jdo.util.MacroString.MacroHandler
 
orderByList - Variable in class com.triactive.jdo.store.QueryStatement
 
ordering - Variable in class com.triactive.jdo.store.Query
 
ordinalPosition - Variable in class com.triactive.jdo.store.ColumnInfo
Indicates the index of the column in its table; the first column is 1, the second column is 2, and so on.
owner - Variable in class com.triactive.jdo.model.FieldMetaData
 
ownerColumn - Variable in class com.triactive.jdo.store.AbstractMapStore
 
ownerColumn - Variable in class com.triactive.jdo.store.AbstractSetStore
 
ownerColumn - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
ownerMapping - Variable in class com.triactive.jdo.store.AbstractMapStore
 
ownerMapping - Variable in class com.triactive.jdo.store.AbstractSetStore
 
ownerMapping - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
ownerTable - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
ownerType - Variable in class com.triactive.jdo.store.FieldTable
 

P

PASSWORD_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the database password to use for all tests.
PERSISTENCE_MODIFIER_NONE - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PERSISTENCE_MODIFIER_PERSISTENT - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PERSISTENCE_MODIFIER_TRANSACTIONAL - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PRIMARY_KEY_PART - Static variable in class com.triactive.jdo.store.Column
 
PROGRAM_LIMIT_EXCEEDED - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
P_CLEAN - Static variable in class com.triactive.jdo.state.LifeCycleState
 
P_DELETED - Static variable in class com.triactive.jdo.state.LifeCycleState
 
P_DIRTY - Static variable in class com.triactive.jdo.state.LifeCycleState
 
P_NEW - Static variable in class com.triactive.jdo.state.LifeCycleState
 
P_NEW_DELETED - Static variable in class com.triactive.jdo.state.LifeCycleState
 
P_NONTRANS - Static variable in class com.triactive.jdo.state.LifeCycleState
 
ParameterSetter - class com.triactive.jdo.store.ParameterSetter.
 
ParameterSetter(StateManager, PreparedStatement, Mapping[], int[]) - Constructor for class com.triactive.jdo.store.ParameterSetter
 
Parser - class com.triactive.jdo.store.Parser.
 
Parser(String, Imports) - Constructor for class com.triactive.jdo.store.Parser
 
PersistenceCapableMapping - class com.triactive.jdo.store.PersistenceCapableMapping.
 
PersistenceCapableMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.PersistenceCapableMapping
 
PersistenceCapableMapping(Column) - Constructor for class com.triactive.jdo.store.PersistenceCapableMapping
 
PersistenceCapableMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.PersistenceCapableMapping
 
PersistenceManager - interface com.triactive.jdo.PersistenceManager.
 
PersistenceManagerFactoryImpl - class com.triactive.jdo.PersistenceManagerFactoryImpl.
A factory used to obtain PersistenceManager instances.
PersistenceManagerFactoryImpl() - Constructor for class com.triactive.jdo.PersistenceManagerFactoryImpl
Constructs a new PersistenceManagerFactoryImpl.
PersistenceManagerFactoryImpl.PropertySetter - interface com.triactive.jdo.PersistenceManagerFactoryImpl.PropertySetter.
This is an interface that allows setting properties on a PersistenceManagerFactory with Strings.
PersistenceManagerImpl - class com.triactive.jdo.PersistenceManagerImpl.
 
PersistenceManagerImpl(PersistenceManagerFactoryImpl, String, String) - Constructor for class com.triactive.jdo.PersistenceManagerImpl
 
PersistentClean - class com.triactive.jdo.state.PersistentClean.
 
PersistentClean() - Constructor for class com.triactive.jdo.state.PersistentClean
 
PersistentDeleted - class com.triactive.jdo.state.PersistentDeleted.
 
PersistentDeleted() - Constructor for class com.triactive.jdo.state.PersistentDeleted
 
PersistentDirty - class com.triactive.jdo.state.PersistentDirty.
 
PersistentDirty() - Constructor for class com.triactive.jdo.state.PersistentDirty
 
PersistentIDROF - class com.triactive.jdo.store.PersistentIDROF.
 
PersistentIDROF(PersistenceManager) - Constructor for class com.triactive.jdo.store.PersistentIDROF
 
PersistentIDROF(PersistenceManager, int[], Mapping[], int[]) - Constructor for class com.triactive.jdo.store.PersistentIDROF
 
PersistentNew - class com.triactive.jdo.state.PersistentNew.
 
PersistentNew() - Constructor for class com.triactive.jdo.state.PersistentNew
 
PersistentNewDeleted - class com.triactive.jdo.state.PersistentNewDeleted.
 
PersistentNewDeleted() - Constructor for class com.triactive.jdo.state.PersistentNewDeleted
 
PersistentNontransactional - class com.triactive.jdo.state.PersistentNontransactional.
 
PersistentNontransactional() - Constructor for class com.triactive.jdo.state.PersistentNontransactional
 
PersistentSuperclassNotAllowedException - exception com.triactive.jdo.store.PersistentSuperclassNotAllowedException.
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.
PersistentSuperclassNotAllowedException(Class) - Constructor for class com.triactive.jdo.store.PersistentSuperclassNotAllowedException
Constructs a persistent-superclass-not-allowed exception.
PostgreSQLAdapter - class com.triactive.jdo.store.PostgreSQLAdapter.
Provides methods for adapting SQL language elements to the PostgreSQL database.
PostgreSQLAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.PostgreSQLAdapter
 
PostgreSQLColumnInfo - class com.triactive.jdo.store.PostgreSQLColumnInfo.
Represents the metadata of a specific table column in PostgreSQL.
PostgreSQLColumnInfo(ResultSet) - Constructor for class com.triactive.jdo.store.PostgreSQLColumnInfo
Constructs a column information object from the current row of the given result set.
PostgreSQLForeignKeyInfo - class com.triactive.jdo.store.PostgreSQLForeignKeyInfo.
Represents the metadata of a table's foreign key column in PostgreSQL.
PostgreSQLForeignKeyInfo(ResultSet) - Constructor for class com.triactive.jdo.store.PostgreSQLForeignKeyInfo
Constructs a foreign key information object from the current row of the given result set.
PostgreSQLSQLState - class com.triactive.jdo.store.PostgreSQLSQLState.
A SQLSTATE diagnostic code for PostgreSQL.
PostgreSQLSQLState(String) - Constructor for class com.triactive.jdo.store.PostgreSQLSQLState
Constructs a SQLState object from the specified SQLSTATE string.
PostgreSQLSQLState.ClassCode - class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode.
Contains constants for known SQLSTATE class codes.
PostgreSQLTypeInfo - class com.triactive.jdo.store.PostgreSQLTypeInfo.
Represents the metadata of a PostgreSQL data type.
PostgreSQLTypeInfo(ResultSet) - Constructor for class com.triactive.jdo.store.PostgreSQLTypeInfo
Constructs a type information object from the current row of the given result set.
PrimaryKey - class com.triactive.jdo.store.PrimaryKey.
 
PrimaryKey(BaseTable) - Constructor for class com.triactive.jdo.store.PrimaryKey
 
PrimaryKeyColumnNotAllowedException - exception com.triactive.jdo.store.PrimaryKeyColumnNotAllowedException.
A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to add a primary key column to a view.
PrimaryKeyColumnNotAllowedException(View, Column) - Constructor for class com.triactive.jdo.store.PrimaryKeyColumnNotAllowedException
Constructs a primary key not allowed exception.
PrimaryKeyIdentifier - class com.triactive.jdo.store.PrimaryKeyIdentifier.
 
PrimaryKeyIdentifier(BaseTable) - Constructor for class com.triactive.jdo.store.PrimaryKeyIdentifier
 
ProbeTable - class com.triactive.jdo.store.ProbeTable.
 
ProbeTable(StoreManager) - Constructor for class com.triactive.jdo.store.ProbeTable
 
parameterName - Variable in class com.triactive.jdo.util.MacroString.ParameterMacro
 
parameterNames - Variable in class com.triactive.jdo.store.Query
 
parameterTypesByName - Variable in class com.triactive.jdo.store.Query
 
parameters - Variable in class com.triactive.jdo.store.Query
 
parseBooleanLiteral() - Method in class com.triactive.jdo.store.Parser
 
parseCast() - Method in class com.triactive.jdo.store.Parser
 
parseChar(char) - Method in class com.triactive.jdo.store.Parser
 
parseChar(char, char) - Method in class com.triactive.jdo.store.Parser
 
parseCharacterLiteral() - Method in class com.triactive.jdo.store.Parser
 
parseEOS() - Method in class com.triactive.jdo.store.Parser
 
parseFloatingPointLiteral() - Method in class com.triactive.jdo.store.Parser
 
parseIdentifier() - Method in class com.triactive.jdo.store.Parser
 
parseImports(String) - Method in class com.triactive.jdo.util.Imports
 
parseIntegerLiteral() - Method in class com.triactive.jdo.store.Parser
 
parseKeywordList(String) - Method in class com.triactive.jdo.store.DatabaseAdapter
 
parseName() - Method in class com.triactive.jdo.store.Parser
 
parseNullLiteral() - Method in class com.triactive.jdo.store.Parser
 
parseString(String) - Method in class com.triactive.jdo.store.Parser
 
parseString(String, char) - Method in class com.triactive.jdo.store.Parser
 
parseStringLiteral() - Method in class com.triactive.jdo.store.Parser
 
parsedImports - Variable in class com.triactive.jdo.store.Query
 
persistenceModifier - Variable in class com.triactive.jdo.model.FieldMetaData
 
pkColumnName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The primary key column name.
pkName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The primary key name.
pkTableCat - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The primary key table catalog, which may be null.
pkTableName - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The primary key table name.
pkTableSchem - Variable in class com.triactive.jdo.store.ForeignKeyInfo
The primary key table schema, which may be null.
pm - Variable in class com.triactive.jdo.store.Query
 
pmClosed(PersistenceManagerImpl) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
postCommit() - Method in class com.triactive.jdo.PersistenceManagerImpl
Commit any changes made to objects managed by the persistence manager to the database.
postCommit() - Method in interface com.triactive.jdo.StateManager
 
postCommit() - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked when a commit is performed in a Transaction involving the PersistenceCapable managed by this StateManager
postFetch(StateManager) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
postFetch(StateManager) - Method in class com.triactive.jdo.store.MapMapping
 
postFetch(StateManager) - Method in interface com.triactive.jdo.store.MappingCallbacks
 
postFetch(StateManager) - Method in class com.triactive.jdo.store.OracleClobMapping
 
postInsert(StateManager) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
postInsert(StateManager) - Method in class com.triactive.jdo.store.MapMapping
 
postInsert(StateManager) - Method in interface com.triactive.jdo.store.MappingCallbacks
 
postInsert(StateManager) - Method in class com.triactive.jdo.store.OracleClobMapping
Retrieve the empty CLOB locator created by the insert statement and write out the current CLOB field value to the Oracle CLOB object
postUpdate(StateManager) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
postUpdate(StateManager) - Method in class com.triactive.jdo.store.MapMapping
 
postUpdate(StateManager) - Method in interface com.triactive.jdo.store.MappingCallbacks
 
postUpdate(StateManager) - Method in class com.triactive.jdo.store.OracleClobMapping
 
preDelete(StateManager) - Method in class com.triactive.jdo.store.AbstractSetMapping
 
preDelete(StateManager) - Method in class com.triactive.jdo.store.MapMapping
 
preDelete(StateManager) - Method in interface com.triactive.jdo.store.MappingCallbacks
 
preDelete(StateManager) - Method in class com.triactive.jdo.store.OracleClobMapping
 
preRollback() - Method in class com.triactive.jdo.PersistenceManagerImpl
Rollback any changes made to objects managed by the persistence manager to the database.
preRollback() - Method in interface com.triactive.jdo.StateManager
 
preRollback() - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked when a rollback is performed in a Transaction involving the PersistenceCapable managed by this StateManager.
preSerialize(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
precedence - Variable in class com.triactive.jdo.store.SQLExpression.Operator
 
precision - Variable in class com.triactive.jdo.store.Column
 
precision - Variable in class com.triactive.jdo.store.TypeInfo
The maximum precision/length allowed for this data type.
prefetchFieldMappings - Variable in class com.triactive.jdo.store.AbstractSetStore
 
prefetchFieldNumbers - Variable in class com.triactive.jdo.store.AbstractSetStore
 
prepareStatement(PersistenceManager, Connection) - Method in class com.triactive.jdo.store.StatementText
 
prepareStatement(PersistenceManager, Connection, int, int) - Method in class com.triactive.jdo.store.StatementText
 
prepend(char) - Method in class com.triactive.jdo.store.StatementText
 
prepend(String) - Method in class com.triactive.jdo.store.StatementText
 
primaryKey - Variable in class com.triactive.jdo.model.FieldMetaData
 
provideField(int) - Method in interface com.triactive.jdo.StateManager
 
provideField(int) - Method in class com.triactive.jdo.state.StateManagerImpl
 
provideFields(int[], FieldManager) - Method in interface com.triactive.jdo.StateManager
 
provideFields(int[], FieldManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Called from the StoreManager after StoreManager.update() is called to obtain updated values from the PersistenceCapable associated with this StateManager.
providedBooleanField(PersistenceCapable, int, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedByteField(PersistenceCapable, int, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedCharField(PersistenceCapable, int, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedDoubleField(PersistenceCapable, int, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedFloatField(PersistenceCapable, int, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedIntField(PersistenceCapable, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedLongField(PersistenceCapable, int, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedObjectField(PersistenceCapable, int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedShortField(PersistenceCapable, int, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedStringField(PersistenceCapable, int, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
put(Object, Object) - Method in class com.triactive.jdo.sco.Map
 
put(StateManager, Object, Object) - Method in class com.triactive.jdo.store.InverseMapStore
 
put(StateManager, Object, Object) - Method in interface com.triactive.jdo.store.MapStore
 
put(StateManager, Object, Object) - Method in class com.triactive.jdo.store.NormalMapStore
 
put(Object, Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
putAll(Map) - Method in class com.triactive.jdo.sco.Map
 
putAll(StateManager, Map) - Method in class com.triactive.jdo.store.AbstractMapStore
 
putAll(StateManager, Map) - Method in interface com.triactive.jdo.store.MapStore
 
putAll(Map) - Method in class com.triactive.jdo.util.ReferenceValueMap
 

Q

Query - class com.triactive.jdo.store.Query.
The Query interface allows applications to obtain persistent instances from the data store.
Query(PersistenceManager, StoreManager) - Constructor for class com.triactive.jdo.store.Query
Constructs a new query instance that uses the given persistence manager.
Query.ResultObjectFactory - interface com.triactive.jdo.store.Query.ResultObjectFactory.
An object that reads result set rows and returns corresponding persistent objects from them.
QueryResult - class com.triactive.jdo.store.QueryResult.
 
QueryResult(Query, Query.ResultObjectFactory, ResultSet) - Constructor for class com.triactive.jdo.store.QueryResult
 
QueryStatement - class com.triactive.jdo.store.QueryStatement.
 
QueryStatement(Table) - Constructor for class com.triactive.jdo.store.QueryStatement
 
QueryStatement(Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.QueryStatement
 
QueryStatement.Join - class com.triactive.jdo.store.QueryStatement.Join.
 
QueryStatement.Join(String, QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.QueryStatement.Join
 
QueryStatement.QueryColumn - class com.triactive.jdo.store.QueryStatement.QueryColumn.
 
QueryUnownedSCOException - exception com.triactive.jdo.sco.QueryUnownedSCOException.
A QueryUnownedSCOException is thrown if an attempt is made to query an SCO collection that has been detached from its owning FCO.
QueryUnownedSCOException(SCO) - Constructor for class com.triactive.jdo.sco.QueryUnownedSCOException
Constructs a "can't query an unowned SCO" exception.
Queryable - interface com.triactive.jdo.store.Queryable.
Indicates an object that can be queried, such as an Extent or persistent collection.
qs - Variable in class com.triactive.jdo.store.SQLExpression
 
qs - Variable in class com.triactive.jdo.store.TableExpression
 
queryResults - Variable in class com.triactive.jdo.store.Query
 

R

REMOTE_DATABASE_ACCESS_ERROR - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
RESERVED_WORDS - Static variable in interface com.triactive.jdo.store.SQL92Constants
A string containing the list of SQL/92 reserved words, separated by commas.
RIGHT_OUTER_JOIN - Static variable in class com.triactive.jdo.store.Join
 
ReadWriteLock - class com.triactive.jdo.util.ReadWriteLock.
A simple read-write lock implementation.
ReadWriteLock() - Constructor for class com.triactive.jdo.util.ReadWriteLock
Constructs read-write lock.
ReferenceValueMap - class com.triactive.jdo.util.ReferenceValueMap.
A java.util.Map implementation using reference values.
ReferenceValueMap() - Constructor for class com.triactive.jdo.util.ReferenceValueMap
 
ReferenceValueMap(int) - Constructor for class com.triactive.jdo.util.ReferenceValueMap
 
ReferenceValueMap(int, float) - Constructor for class com.triactive.jdo.util.ReferenceValueMap
 
ReferenceValueMap(Map) - Constructor for class com.triactive.jdo.util.ReferenceValueMap
 
ReferenceValueMap.ValueReference - interface com.triactive.jdo.util.ReferenceValueMap.ValueReference.
References returned by newValueReference must implement this interface to provide the corresponding map key for the value.
Request - class com.triactive.jdo.store.Request.
 
Request() - Constructor for class com.triactive.jdo.store.Request
 
RequestIdentifier - class com.triactive.jdo.store.RequestIdentifier.
 
RequestIdentifier(ClassBaseTable, int[], RequestIdentifier.Type) - Constructor for class com.triactive.jdo.store.RequestIdentifier
 
RequestIdentifier.Type - class com.triactive.jdo.store.RequestIdentifier.Type.
 
ResultSetGetter - class com.triactive.jdo.store.ResultSetGetter.
 
ResultSetGetter(StateManager, ResultSet, Mapping[], int[]) - Constructor for class com.triactive.jdo.store.ResultSetGetter
 
Role - class com.triactive.jdo.store.Role.
 
RollbackStateTransitionException - exception com.triactive.jdo.RollbackStateTransitionException.
 
RollbackStateTransitionException(Exception[]) - Constructor for class com.triactive.jdo.RollbackStateTransitionException
 
rangeVarsByTable - Variable in class com.triactive.jdo.store.TableExprAsJoins
 
readLock() - Method in class com.triactive.jdo.util.ReadWriteLock
Acquire a read lock.
reap() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.FetchStatement
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.TableExprAsJoins
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.TableExprAsSubjoins
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.TableExprAsSubquery
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.TableExpression
 
refresh(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refresh() - Method in interface com.triactive.jdo.StateManager
 
refresh() - Method in class com.triactive.jdo.state.StateManagerImpl
 
refreshAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refreshAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refreshAll() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refreshLoadedFields() - Method in class com.triactive.jdo.state.StateManagerImpl
Refreshes from the database all fields currently loaded.
releaseConnection(Connection) - Method in class com.triactive.jdo.NonmanagedTransaction
 
releaseConnection(Connection) - Method in interface com.triactive.jdo.PersistenceManager
 
releaseConnection(Connection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
releaseConnection(Connection) - Method in interface com.triactive.jdo.Transaction
 
remarks - Variable in class com.triactive.jdo.store.ColumnInfo
An explanatory comment on the column; may be null.
remove(Object) - Method in class com.triactive.jdo.sco.HashSet
 
remove(Object) - Method in class com.triactive.jdo.sco.Map
 
remove(Object) - Method in class com.triactive.jdo.sco.Set
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.InverseMapStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.InverseSetStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.MapKeySetStore
 
remove(StateManager, Object) - Method in interface com.triactive.jdo.store.MapStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.MapValueSetStore
 
remove(StateManager, Object) - Method in class com.triactive.jdo.store.NormalMapStore
 
remove(StateManager, Object) - Method in interface com.triactive.jdo.store.SetStore
 
remove(Object) - Method in class com.triactive.jdo.util.ReferenceValueMap
 
removeAll(Collection) - Method in class com.triactive.jdo.sco.Set
 
removeStateManager(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
 
removeStateManager(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
removeStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
replaceField(int, Object) - Method in interface com.triactive.jdo.StateManager
 
replaceField(int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
 
replaceFields(int[], FieldManager) - Method in interface com.triactive.jdo.StateManager
 
replaceFields(int[], FieldManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Called from the StoreManager to refresh data in the PersistenceCapable object associated with this StateManager.
replaceSCOField(int, Object) - Method in interface com.triactive.jdo.StateManager
 
replaceSCOField(int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
 
replacingBooleanField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a boolean field.
replacingByteField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a byte field.
replacingCharField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a char field.
replacingDoubleField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a double field.
replacingFlags(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
The StateManager uses this method to supply the value of jdoFlags to the associated PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a float field.
replacingIntField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a int field.
replacingLongField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a long field.
replacingObjectField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of an Object field.
replacingShortField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a short field.
replacingStateManager(PersistenceCapable, StateManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a String field.
requiresExtent() - Method in class com.triactive.jdo.model.ClassMetaData
 
reset() - Method in interface com.triactive.jdo.SchemaManager
Resets the schema manager back to its initial state.
reset() - Method in class com.triactive.jdo.store.StoreManager
Clears all knowledge of tables, cached requests, metadata, etc and resets the store manager to its initial state.
resolveClassDeclaration(String) - Method in class com.triactive.jdo.store.Query
 
resolveClassDeclaration(String) - Method in class com.triactive.jdo.util.Imports
 
resolveIdentifierMacro(MacroString.IdentifierMacro) - Method in class com.triactive.jdo.store.StoreManager
Resolves an identifier macro.
restoreFields() - Method in class com.triactive.jdo.state.StateManagerImpl
 
retainAll(Collection) - Method in class com.triactive.jdo.sco.Set
 
retrieve(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieve(boolean) - Method in interface com.triactive.jdo.StateManager
 
retrieve(boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
 
retrieveAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Object[], boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Collection, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
rightOuterJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.OracleQueryStatement
 
rightOuterJoin(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.QueryStatement
 
rollback() - Method in class com.triactive.jdo.NonmanagedTransaction
 

S

SAPDBAdapter - class com.triactive.jdo.store.SAPDBAdapter.
Provides methods for adapting SQL language elements to the SAP DB database.
SAPDBAdapter(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.SAPDBAdapter
Constructs an SAP DB adapter based on the given JDBC metadata.
SCO - interface com.triactive.jdo.SCO.
 
SCOException - exception com.triactive.jdo.sco.SCOException.
A SCOException is thrown if an invalid parameter is specified in the construction or usage of a second-class object instance.
SCOException(StateManager, String, String) - Constructor for class com.triactive.jdo.sco.SCOException
Constructs an SCO parameter exception.
SCOID - class com.triactive.jdo.store.SCOID.
A "second-class" object identifier.
SCOID(Class) - Constructor for class com.triactive.jdo.store.SCOID
Constructs a new SCOID to identify an object of the given class.
SQL92Constants - interface com.triactive.jdo.store.SQL92Constants.
Contains various constants from the SQL/92 standard.
SQLExpression - class com.triactive.jdo.store.SQLExpression.
 
SQLExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.SQLExpression
 
SQLExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.SQLExpression
 
SQLExpression(String, List) - Constructor for class com.triactive.jdo.store.SQLExpression
 
SQLExpression(SQLExpression.MonadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.SQLExpression
 
SQLExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.SQLExpression
 
SQLExpression.DyadicOperator - class com.triactive.jdo.store.SQLExpression.DyadicOperator.
 
SQLExpression.DyadicOperator(String, int, boolean) - Constructor for class com.triactive.jdo.store.SQLExpression.DyadicOperator
 
SQLExpression.IllegalArgumentTypeException - exception com.triactive.jdo.store.SQLExpression.IllegalArgumentTypeException.
 
SQLExpression.IllegalArgumentTypeException(SQLExpression) - Constructor for class com.triactive.jdo.store.SQLExpression.IllegalArgumentTypeException
 
SQLExpression.IllegalOperationException - exception com.triactive.jdo.store.SQLExpression.IllegalOperationException.
 
SQLExpression.IllegalOperationException(String, SQLExpression) - Constructor for class com.triactive.jdo.store.SQLExpression.IllegalOperationException
 
SQLExpression.IllegalOperationException(SQLExpression, String, SQLExpression) - Constructor for class com.triactive.jdo.store.SQLExpression.IllegalOperationException
 
SQLExpression.MethodInvocationException - exception com.triactive.jdo.store.SQLExpression.MethodInvocationException.
 
SQLExpression.MethodInvocationException(String, List, Throwable) - Constructor for class com.triactive.jdo.store.SQLExpression.MethodInvocationException
 
SQLExpression.MonadicOperator - class com.triactive.jdo.store.SQLExpression.MonadicOperator.
 
SQLExpression.MonadicOperator(String, int) - Constructor for class com.triactive.jdo.store.SQLExpression.MonadicOperator
 
SQLExpression.Operator - class com.triactive.jdo.store.SQLExpression.Operator.
 
SQLExpression.Operator(String, int) - Constructor for class com.triactive.jdo.store.SQLExpression.Operator
 
SQLFormat - class com.triactive.jdo.util.SQLFormat.
 
SQLFormat() - Constructor for class com.triactive.jdo.util.SQLFormat
 
SQLIdentifier - class com.triactive.jdo.store.SQLIdentifier.
 
SQLIdentifier(DatabaseAdapter) - Constructor for class com.triactive.jdo.store.SQLIdentifier
 
SQLIdentifier(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.SQLIdentifier
 
SQLState - class com.triactive.jdo.store.SQLState.
A SQLSTATE diagnostic code.
SQLState(String) - Constructor for class com.triactive.jdo.store.SQLState
Constructs a SQLState object from the specified SQLSTATE string.
SQLState.ClassCode - class com.triactive.jdo.store.SQLState.ClassCode.
Contains constants for known SQLSTATE class codes.
SQL_ROUTINE_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
SQL_STATEMENT_NOT_YET_COMPLETE - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
SUCCESSFUL_COMPLETION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
SUCCESSFUL_COMPLETION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
SUCCESS_WITH_WARNING - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION_IN_DIRECT_SQL_STATEMENT - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION_IN_DYNAMIC_SQL_STATEMENT - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
SYSTEM_ERROR - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
SchemaManager - interface com.triactive.jdo.SchemaManager.
An interface to perform limited storage management on a database schema used by TJDO.
SchemaManagerFactory - class com.triactive.jdo.SchemaManagerFactory.
 
SchemaTable - class com.triactive.jdo.store.SchemaTable.
 
SchemaTable(StoreManager) - Constructor for class com.triactive.jdo.store.SchemaTable
 
SchemaValidationException - exception com.triactive.jdo.store.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.
SchemaValidationException(String) - Constructor for class com.triactive.jdo.store.SchemaValidationException
Constructs a schema validation exception with the specified detail message.
SchemaValidationException(String, Exception) - Constructor for class com.triactive.jdo.store.SchemaValidationException
Constructs a schema validation exception with the specified detail message and nested exception.
Set - class com.triactive.jdo.sco.Set.
A set object which is backed "directly" by the database.
Set(StateManager, String) - Constructor for class com.triactive.jdo.sco.Set
 
Set(StateManager, String, Class, boolean) - Constructor for class com.triactive.jdo.sco.Set
 
Set(StateManager, String, boolean, SetStore) - Constructor for class com.triactive.jdo.sco.Set
 
SetExpression - class com.triactive.jdo.store.SetExpression.
A SQL expression representing a set of scalar values.
SetExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.SetExpression
 
SetLiteral - class com.triactive.jdo.store.SetLiteral.
A SetLiteral is a SQL expression that will test if a column of table falls within the given Set of values.
SetLiteral(QueryStatement, Set) - Constructor for class com.triactive.jdo.store.SetLiteral
Construct a SetLiteral.
SetMapping - class com.triactive.jdo.store.SetMapping.
 
SetMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.SetMapping
 
SetMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.SetMapping
 
SetStore - interface com.triactive.jdo.store.SetStore.
 
SetTable - class com.triactive.jdo.store.SetTable.
 
SetTable(TableMetadata, FieldMetaData, StoreManager) - Constructor for class com.triactive.jdo.store.SetTable
 
ShortMapping - class com.triactive.jdo.store.ShortMapping.
 
ShortMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.ShortMapping
 
ShortMapping(Column) - Constructor for class com.triactive.jdo.store.ShortMapping
 
ShortMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.ShortMapping
 
SingleFieldValue - class com.triactive.jdo.state.SingleFieldValue.
 
SingleFieldValue() - Constructor for class com.triactive.jdo.state.SingleFieldValue
 
SoftValueMap - class com.triactive.jdo.util.SoftValueMap.
A java.util.Map implementation with soft values.
SoftValueMap() - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(int) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(int, float) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(Map) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SqlDate - class com.triactive.jdo.sco.SqlDate.
A mutable second-class SQL date object.
SqlDate(Object, String) - Constructor for class com.triactive.jdo.sco.SqlDate
Creates a SqlDate object that represents the time at which it was allocated.
SqlDate(Object, String, Date) - Constructor for class com.triactive.jdo.sco.SqlDate
Creates a SqlDate object that represents the same time as the given java.sql.Date.
SqlDateCharMapping - class com.triactive.jdo.store.SqlDateCharMapping.
 
SqlDateCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.SqlDateCharMapping
 
SqlDateCharMapping(Column) - Constructor for class com.triactive.jdo.store.SqlDateCharMapping
 
SqlDateCharMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.SqlDateCharMapping
 
SqlDateExpression - class com.triactive.jdo.store.SqlDateExpression.
 
SqlDateExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.SqlDateExpression
 
SqlDateExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.SqlDateExpression
 
SqlDateExpression(String, List) - Constructor for class com.triactive.jdo.store.SqlDateExpression
 
SqlDateExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.SqlDateExpression
 
SqlDateLiteral - class com.triactive.jdo.store.SqlDateLiteral.
 
SqlDateLiteral(QueryStatement, ColumnMapping, Date) - Constructor for class com.triactive.jdo.store.SqlDateLiteral
 
SqlDateMapping - class com.triactive.jdo.store.SqlDateMapping.
 
SqlDateMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.SqlDateMapping
 
SqlDateMapping(Column) - Constructor for class com.triactive.jdo.store.SqlDateMapping
 
SqlDateMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.SqlDateMapping
 
SqlTimestamp - class com.triactive.jdo.sco.SqlTimestamp.
A mutable second-class SQL timestamp object.
SqlTimestamp(Object, String) - Constructor for class com.triactive.jdo.sco.SqlTimestamp
Creates a SqlTimestamp object that represents the time at which it was allocated.
SqlTimestamp(Object, String, Timestamp) - Constructor for class com.triactive.jdo.sco.SqlTimestamp
Creates a SqlTimestamp object that represents the same time as the given java.sql.Timestamp.
SqlTimestampCharMapping - class com.triactive.jdo.store.SqlTimestampCharMapping.
 
SqlTimestampCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.SqlTimestampCharMapping
 
SqlTimestampCharMapping(Column) - Constructor for class com.triactive.jdo.store.SqlTimestampCharMapping
 
SqlTimestampCharMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.SqlTimestampCharMapping
 
SqlTimestampExpression - class com.triactive.jdo.store.SqlTimestampExpression.
 
SqlTimestampExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.SqlTimestampExpression
 
SqlTimestampExpression(QueryStatement, QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.SqlTimestampExpression
 
SqlTimestampExpression(String, List) - Constructor for class com.triactive.jdo.store.SqlTimestampExpression
 
SqlTimestampExpression(SQLExpression, SQLExpression.DyadicOperator, SQLExpression) - Constructor for class com.triactive.jdo.store.SqlTimestampExpression
 
SqlTimestampLiteral - class com.triactive.jdo.store.SqlTimestampLiteral.
 
SqlTimestampLiteral(QueryStatement, ColumnMapping, Timestamp) - Constructor for class com.triactive.jdo.store.SqlTimestampLiteral
 
SqlTimestampMapping - class com.triactive.jdo.store.SqlTimestampMapping.
 
SqlTimestampMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.SqlTimestampMapping
 
SqlTimestampMapping(Column) - Constructor for class com.triactive.jdo.store.SqlTimestampMapping
 
SqlTimestampMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.SqlTimestampMapping
 
StateFieldManager - class com.triactive.jdo.state.StateFieldManager.
A simple field manager that stores/fetches a single field value per type in memory.
StateFieldManager() - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(boolean) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(char) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(byte) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(short) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(int) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(long) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(float) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(double) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(String) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateFieldManager(Object) - Constructor for class com.triactive.jdo.state.StateFieldManager
 
StateManager - interface com.triactive.jdo.StateManager.
 
StateManagerImpl - class com.triactive.jdo.state.StateManagerImpl.
This class implements the StateManager.
StateManagerImpl(PersistenceManager, Class, Object) - Constructor for class com.triactive.jdo.state.StateManagerImpl
Constructs a state manager to manage a new, hollow instance having the given object ID.
StateManagerImpl(PersistenceManager, Class, Object, FieldValues) - Constructor for class com.triactive.jdo.state.StateManagerImpl
Constructs a state manager to manage a new populated instance having the given object ID and the given field values.
StateManagerImpl(PersistenceManager, PersistenceCapable, FieldValues) - Constructor for class com.triactive.jdo.state.StateManagerImpl
Constructs a state manager to manage an existing persistence-capable instance that is becoming newly persistent.
StatementText - class com.triactive.jdo.store.StatementText.
 
StatementText() - Constructor for class com.triactive.jdo.store.StatementText
 
StatementText(String) - Constructor for class com.triactive.jdo.store.StatementText
 
StoreManager - class com.triactive.jdo.store.StoreManager.
Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
StoreManager(PersistenceManagerFactoryImpl, String, String) - Constructor for class com.triactive.jdo.store.StoreManager
Constructs a new StoreManager.
StoreManagerFactory - class com.triactive.jdo.store.StoreManagerFactory.
 
StringMapping - class com.triactive.jdo.store.StringMapping.
 
StringMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.StringMapping
 
StringMapping(Column) - Constructor for class com.triactive.jdo.store.StringMapping
 
StringMapping(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.StringMapping
 
SubquerySetExpression - class com.triactive.jdo.store.SubquerySetExpression.
A set expression whose contents are expressed as a SQL subquery.
SubquerySetExpression(QueryStatement, QueryStatement) - Constructor for class com.triactive.jdo.store.SubquerySetExpression
 
SubstringExpression - class com.triactive.jdo.store.SubstringExpression.
 
SubstringExpression(CharacterExpression, NumericExpression) - Constructor for class com.triactive.jdo.store.SubstringExpression
 
SubstringExpression(CharacterExpression, NumericExpression, NumericExpression) - Constructor for class com.triactive.jdo.store.SubstringExpression
 
SunReferenceEnhancer - class com.triactive.jdo.enhance.SunReferenceEnhancer.
This is an implementation of the Enhancer that wraps Sun's JDO Reference Implementation class endhancer.
saveFields() - Method in class com.triactive.jdo.state.StateManagerImpl
 
scale - Variable in class com.triactive.jdo.store.Column
 
searchable - Variable in class com.triactive.jdo.store.TypeInfo
Indicates searchability of this data type in terms of the kinds of SQL WHERE clauses that are allowed.
select(Column) - Method in class com.triactive.jdo.store.FetchStatement
 
select(Column) - Method in class com.triactive.jdo.store.QueryStatement
 
select(SQLIdentifier, Column) - Method in class com.triactive.jdo.store.QueryStatement
 
selected - Variable in class com.triactive.jdo.store.FetchStatement
 
selected - Variable in class com.triactive.jdo.store.QueryStatement
 
set(PersistenceManagerFactoryImpl, String) - Method in interface com.triactive.jdo.PersistenceManagerFactoryImpl.PropertySetter
Set this property on the given PersistenceManagerFactoryImpl to the String value.
setAutoCreateTables(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default AutoCreateTables setting for all PersistenceManager instances obtained from this factory.
setBoolean(PersistenceManager, PreparedStatement, int, boolean) - Method in class com.triactive.jdo.store.BooleanMapping
 
setBoolean(PersistenceManager, PreparedStatement, int, boolean) - Method in class com.triactive.jdo.store.Mapping
 
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setByte(PersistenceManager, PreparedStatement, int, byte) - Method in class com.triactive.jdo.store.ByteMapping
 
setByte(PersistenceManager, PreparedStatement, int, byte) - Method in class com.triactive.jdo.store.Mapping
 
setByteField(PersistenceCapable, int, byte, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setCandidates(Extent) - Method in class com.triactive.jdo.store.JDOQLQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.JDOQLQuery
Set the candidate Collection to query.
setCandidates(Extent) - Method in class com.triactive.jdo.store.Query
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.Query
Set the candidate Collection to query.
setCandidates(Extent) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Set the candidate Collection to query.
setChar(PersistenceManager, PreparedStatement, int, char) - Method in class com.triactive.jdo.store.CharacterMapping
 
setChar(PersistenceManager, PreparedStatement, int, char) - Method in class com.triactive.jdo.store.Mapping
 
setCharField(PersistenceCapable, int, char, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setClass(Class) - Method in class com.triactive.jdo.store.Query
Set the class of the candidate instances of the query.
setColumn(int, Column) - Method in class com.triactive.jdo.store.CandidateKey
 
setColumn(int, Column, Column) - Method in class com.triactive.jdo.store.ForeignKey
 
setColumn(int, Column) - Method in class com.triactive.jdo.store.Index
 
setConnectionDriverName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the data store connection factory.
setConnectionFactory2(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the second data store connection factory.
setConnectionFactory2Name(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the name for the second data store connection factory.
setConnectionFactoryName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the password for the data store connection.
setConnectionURL(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the URL for the data store connection.
setConnectionUserName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the user name for the data store connection.
setConstraints(String) - Method in class com.triactive.jdo.store.Column
 
setDate(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDefaultFetchGroup(boolean) - Method in class com.triactive.jdo.model.FieldMetaData
 
setDistinctResults(boolean) - Method in class com.triactive.jdo.store.QueryStatement
 
setDouble(PersistenceManager, PreparedStatement, int, double) - Method in class com.triactive.jdo.store.DoubleMapping
 
setDouble(PersistenceManager, PreparedStatement, int, double) - Method in class com.triactive.jdo.store.Mapping
 
setDoubleField(PersistenceCapable, int, double, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setExactPrecision(int) - Method in class com.triactive.jdo.store.Column
 
setFilter(String) - Method in class com.triactive.jdo.store.Query
Set the filter for the query.
setFilter(String) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Set the filter for the query.
setFixedLength(int) - Method in class com.triactive.jdo.store.Column
 
setFloat(PersistenceManager, PreparedStatement, int, float) - Method in class com.triactive.jdo.store.FloatMapping
 
setFloat(PersistenceManager, PreparedStatement, int, float) - Method in class com.triactive.jdo.store.Mapping
 
setFloatField(PersistenceCapable, int, float, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setHours(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHours(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIgnoreCache(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setIgnoreCache(boolean) - Method in class com.triactive.jdo.store.Query
Set the ignoreCache option.
setInt(PersistenceManager, PreparedStatement, int, int) - Method in class com.triactive.jdo.store.IntegerMapping
 
setInt(PersistenceManager, PreparedStatement, int, int) - Method in class com.triactive.jdo.store.Mapping
 
setIntField(PersistenceCapable, int, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setJavaName(String) - Method in class com.triactive.jdo.store.SQLIdentifier
 
setLogWriter(PrintWriter) - Method in class com.triactive.jdo.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.triactive.jdo.DriverManagerDataSource
 
setLong(PersistenceManager, PreparedStatement, int, long) - Method in class com.triactive.jdo.store.LongMapping
 
setLong(PersistenceManager, PreparedStatement, int, long) - Method in class com.triactive.jdo.store.Mapping
 
setLongField(PersistenceCapable, int, long, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setMaxPool(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MaxPool setting for the PersistenceManager pool for this factory.
setMaximumLength(int) - Method in class com.triactive.jdo.store.Column
 
setMinPool(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MinPool setting for the PersistenceManager pool for this factory.
setMinSize(List, int) - Static method in class com.triactive.jdo.store.Key
 
setMinimumPrecision(int) - Method in class com.triactive.jdo.store.Column
 
setMinutes(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinutes(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMsWait(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MsWait setting for the PersistenceManager pool for this factory.
setMultithreaded(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setName - Variable in class com.triactive.jdo.store.AbstractSetStore
 
setNanos(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
 
setNontransactionalRead(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setNontransactionalRead(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setNontransactionalWrite(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNullable() - Method in class com.triactive.jdo.store.Column
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.BigDecimalMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.BigIntegerMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.BooleanMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.ByteMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.CharacterMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.DateMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.DoubleMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.FloatMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.IntegerMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.LongMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.Mapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.OIDMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.OracleClobMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.PersistenceCapableMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.ShortMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.SqlDateMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.SqlTimestampMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.StringMapping
 
setObjectField(PersistenceCapable, int, Object, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setOptimistic(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setOptimistic(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptions(ColumnOptions) - Method in class com.triactive.jdo.store.Column
 
setOrdering(SQLExpression[], boolean[]) - Method in class com.triactive.jdo.store.OracleQueryStatement
 
setOrdering(String) - Method in class com.triactive.jdo.store.Query
Set the ordering specification for the result Collection.
setOrdering(SQLExpression[], boolean[]) - Method in class com.triactive.jdo.store.QueryStatement
 
setOrdering(String) - Method in class com.triactive.jdo.store.TJDOSQLQuery
Set the ordering specification for the result Collection.
setParameterValue(String, Object) - Method in class com.triactive.jdo.store.StatementText
 
setPrimaryKeyPart() - Method in class com.triactive.jdo.store.Column
 
setRestoreValues(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setRestoreValues(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(boolean) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setRetainValues(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setSQLIdentifier(String) - Method in class com.triactive.jdo.store.SQLIdentifier
 
setScale(int) - Method in class com.triactive.jdo.store.Column
 
setSeconds(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSeconds(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setShort(PersistenceManager, PreparedStatement, int, short) - Method in class com.triactive.jdo.store.Mapping
 
setShort(PersistenceManager, PreparedStatement, int, short) - Method in class com.triactive.jdo.store.ShortMapping
 
setShortField(PersistenceCapable, int, short, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setStore - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.Mapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.OracleClobMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.OracleStringMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.StringMapping
 
setStringField(PersistenceCapable, int, String, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setSynchronization(Synchronization) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setTable - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
setTable - Variable in class com.triactive.jdo.store.AbstractSetStore
 
setTable - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
setTime(long) - Method in class com.triactive.jdo.sco.Date
 
setTime(long) - Method in class com.triactive.jdo.sco.SqlDate
 
setTime(long) - Method in class com.triactive.jdo.sco.SqlTimestamp
 
setTransactionIsolation(int) - Method in class com.triactive.jdo.NonmanagedTransaction
 
setTransactionIsolation(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default transaction isolation level for all PersistenceManager instances obtained from this factory.
setTransactionIsolation(int) - Method in interface com.triactive.jdo.Transaction
 
setTypeInfo(TypeInfo) - Method in class com.triactive.jdo.store.Column
 
setUnique() - Method in class com.triactive.jdo.store.Column
 
setUnlimitedLength() - Method in class com.triactive.jdo.store.Column
 
setUserObject(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setValidateConstraints(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default ValidateConstraints setting for all PersistenceManager instances obtained from this factory.
setValidateTables(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default ValidateTables setting for all PersistenceManager instances obtained from this factory.
setValueFrom(Object) - Method in interface com.triactive.jdo.SCO
Assigns the value of this second-class object from an existing object of the same or compatible type.
setValueFrom(Object) - Method in class com.triactive.jdo.sco.Date
 
setValueFrom(Object) - Method in class com.triactive.jdo.sco.HashSet
 
setValueFrom(Object) - Method in class com.triactive.jdo.sco.Map
 
setValueFrom(Object) - Method in class com.triactive.jdo.sco.Set
 
setValueFrom(Object) - Method in class com.triactive.jdo.sco.SqlDate
 
setValueFrom(Object) - Method in class com.triactive.jdo.sco.SqlTimestamp
 
setYear(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
size() - Method in class com.triactive.jdo.sco.Map
 
size() - Method in class com.triactive.jdo.sco.Set
 
size(StateManager) - Method in class com.triactive.jdo.store.AbstractSetStore
 
size() - Method in class com.triactive.jdo.store.CandidateKey
 
size() - Method in class com.triactive.jdo.store.Index
 
size(StateManager) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
size() - Method in class com.triactive.jdo.store.QueryResult
 
size(StateManager) - Method in interface com.triactive.jdo.store.SetStore
 
size() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
sizeStmt - Variable in class com.triactive.jdo.store.AbstractSetStore
 
sizeStmt - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
skipWS() - Method in class com.triactive.jdo.store.Parser
 
sql - Variable in class com.triactive.jdo.store.SQLExpression.Operator
 
sqlIdentifier - Variable in class com.triactive.jdo.store.SQLIdentifier
 
sqlText - Variable in class com.triactive.jdo.store.TableExpression
 
st - Variable in class com.triactive.jdo.store.SQLExpression
 
startsWith(Key) - Method in class com.triactive.jdo.store.Key
 
startsWithMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
startsWithMethod(SQLExpression, SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
startsWithMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
startsWithMethod(SQLExpression, SQLExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
state - Variable in class com.triactive.jdo.store.AbstractTable
 
stateType - Variable in class com.triactive.jdo.state.LifeCycleState
 
stateType() - Method in class com.triactive.jdo.state.LifeCycleState
Returns the type of the life cycle state
stmtText - Variable in class com.triactive.jdo.store.QueryStatement
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeBooleanField(int, boolean) - Method in interface com.triactive.jdo.FieldManager
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeByteField(int, byte) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeByteField(int, byte) - Method in interface com.triactive.jdo.FieldManager
 
storeByteField(int, byte) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeByteField(int, byte) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeByteField(int, byte) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeCharField(int, char) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeCharField(int, char) - Method in interface com.triactive.jdo.FieldManager
 
storeCharField(int, char) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeCharField(int, char) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeCharField(int, char) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeDoubleField(int, double) - Method in interface com.triactive.jdo.FieldManager
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeFloatField(int, float) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeFloatField(int, float) - Method in interface com.triactive.jdo.FieldManager
 
storeFloatField(int, float) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeFloatField(int, float) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeFloatField(int, float) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeIntField(int, int) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeIntField(int, int) - Method in interface com.triactive.jdo.FieldManager
 
storeIntField(int, int) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeIntField(int, int) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeIntField(int, int) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeLongField(int, long) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeLongField(int, long) - Method in interface com.triactive.jdo.FieldManager
 
storeLongField(int, long) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeLongField(int, long) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeLongField(int, long) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeMgr - Variable in class com.triactive.jdo.store.AbstractMapStore
 
storeMgr - Variable in class com.triactive.jdo.store.AbstractSetMapping
 
storeMgr - Variable in class com.triactive.jdo.store.AbstractSetStore
 
storeMgr - Variable in class com.triactive.jdo.store.AbstractTable
 
storeMgr - Variable in class com.triactive.jdo.store.Column
 
storeMgr - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
storeMgr - Variable in class com.triactive.jdo.store.Query
 
storeMgr - Variable in class com.triactive.jdo.store.QueryStatement
 
storeMgr - Variable in class com.triactive.jdo.store.TableExpression
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeObjectField(int, Object) - Method in interface com.triactive.jdo.FieldManager
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.sco.UnsetOwners
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeShortField(int, short) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeShortField(int, short) - Method in interface com.triactive.jdo.FieldManager
 
storeShortField(int, short) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeShortField(int, short) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeShortField(int, short) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeStringField(int, String) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeStringField(int, String) - Method in interface com.triactive.jdo.FieldManager
 
storeStringField(int, String) - Method in class com.triactive.jdo.state.SingleFieldValue
 
storeStringField(int, String) - Method in class com.triactive.jdo.state.StateFieldManager
 
storeStringField(int, String) - Method in class com.triactive.jdo.store.ParameterSetter
 
storesLowerCaseIdentifiers - Variable in class com.triactive.jdo.store.DatabaseAdapter
true if the database stores all identifiers in lower-case.
storesLowerCaseIdentifiers() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
storesUpperCaseIdentifiers - Variable in class com.triactive.jdo.store.DatabaseAdapter
true if the database stores all identifiers in upper-case.
storesUpperCaseIdentifiers() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
stringToTimestamp(String, Calendar) - Static method in class com.triactive.jdo.store.SqlTimestampMapping
Converts a string in JDBC timestamp escape format to a java.sql.Timestamp object using the "UTC" time zone.
sub(SQLExpression) - Method in class com.triactive.jdo.store.FloatingPointLiteral
 
sub(SQLExpression) - Method in class com.triactive.jdo.store.IntegerLiteral
 
sub(SQLExpression) - Method in class com.triactive.jdo.store.NumericExpression
 
sub(SQLExpression) - Method in class com.triactive.jdo.store.SQLExpression
 
subclassCode() - Method in class com.triactive.jdo.store.SQLState
Returns the subclass code for this SQLSTATE.
subfieldName - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
substituteMacros(MacroString.MacroHandler) - Method in class com.triactive.jdo.util.MacroString
 
substringMethod(SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
substringMethod(SQLExpression, SQLExpression) - Method in class com.triactive.jdo.store.CharacterExpression
 
substringMethod(NumericExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
substringMethod(NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.CharacterLiteral
 
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.DB2Adapter
 
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.DB2Adapter
 
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin) method.
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin,end) method.
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.FirebirdAdapter
 
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.FirebirdAdapter
 
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.OracleAdapter
 
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.OracleAdapter
 
substringMethod(CharacterExpression, NumericExpression) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
substringMethod(CharacterExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.SAPDBAdapter
 
supertables - Variable in class com.triactive.jdo.store.FetchStatement
 
supertables - Variable in class com.triactive.jdo.store.TableExprAsSubjoins
 
supportedOptions() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation.
supportsAlterTableDropConstraint() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
supportsAlterTableDropConstraint() - Method in class com.triactive.jdo.store.MySQLAdapter
 
supportsAlterTableDropConstraint() - Method in class com.triactive.jdo.store.PostgreSQLAdapter
 
supportsAlterTableDropConstraint() - Method in class com.triactive.jdo.store.SAPDBAdapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.DB2Adapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.FirebirdAdapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.OracleAdapter
 
supportsBooleanComparison() - Method in class com.triactive.jdo.store.SAPDBAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.CloudscapeAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.DB2Adapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.FirebirdAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.MSSQLServerAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.MySQLAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.SAPDBAdapter
 
supportsNullsInCandidateKeys() - Method in class com.triactive.jdo.store.DB2Adapter
 
supportsNullsInCandidateKeys() - Method in class com.triactive.jdo.store.DB2JAdapter
 
supportsNullsInCandidateKeys() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
supportsNullsInCandidateKeys() - Method in class com.triactive.jdo.store.FirebirdAdapter
 

T

TABLE_STATE_INITIALIZED - Static variable in class com.triactive.jdo.store.AbstractTable
 
TABLE_STATE_NEW - Static variable in class com.triactive.jdo.store.AbstractTable
 
TABLE_STATE_VALIDATED - Static variable in class com.triactive.jdo.store.AbstractTable
 
TABLE_TYPE_BASE_TABLE - Static variable in interface com.triactive.jdo.store.Table
Returned by StoreManager.getTableType() if the table is a base table.
TABLE_TYPE_MISSING - Static variable in interface com.triactive.jdo.store.Table
Returned by StoreManager.getTableType() if the table does not exist.
TABLE_TYPE_UNKNOWN - Static variable in interface com.triactive.jdo.store.Table
Returned by StoreManager.getTableType() if the table type is not recognized.
TABLE_TYPE_VIEW - Static variable in interface com.triactive.jdo.store.Table
Returned by StoreManager.getTableType() if the table is a view.
TJDOSQLQuery - class com.triactive.jdo.store.TJDOSQLQuery.
A JDO query that uses the default JQOQL language.
TJDOSQLQuery(PersistenceManager, StoreManager, String) - Constructor for class com.triactive.jdo.store.TJDOSQLQuery
Constructs a new query instance having the same criteria as the given query.
TOTAL - Static variable in class com.triactive.jdo.state.LifeCycleState
 
TRANSACTION_ISOLATION_PROPERTY - Static variable in class com.triactive.jdo.PersistenceManagerFactoryImpl
The system property that selects the default value for the transaction isolation level.
TRANSACTION_ROLLBACK - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
TRANSACTION_ROLLBACK - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
TRANSIENT - Static variable in class com.triactive.jdo.state.LifeCycleState
 
TRIGGERED_ACTION_EXCEPTION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
TRIGGERED_DATA_CHANGE_VIOLATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
TRIGGERED_DATA_CHANGE_VIOLATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
Table - interface com.triactive.jdo.store.Table.
 
TableExprAsJoins - class com.triactive.jdo.store.TableExprAsJoins.
A SQL table expression that joins superclass tables by joining them directly to the surrounding QueryStatement.
TableExprAsJoins(QueryStatement, Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.TableExprAsJoins
 
TableExprAsSubjoins - class com.triactive.jdo.store.TableExprAsSubjoins.
A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
TableExprAsSubjoins(QueryStatement, Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.TableExprAsSubjoins
 
TableExprAsSubquery - class com.triactive.jdo.store.TableExprAsSubquery.
A SQL table expression that joins superclass tables by constructing a parenthesized sub-SELECT statement.
TableExprAsSubquery(QueryStatement, Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.TableExprAsSubquery
 
TableExpression - class com.triactive.jdo.store.TableExpression.
Represents a SQL table expression as might be listed in the FROM clause of a SELECT statement.
TableExpression(QueryStatement, Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.TableExpression
 
TableIdentifier - class com.triactive.jdo.store.TableIdentifier.
 
TableIdentifier(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.TableIdentifier
 
TableMetadata - class com.triactive.jdo.store.TableMetadata.
 
TableMetadata(int, String, SQLIdentifier) - Constructor for class com.triactive.jdo.store.TableMetadata
 
TableMismatchException - exception com.triactive.jdo.store.TableMismatchException.
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.
TableMismatchException(Column, Table) - Constructor for class com.triactive.jdo.store.TableMismatchException
Constructs a table mismatch exception.
TooManyForeignKeysException - exception com.triactive.jdo.store.TooManyForeignKeysException.
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.
TooManyForeignKeysException(BaseTable) - Constructor for class com.triactive.jdo.store.TooManyForeignKeysException
Constructs a too-many-foreign-keys exception.
TooManyIndicesException - exception com.triactive.jdo.store.TooManyIndicesException.
A TooManyIndicesException is thrown when trying to add an index to a table and the table already has the maximum allowed number of indices.
TooManyIndicesException(BaseTable) - Constructor for class com.triactive.jdo.store.TooManyIndicesException
Constructs a too-many-indices exception.
Transaction - interface com.triactive.jdo.Transaction.
 
TransactionActiveException - exception com.triactive.jdo.TransactionActiveException.
An TransactionActiveException is thrown if a transaction is already active and an operation is performed that requires that a transaction not be active (such as beginning a transaction).
TransactionActiveException() - Constructor for class com.triactive.jdo.TransactionActiveException
Constructs a transaction active exception.
TransactionNotActiveException - exception com.triactive.jdo.TransactionNotActiveException.
An TransactionNotActiveException is thrown if a transaction is not active and an operation is performed that requires that a transaction be active (such as committing a transaction).
TransactionNotActiveException() - Constructor for class com.triactive.jdo.TransactionNotActiveException
Constructs a transaction not active exception.
TransientIDROF - class com.triactive.jdo.store.TransientIDROF.
 
TransientIDROF(PersistenceManager, Class, int[], Mapping[], int[]) - Constructor for class com.triactive.jdo.store.TransientIDROF
 
TypeInfo - class com.triactive.jdo.store.TypeInfo.
Represents the metadata of a specific JDBC data type.
TypeInfo(ResultSet) - Constructor for class com.triactive.jdo.store.TypeInfo
Constructs a type information objectd from the current row of the given result set.
TypeInfo(String, short, int, String, String, String, int, boolean, short, boolean, boolean, boolean, String, short, short, int) - Constructor for class com.triactive.jdo.store.TypeInfo
Constructs a type information object from its individual attributes.
Types - class com.triactive.jdo.model.Types.
 
Types() - Constructor for class com.triactive.jdo.model.Types
 
table - Variable in class com.triactive.jdo.store.Column
 
table - Variable in class com.triactive.jdo.store.Key
 
tableCat - Variable in class com.triactive.jdo.store.ColumnInfo
The table catalog, which may be null.
tableExists(SQLIdentifier, Connection) - Method in class com.triactive.jdo.store.StoreManager
Tests if a database table exists.
tableExpr - Variable in class com.triactive.jdo.store.Join
 
tableExprsByRangeVar - Variable in class com.triactive.jdo.store.QueryStatement
 
tableID - Variable in class com.triactive.jdo.store.JDOBaseTable
 
tableID - Variable in class com.triactive.jdo.store.JDOView
 
tableID - Variable in class com.triactive.jdo.store.TableMetadata
 
tableName - Variable in class com.triactive.jdo.store.ColumnInfo
The table name.
tableName - Variable in class com.triactive.jdo.store.TableMetadata
 
tableSchem - Variable in class com.triactive.jdo.store.ColumnInfo
The table schema, which may be null.
te - Variable in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
timestampToString(Timestamp, Calendar) - Static method in class com.triactive.jdo.store.SqlTimestampMapping
Formats a timestamp in JDBC timestamp escape format using the "UTC" time zone.
toArray() - Method in class com.triactive.jdo.sco.Set
 
toArray(Object[]) - Method in class com.triactive.jdo.sco.Set
 
toArray() - Method in class com.triactive.jdo.store.QueryResult
 
toArray(Object[]) - Method in class com.triactive.jdo.store.QueryResult
 
toLowerCase() - Method in class com.triactive.jdo.store.CharacterLiteral
 
toLowerCaseMethod() - Method in class com.triactive.jdo.store.CharacterExpression
 
toStatementText() - Method in class com.triactive.jdo.store.CandidateSetExpression
 
toStatementText() - Method in class com.triactive.jdo.store.IndexOfExpression
 
toStatementText() - Method in class com.triactive.jdo.store.OracleQueryStatement
 
toStatementText() - Method in class com.triactive.jdo.store.QueryStatement
 
toStatementText() - Method in class com.triactive.jdo.store.SQLExpression
 
toStatementText() - Method in class com.triactive.jdo.store.UnboundVariable
 
toString() - Method in class com.triactive.jdo.model.FieldMetaData
 
toString() - Method in class com.triactive.jdo.sco.Map
 
toString() - Method in class com.triactive.jdo.sco.Set
 
toString() - Method in class com.triactive.jdo.state.Hollow
 
toString() - Method in class com.triactive.jdo.state.PersistentClean
 
toString() - Method in class com.triactive.jdo.state.PersistentDeleted
 
toString() - Method in class com.triactive.jdo.state.PersistentDirty
 
toString() - Method in class com.triactive.jdo.state.PersistentNew
 
toString() - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
toString() - Method in class com.triactive.jdo.state.PersistentNontransactional
 
toString() - Method in class com.triactive.jdo.store.AbstractTable
 
toString() - Method in class com.triactive.jdo.store.CandidateKey
 
toString() - Method in class com.triactive.jdo.store.ClassBaseTableExtent
 
toString() - Method in class com.triactive.jdo.store.ClassViewExtent
 
toString() - Method in class com.triactive.jdo.store.Column
 
toString() - Method in class com.triactive.jdo.store.ColumnInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.DatabaseAdapter
 
toString() - Method in class com.triactive.jdo.store.FetchStatement
 
toString() - Method in class com.triactive.jdo.store.ForeignKey
 
toString() - Method in class com.triactive.jdo.store.ForeignKeyInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.Index
 
toString() - Method in class com.triactive.jdo.store.OID
Returns the string representation of the OID.
toString() - Method in class com.triactive.jdo.store.ObjectLiteral
 
toString() - Method in class com.triactive.jdo.store.OracleQueryStatement
 
toString() - Method in class com.triactive.jdo.store.PrimaryKey
 
toString() - Method in class com.triactive.jdo.store.QueryStatement.Join
 
toString() - Method in class com.triactive.jdo.store.QueryStatement.QueryColumn
 
toString() - Method in class com.triactive.jdo.store.QueryStatement
 
toString() - Method in class com.triactive.jdo.store.RequestIdentifier.Type
 
toString() - Method in class com.triactive.jdo.store.SQLExpression.Operator
 
toString() - Method in class com.triactive.jdo.store.SQLExpression
 
toString() - Method in class com.triactive.jdo.store.SQLIdentifier
 
toString(Collection) - Static method in class com.triactive.jdo.store.SchemaValidationException
Converts the given collection of objects to string as a comma-separated list.
toString() - Method in class com.triactive.jdo.store.SqlDateLiteral
 
toString() - Method in class com.triactive.jdo.store.SqlTimestampLiteral
 
toString() - Method in class com.triactive.jdo.store.StatementText
 
toString() - Method in class com.triactive.jdo.store.TableExprAsJoins
 
toString() - Method in class com.triactive.jdo.store.TableExprAsSubjoins
 
toString() - Method in class com.triactive.jdo.store.TableExprAsSubquery
 
toString() - Method in class com.triactive.jdo.store.TableExpression
 
toString() - Method in class com.triactive.jdo.store.TypeInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
toString() - Method in class com.triactive.jdo.util.MacroString.ParameterMacro
 
toString() - Method in class com.triactive.jdo.util.ReadWriteLock
 
toUpperCase() - Method in class com.triactive.jdo.store.CharacterLiteral
 
toUpperCaseMethod() - Method in class com.triactive.jdo.store.CharacterExpression
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.Hollow
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNew
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionCommit(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.Hollow
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNew
 
transitionDeletePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionEvict(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionEvict(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionEvict(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNew
 
transitionMakeNontransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionMakePersistent(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionMakeTransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.Hollow
 
transitionMakeTransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionMakeTransactional(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.Hollow
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNew
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionMakeTransient(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionReadField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.Hollow
 
transitionReadField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionReadField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionReadField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionReadField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionRefresh(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionRefresh(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionRefresh(StateManagerImpl) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionRetrieve(StateManagerImpl, Transaction, boolean) - Method in class com.triactive.jdo.state.Hollow
 
transitionRetrieve(StateManagerImpl, Transaction, boolean) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionRetrieve(StateManagerImpl, Transaction, boolean) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.Hollow
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDirty
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNew
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionRollback(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.Hollow
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.LifeCycleState
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentClean
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentDeleted
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNewDeleted
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class com.triactive.jdo.state.PersistentNontransactional
 
trim() - Method in class com.triactive.jdo.store.CharacterExpression
 
trim() - Method in class com.triactive.jdo.store.CharacterLiteral
 
truncate(String, int) - Static method in class com.triactive.jdo.store.SQLIdentifier
 
type - Variable in class com.triactive.jdo.model.FieldMetaData
 
type - Variable in class com.triactive.jdo.store.Column
 
type - Variable in class com.triactive.jdo.store.Mapping
 
typeInfo - Variable in class com.triactive.jdo.store.Column
 
typeInfo - Variable in class com.triactive.jdo.store.ColumnMapping
 
typeList(List) - Static method in class com.triactive.jdo.store.SQLExpression
 
typeMappings - Variable in class com.triactive.jdo.store.DatabaseAdapter
 
typeName - Variable in class com.triactive.jdo.store.ColumnInfo
The local type name used by the data source.
typeName - Variable in class com.triactive.jdo.store.TypeInfo
The DBMS-specific name for this data type.
typesByTypeNumber - Variable in class com.triactive.jdo.store.DatabaseAdapter
 

U

UNIQUE - Static variable in class com.triactive.jdo.store.Column
 
UNLIMITED_LENGTH - Static variable in class com.triactive.jdo.store.Column
 
UPDATE - Static variable in class com.triactive.jdo.store.RequestIdentifier.Type
 
URL_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the JDBC driver URL to use for all tests.
USER_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the database user name to use for the test.
USE_UPDATE_LOCK_PROPERTY - Static variable in class com.triactive.jdo.NonmanagedTransaction
The system property that selects whether SELECT FOR UPDATE should be used to fetch objects when the transaction isolation level is READ COMMITTED or lower.
UnboundVariable - class com.triactive.jdo.store.UnboundVariable.
 
UnboundVariable(QueryStatement, String, Class, JDOQLQuery.Compiler) - Constructor for class com.triactive.jdo.store.UnboundVariable
 
UnexpectedColumnException - exception com.triactive.jdo.store.UnexpectedColumnException.
A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
UnexpectedColumnException(Table, SQLIdentifier) - Constructor for class com.triactive.jdo.store.UnexpectedColumnException
Constructs a unexpected column exception.
UnsetOwners - class com.triactive.jdo.sco.UnsetOwners.
 
UnsetOwners() - Constructor for class com.triactive.jdo.sco.UnsetOwners
 
UnsupportedConnectionFactoryException - exception com.triactive.jdo.UnsupportedConnectionFactoryException.
A UnsupportedConnectionFactoryException is thrown if a configured connection factory is a supported factory type.
UnsupportedConnectionFactoryException(Object) - Constructor for class com.triactive.jdo.UnsupportedConnectionFactoryException
Constructs an unsupported connection exception.
UnsupportedDataTypeException - exception com.triactive.jdo.store.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.
UnsupportedDataTypeException() - Constructor for class com.triactive.jdo.store.UnsupportedDataTypeException
Constructs an unsupported data type exception with no specific detail message.
UnsupportedDataTypeException(String) - Constructor for class com.triactive.jdo.store.UnsupportedDataTypeException
Constructs an unsupported data type exception with the specified detail message.
UnsupportedDataTypeException(String, Exception) - Constructor for class com.triactive.jdo.store.UnsupportedDataTypeException
Constructs an unsupported data type exception with the specified detail message and nested exception.
UpdateRequest - class com.triactive.jdo.store.UpdateRequest.
 
UpdateRequest(ClassBaseTable, int[]) - Constructor for class com.triactive.jdo.store.UpdateRequest
 
unlock() - Method in class com.triactive.jdo.util.ReadWriteLock
Release a read or write lock.
unparsed - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
unsetOwner() - Method in interface com.triactive.jdo.SCO
Nullifies references to the owner Object and Field.
unsetOwner() - Method in class com.triactive.jdo.sco.Date
 
unsetOwner() - Method in class com.triactive.jdo.sco.HashSet
 
unsetOwner() - Method in class com.triactive.jdo.sco.Map
 
unsetOwner() - Method in class com.triactive.jdo.sco.Set
 
unsetOwner() - Method in class com.triactive.jdo.sco.SqlDate
 
unsetOwner() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
unsignedAttribute - Variable in class com.triactive.jdo.store.TypeInfo
true indicates the type is unsigned, false otherwise.
update(StateManager, int[]) - Method in class com.triactive.jdo.store.ClassBaseTable
 
update(StateManager, int[]) - Method in class com.triactive.jdo.store.StoreManager
Updates a persistent object in the database.
updateRule - Variable in class com.triactive.jdo.store.ForeignKeyInfo
What happens to a foreign key when the primary key is updated.
useUpdateLockOnFetch() - Method in class com.triactive.jdo.NonmanagedTransaction
 
useUpdateLockOnFetch() - Method in interface com.triactive.jdo.Transaction
 

V

VALIDATE - Static variable in interface com.triactive.jdo.store.Table
Bit flag passed to validate() to indicate that the table structure should be validated using JDBC metadata.
VALIDATED - Static variable in class com.triactive.jdo.model.ClassMetaData
 
VALIDATE_CONSTRAINTS_PROPERTY - Static variable in class com.triactive.jdo.PersistenceManagerFactoryImpl
The system property that selects the default value for the ValidateConstraints setting.
VALIDATE_TABLES_PROPERTY - Static variable in class com.triactive.jdo.PersistenceManagerFactoryImpl
The system property that selects the default value for the ValidateTables setting.
VALUE - Static variable in class com.triactive.jdo.store.Role
 
View - class com.triactive.jdo.store.View.
 
View(StoreManager) - Constructor for class com.triactive.jdo.store.View
 
View(SQLIdentifier, StoreManager) - Constructor for class com.triactive.jdo.store.View
 
ViewDefinitionException - exception com.triactive.jdo.store.ViewDefinitionException.
A ViewDefinitionException is thrown if the metadata extension(s) that define a view are missing or invalid.
ViewDefinitionException(Class, String) - Constructor for class com.triactive.jdo.store.ViewDefinitionException
Constructs a class definition exception with the specified detail message.
ViewNotSupportedException - exception com.triactive.jdo.store.ViewNotSupportedException.
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.
ViewNotSupportedException(Class) - Constructor for class com.triactive.jdo.store.ViewNotSupportedException
Constructs a view not supported exception.
validate(int, Connection) - Method in class com.triactive.jdo.store.BaseTable
 
validate(ColumnInfo) - Method in class com.triactive.jdo.store.Column
 
validate(int, Connection) - Method in class com.triactive.jdo.store.SchemaTable
 
validate(int, Connection) - Method in interface com.triactive.jdo.store.Table
 
validate(int, Connection) - Method in class com.triactive.jdo.store.View
 
validateConstraints(int, Connection) - Method in class com.triactive.jdo.store.BaseTable
 
validateElementForReading(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
validateElementForWriting(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
validateElementType(Object) - Method in class com.triactive.jdo.store.AbstractSetStore
 
validateElementType(Object) - Method in class com.triactive.jdo.store.MapEntrySetStore
 
validateKeyForReading(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateKeyForWriting(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateKeyType(Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateValueForReading(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateValueForWriting(StateManager, Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateValueType(Object) - Method in class com.triactive.jdo.store.AbstractMapStore
 
validateValueType(Object) - Method in class com.triactive.jdo.store.InverseMapStore
 
value - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
valueColumn - Variable in class com.triactive.jdo.store.AbstractMapStore
 
valueColumn - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
valueMapping - Variable in class com.triactive.jdo.store.AbstractMapStore
 
valueMapping - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
valueSetStore() - Method in class com.triactive.jdo.store.InverseMapStore
 
valueSetStore() - Method in interface com.triactive.jdo.store.MapStore
 
valueSetStore() - Method in class com.triactive.jdo.store.NormalMapStore
 
valueType - Variable in class com.triactive.jdo.model.MapMetaData
 
valueType - Variable in class com.triactive.jdo.store.AbstractMapStore
 
valueType - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
values() - Method in class com.triactive.jdo.sco.Map
 
values() - Method in class com.triactive.jdo.util.ReferenceValueMap
 
valuesAreEmbedded - Variable in class com.triactive.jdo.store.AbstractMapStore
 
valuesAreEmbedded - Variable in class com.triactive.jdo.store.MapEntrySetStore
 
variableNames - Variable in class com.triactive.jdo.store.Query
 
variableTypesByName - Variable in class com.triactive.jdo.store.Query
 
variables - Variable in class com.triactive.jdo.store.Query
 
vendorExtensions - Variable in class com.triactive.jdo.model.MetaData
 

W

WARNING - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
WITH_CHECK_OPTION_VIOLATION - Static variable in class com.triactive.jdo.store.PostgreSQLSQLState.ClassCode
 
WITH_CHECK_OPTION_VIOLATION - Static variable in class com.triactive.jdo.store.SQLState.ClassCode
 
WeakValueMap - class com.triactive.jdo.util.WeakValueMap.
A java.util.Map implementation using weak reference values.
WeakValueMap() - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(int) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(int, float) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(Map) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WrongPrecisionException - exception com.triactive.jdo.store.WrongPrecisionException.
A WrongPrecisionException is thrown if a column is detected to have the wrong precision in the database during schema validation.
WrongPrecisionException(Column, int, int) - Constructor for class com.triactive.jdo.store.WrongPrecisionException
Constructs a wrong precision exception.
WrongPrimaryKeyException - exception com.triactive.jdo.store.WrongPrimaryKeyException.
A WrongPrimaryKeyException is thrown if a table is detected not to have the expected primary key in the database during schema validation.
WrongPrimaryKeyException(Table, PrimaryKey, Collection) - Constructor for class com.triactive.jdo.store.WrongPrimaryKeyException
Constructs a wrong primary key exception.
WrongScaleException - exception com.triactive.jdo.store.WrongScaleException.
A WrongScaleException is thrown if a column is detected to have the wrong scale in the database during schema validation.
WrongScaleException(Column, int, int) - Constructor for class com.triactive.jdo.store.WrongScaleException
Constructs a wrong scale exception.
whereExpr - Variable in class com.triactive.jdo.store.QueryStatement
 
writeClassListFile(String, List) - Static method in class com.triactive.jdo.enhance.Enhancer
Writes out the given list of classes to a file.
writeLock() - Method in class com.triactive.jdo.util.ReadWriteLock
Acquire a write lock.

X

XMLHelper - class com.triactive.jdo.util.XMLHelper.
A utility class used to obtain DocumentBuilders.
XMLMetaDataException - exception com.triactive.jdo.model.XMLMetaDataException.
An XMLMetaDataException is thrown if a structural or logical error is encountered in the XML metadata for a given persistence capable class.
XMLMetaDataException(URL, String) - Constructor for class com.triactive.jdo.model.XMLMetaDataException
Constructs an XML metadata exception with the specified detail message.
XMLMetaDataException(URL, String, Exception) - Constructor for class com.triactive.jdo.model.XMLMetaDataException
Constructs an XML metadata exception with the specified detail message and nested exception.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2001 TriActive, Inc. All Rights Reserved.