SolarMetric Kodo JDO 2.4.3 generated on March 27 2003
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

AbstractCollectionMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping.
Represents a collection of values.
AbstractCollectionMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
 
AbstractDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary.
Abstrract implementation of the DBDictionary interface for generic SQL.
AbstractDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Constructor.
AbstractMapMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping.
Abstract mapping to be extended by concrete Map mapping types.
AbstractMapMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
AbstractSQLExecutionListener - class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener.
An abstract implementation of the SQLExecutionListener listener.
AbstractSQLExecutionListener() - Constructor for class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
active - Static variable in class com.solarmetric.datasource.ResultSetWrapper.Statistics
 
active - Static variable in class com.solarmetric.datasource.StatementWrapper.Statistics
 
active - Static variable in class com.solarmetric.datasource.ConnectionWrapper.Statistics
 
ADD - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
add(Class) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Add the tables/columns used by the given class.
add(Class[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Add the tables/columns used by the given classes.
add(int, Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
add(int, Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
add(int, Object) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
add(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyValueCollection
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyEntrySet
 
add(Object) - Method in class com.solarmetric.kodo.util.ProxyKeySet
 
addAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
addAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
addAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyVector
 
addAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
addAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
addAll(int, Collection) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
addAll(int, Collection) - Method in class com.solarmetric.kodo.util.ProxyVector
 
addAll(int, Collection) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
addBatch() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
addBatch(String) - Method in class com.solarmetric.datasource.StatementWrapper
 
addCache(SocketDistributedCache) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener
All caches added here will be notified of any incoming cache messages.
addClassCondition(PersistenceManagerImpl, ObjectSelect) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Adds the appropriate SQL to sel to select only instances that are of the class that this subclass provider is configured for.
addClassCondition(PersistenceManagerImpl, ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
addColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Creates the given column in the DB, if it does not exist already.
addColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
Creates a new column based on template.
addColumn(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
addColumn(String, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
addColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Creates the given columns in the DB if they do not exist already.
addConnectionEventListener(ConnectionEventListener) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
added(Collection) - Method in class com.solarmetric.kodo.util.ChangeManager
Call this method when new values are added to the proxy.
added(Object) - Method in class com.solarmetric.kodo.util.ChangeManager
Call this method when a new value is added to the proxy.
addElement(Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
addError(Exception) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
addExtension(String, Object) - Method in class com.solarmetric.kodo.meta.Extensions
Add a vendor extension to this entity.
addExtension(String, String, Object) - Method in class com.solarmetric.kodo.meta.Extensions
Add a vendor extension to this entity.
addFirst(Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
addForUpdateClause(SQLBuffer, String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Add a "FOR UPDATE" clause to the specified SQLBuffer.
addForUpdateClause(SQLBuffer, String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
Sybase requires that a "FOR UPDATE" clause include each of the column names as well as appending a "AT ISOLATION SERIALIZABLE" clause.
addIndex(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
addIndex(String, String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
addLast(Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
addPrimaryKey() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
address - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress
 
addSQLExecutionListener(SQLExecutionListener) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
Adds a listerer to be notified whenever a SQL event occurs.
addSQLExecutionListener(SQLExecutionListener) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Adds a listerer to be notified whenever a SQL event occurs.
addSQLExecutionListener(SQLExecutionListener) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Add a listener for all SQLExecution events.
addSubclassConditions(PersistenceManagerImpl, ObjectSelect) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Adds the appropriate SQL to sel to select only instances that are of the class that this provider is configured for, or are subclasses of that class.
addSubclassConditions(PersistenceManagerImpl, ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
addSubclassConditions(PersistenceManagerImpl, ObjectSelect, FieldMetaData[], boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Adds to the where clause of the given query to only select the desired classes.
addTable(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Execute the SQL to create/refresh the given table in the DB.
addTableJoins(PersistenceManager, ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Adds the appropriate join logic to join together multiple primary tables.
addTables(Table[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Execute the SQL to create/refresh the given tables in the DB.
addValue(String, Class, boolean, String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValue(String, Class, int, String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValue(String, Class, String, Class, String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValue(String, Class, String, String[], Class, String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValue(String, Class, String, String[], String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValue(String, Class, String, String, boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
addValueMatchCondition(SQLStatement, Object, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
addValueMatchCondition(SQLStatement, Object, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
advance(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DefaultResultObjectProvider
Invokes ResultSet.next().
advance(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider
Invokes ResultSet.next().
advance(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Invokes ResultSet.next().
advance(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Advance the input source input to the next position.
advance(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter
 
advance(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultObjectProvider
Advance the input source input to the next position.
AFTER_CLOSE - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection was just closed.
AFTER_CLOSE_RESULTSET - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a ResultSet was just closed.
AFTER_COMMIT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection was just committed.
AFTER_CONNECT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection has been opened.
AFTER_EXECUTE_STATEMENT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Statement completed execution.
AFTER_ROLLBACK - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a rollback just occured.
afterClose(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterClose(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterCloseResultSet(SQLExecutionEvent, ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterCloseResultSet(SQLExecutionEvent, ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterCommit(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterCommit(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterCompletion(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
afterConnect(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterConnect(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterExecuteStatement(SQLExecutionEvent, Statement) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterExecuteStatement(SQLExecutionEvent, Statement) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterRollback(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
afterRollback(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
afterUpdate(SQLBuffer, int) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionCallback
Invoked after the update occurs in the data store.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.solarmetric.kodo.impl.jdbc.ee.DefaultConnectionManager
 
allProceduresAreCallable - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can all the tables returned by getTable be SELECTed by the current user?
and(SQLStatement) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
AND the previous WHERE clause with the given one.
and(SQLStatement) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
appendBuffer(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Append all elements of the specified SQLBuffer (shallowly) to this one.
appendLiteral(SQLLiteral) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Append some raw, un-preparable SQL to the statement.
appendLiteral(String) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Append some raw, un-preparable SQL to the statement.
appendValue(SQLValue) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Append a SQLValue.
ApplicationIdTool - class com.solarmetric.kodo.enhance.ApplicationIdTool.
Generates a class appropriate for use as an application identity class.
ApplicationIdTool(Class, Configuration) - Constructor for class com.solarmetric.kodo.enhance.ApplicationIdTool
Constructs a new ApplicationIdTool capable of generating an object id class for type.
applyParameter(PreparedStatement, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
Apply the parameters to the given PreparedStatement at the specified index, returning the number of parameters that were bound.
applyParameter(PreparedStatement, int) - Method in interface com.solarmetric.kodo.impl.jdbc.sql.SQLElement
Bind the value as a parameter to the given PreparedStatement.
applyParameter(PreparedStatement, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral
We do not bind any parameters with a literal: always return 0.
associateConnection(Object) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
ATTRIBUTE_ALLOWED_VALUES - Static variable in class com.solarmetric.kodo.conf.Value
 
ATTRIBUTE_TYPE - Static variable in class com.solarmetric.kodo.conf.Value
 
AutomaticManagedRuntime - class com.solarmetric.kodo.ee.AutomaticManagedRuntime.
Implementation of the ManagedRuntime interface that searches through a set of known JNDI and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.
AutomaticManagedRuntime() - Constructor for class com.solarmetric.kodo.ee.AutomaticManagedRuntime
 

B

BASIC_OPTION - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
batchUpdate(Map, Map, Collection, Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Perform a batch update of the cache.
batchUpdate(Map, Map, Collection, Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
batchUpdate(Map, Map, Collection, Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
### We should probably lock the underlying cache here.
batchUpdate(Map, Map, Collection, Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
Overridden batchUpdate() method that invokes broadcastUpdate() after updating the cache.
BEFORE_CLOSE - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection is about to be closed.
BEFORE_CLOSE_RESULTSET - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a ResultSet is about to be closed.
BEFORE_COMMIT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection is about to be committed.
BEFORE_CONNECT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Connection is about to be opened.
BEFORE_EXECUTE_STATEMENT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Statement is about to be executed.
BEFORE_ROLLBACK - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a rollback is about to occur.
beforeClose(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeClose(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
beforeCloseResultSet(SQLExecutionEvent, ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeCloseResultSet(SQLExecutionEvent, ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
beforeCommit(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeCommit(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
beforeCompletion() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
beforeConnect(SQLExecutionEvent) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeConnect(SQLExecutionEvent) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
beforeExecuteStatement(SQLExecutionEvent, Statement) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeExecuteStatement(SQLExecutionEvent, Statement) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
beforeRollback(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
beforeRollback(SQLExecutionEvent, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
begin() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
begin() - Method in interface com.solarmetric.kodo.runtime.StoreManager
Begin a data store transaction.
begin() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
begin() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
begin() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
beginOptimistic() - Method in interface com.solarmetric.kodo.runtime.StoreManager
Notification that an optimistic transaction has started.
beginOptimistic() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
beginOptimistic() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
BIGDECIMAL - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
bigDecimalFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Get the BigDecimal value of a particular column.
bigDecimalFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
bigDecimalToPreparedParameter(PreparedStatement, int, BigDecimal) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
bigDecimalToPreparedParameter(PreparedStatement, int, BigDecimal) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
bigDecimalToSQL(BigDecimal) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
bigDecimalToSQL(BigDecimal) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
BIGINTEGER - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
bigIntegerFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
bigIntegerFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
bigIntegerToPreparedParameter(PreparedStatement, int, BigInteger) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
bigIntegerToPreparedParameter(PreparedStatement, int, BigInteger) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
bigIntegerToSQL(BigInteger) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
bigIntegerToSQL(BigInteger) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
bindConnectionFactory(String, ConnectionFactory, Context) - Method in class com.solarmetric.kodo.ee.JDOBean
 
BLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitBlobMapping
Metadata extension key used to mark whether a field should be serialized as a blob.
BLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitOracleBlobMapping
Metadata extension key used to mark whether a field should be serialized as a blob.
BLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
blobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
blobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
blobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
blobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
Pointbase does not return a byte[] when ResultSet.getObject() is invoked.
blobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
BlobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.BlobMapping.
Represents the mapping of a BLOB column in the owning class' primary table.
BlobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.BlobMapping
 
blobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
blobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
blobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
blobToSQL(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
blobToSQL(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
BOOLEAN - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
booleanFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
booleanFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
booleanToPreparedParameter(PreparedStatement, int, Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
booleanToPreparedParameter(PreparedStatement, int, Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
booleanToPreparedParameter(PreparedStatement, int, Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
booleanToSQL(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
booleanToSQL(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
BooleanValue - class com.solarmetric.kodo.conf.BooleanValue.
 
BooleanValue(String, boolean, Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.BooleanValue
 
broadcastUpdate(Map, Map, Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
Notifys other PersistenceManagerFactory caches in this JVM and on other machines of changes to the cache.
broadcastUpdate(Map, Map, Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
 
broadcastUpdate(Map, Map, Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
BYTE - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
byteFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
byteFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
byteToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
byteToSQL(byte) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
byteToSQL(byte) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 

C

cache - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
cache - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
CacheMap - class com.solarmetric.kodo.util.CacheMap.
A map that keeps hard references to a fixed number of elements and moves expired references to a soft reference map.
CacheMap() - Constructor for class com.solarmetric.kodo.util.CacheMap
Create a new CacheMap with an initial maximum unpinned object size of 1000.
CacheMap(int) - Constructor for class com.solarmetric.kodo.util.CacheMap
Create a new CacheMap with an initial maximum unpinned object size of size.
CacheMap(int, float) - Constructor for class com.solarmetric.kodo.util.CacheMap
Create a new CacheMap with an initial maximum unpinned object size of size and a load factor of load.
canCache(StateManagerImpl) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
Returns true if sm is eligible to be enlisted in the cache; otherwise returns false.
cancel() - Method in class com.solarmetric.datasource.StatementWrapper
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.BlobMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitBlobMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClobMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitOracleBlobMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
 
canMap(FieldMetaData, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
canResolveClass(String) - Method in interface com.solarmetric.util.classes.ClassResolver
 
canResolveClass(String) - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
 
canResolveClass(String) - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
catalogSeparator - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the separator between catalog and table name?
catalogTerm - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the database vendor's preferred term for "catalog"?
CENTI - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
ChangeManager - class com.solarmetric.kodo.util.ChangeManager.
Helper that ChangeTrackers can optionally use to implement change tracking.
ChangeManager(boolean) - Constructor for class com.solarmetric.kodo.util.ChangeManager
Constructor.
ChangeTracker - interface com.solarmetric.kodo.util.ChangeTracker.
Proxy that tracks changes to its elements at a fine-grained level.
CHARACTER - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
characterToPreparedParameter(PreparedStatement, int, Character) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
characterToPreparedParameter(PreparedStatement, int, Character) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
charFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
charFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
charToSQL(char) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
charToSQL(char) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
charToSQL(char) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
 
checkActiveTransaction() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
checkClosed() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
checkClosed() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
checkClosed() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
checkClosed() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
checkClosed() - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultList
Check to see if this ResultList has been closed, and if so, throw a JDOUserException.
checkExecuteQueryBugs(SQLException) - Method in class com.solarmetric.datasource.StatementWrapper
 
checkFrozen() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
Checks if the configuration has been frozen and if so throws a JDOUserException, otherwise returns silently.
checkNontransactionalRead() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
checkResultSetClosed() - Method in class com.solarmetric.datasource.StatementWrapper
 
checkValid(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
checkValue(Object, Class) - Static method in class com.solarmetric.kodo.util.Proxies
Used by the proxy types in this package to check that an attempt to add a new key/value is legal.
checkVersion(StateManagerImpl) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Determine whether the given StateManager is the same version as the datastore version.
checkVersion(StateManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
checkVersion(StateManagerImpl) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
checkVersion(StateManagerImpl, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Determine whether the given StateManager is the same version as the datastore version.
chooseConnection(Set) - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Choose the most appropriate Connection in the given set to use.
chooseConnection(Set) - Method in class com.solarmetric.datasource.DataSourceImpl.SortablePool
 
CLASS_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
Metadata extension key used to mark the name of the subclass indicator column for this class.
CLASS_EXT - Static variable in class com.solarmetric.kodo.enhance.DefaultOutputProvider
 
ClassDBSequenceFactory - class com.solarmetric.kodo.impl.jdbc.schema.ClassDBSequenceFactory.
DBSequenceFactory subclass that overrides methods to be class sensitive.
ClassDBSequenceFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.ClassDBSequenceFactory
 
ClassMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.
A mapping between a java class and its relational database representation.
ClassMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
 
ClassMetaData - class com.solarmetric.kodo.meta.ClassMetaData.
Contains JDO meta information about a persistent type.
ClassResolver - interface com.solarmetric.util.classes.ClassResolver.
 
ClassSequenceFactory - class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory.
SequenceFactory implementation that uses a sequence per class to generate numbers.
ClassSequenceFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
 
ClassValue - class com.solarmetric.kodo.conf.ClassValue.
 
ClassValue(String, String, Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.ClassValue
 
ClassValue(String, String, String[], Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.ClassValue
 
clean() - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Cleanup possibly dead connections from the pool.
clean() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
removes dead connections from the pool.
cleanup() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
clear() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Clear the WHERE clause and table list so that this statement can be reused.
clear() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
 
clear() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
 
clear() - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
clear() - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Remove all data from this cache.
clear() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
clear() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
clear() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
clear() - Method in class com.solarmetric.kodo.util.CacheMap
Removes pinned objects as well as unpinned ones.
clear() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
clear() - Method in class com.solarmetric.kodo.util.ProxyVector
 
clear() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
clear() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
clear() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
clear() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
clear() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
clear() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
clearBatch() - Method in class com.solarmetric.datasource.StatementWrapper
 
clearMessages() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Clears the messages that have been accumulated from the verification thus far.
clearOrderBy() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Clear the ORDER BY columns.
clearParameters() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
clearSelect() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Clear the select list of this statement.
clearSet() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
Clear the set updates.
clearTable() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Clear the tables clause.
clearWarnings() - Method in class com.solarmetric.datasource.StatementWrapper
 
clearWarnings() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
clearWarnings() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
clearWhere() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Clear the WHERE clause.
clearWhere() - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
CLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
clobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
clobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
clobFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
 
ClobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ClobMapping.
Represents the mapping of a CLOB column in the owning class' primary table.
ClobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ClobMapping
 
clobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
clobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
clobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
clobToPreparedParameter(PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
clobToSQL(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
clobToSQL(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
clone() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
clone() - Method in interface com.solarmetric.kodo.conf.Configuration
Returns a clone of this Configuration.
clone() - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
clone() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
clone() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Perform a shallow clone of this SQL Buffer.
close() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
API extension.
close() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
close() - Method in class com.solarmetric.datasource.StatementWrapper
 
close() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
close() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
close() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
close() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Close the underlying Connection to the DataStore.
close() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
close() - Method in class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
 
close() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
close() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Close the database connection used by the tool.
close() - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Close this cache, dropping all hard references and releasing any resources that this cache maintains.
close() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
close() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
close() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
 
close() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
To be in accordance with the spec, we need to throw an Exception on list access after our owning Extent or Query is closed.
close() - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultList
Close the list.
close(Iterator) - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
close(PoolConnection, boolean) - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Close a pooled connection.
close(PoolConnection, boolean) - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
close(ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
close(ResultSet) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Indicate to the manager that this ResultSet is no longer needed.
closeAll() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
closeAll() - Method in class com.solarmetric.datasource.DataSourceImpl
Close all pooled connections.
closeAll() - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Close all pooled connections.
closeAll() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
closeIterator(Iterator) - Method in class com.solarmetric.kodo.runtime.ExtentImpl
Close the given iterator.
closeIterator(Iterator) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
Close the given iterator.
closeQueries() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Close all open queries.
CloudscapeDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.CloudscapeDictionary.
Implementation of the DBDictionary interface for Cloudscape SQL.
CloudscapeDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.CloudscapeDictionary
 
CM_JNDI_SUFFIX - Static variable in class com.solarmetric.kodo.ee.JDOBean
 
COL_INDEX - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Metadata extension key used to mark fields for indexing.
COL_LENGTH - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Metadata extension key used to specify the maximum length of a field.
CollectionMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping.
Represents a collection of simple values such as Integers, Strings, etc.
CollectionMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
colsToString(String[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Converts an array of column names to a comma-separated list of columns appropriate for use in a SELECT statement.
Column - class com.solarmetric.kodo.impl.jdbc.schema.Column.
Represents a database column.
ColumnAliasResultObjectProvider - class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider.
Concrete implementation of ResultSetResultObjectProvider that loads data from a result set by using column aliases as defined by the mapping configuration of the metadata of the class being loaded.
ColumnAliasResultObjectProvider(Class, PersistenceManagerImpl) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Creates a new ColumnAliasResultObjectProvider capable of loading classes and subclasses of type cls into pm.
com.solarmetric.datasource - package com.solarmetric.datasource
Datasource Implementation
com.solarmetric.kodo.conf - package com.solarmetric.kodo.conf
Kodo Configuration
com.solarmetric.kodo.ee - package com.solarmetric.kodo.ee
JDO Enterprise Functionality
com.solarmetric.kodo.enhance - package com.solarmetric.kodo.enhance
JDO Enhancer
com.solarmetric.kodo.impl.jdbc - package com.solarmetric.kodo.impl.jdbc
JDBC JDO Implementation
com.solarmetric.kodo.impl.jdbc.ee - package com.solarmetric.kodo.impl.jdbc.ee
JDBC Enterprise
com.solarmetric.kodo.impl.jdbc.ormapping - package com.solarmetric.kodo.impl.jdbc.ormapping
Object-Relational Mapping
com.solarmetric.kodo.impl.jdbc.query - package com.solarmetric.kodo.impl.jdbc.query
JDBC Query
com.solarmetric.kodo.impl.jdbc.runtime - package com.solarmetric.kodo.impl.jdbc.runtime
JDBC Runtime
com.solarmetric.kodo.impl.jdbc.schema - package com.solarmetric.kodo.impl.jdbc.schema
Schema Management
com.solarmetric.kodo.impl.jdbc.schema.dict - package com.solarmetric.kodo.impl.jdbc.schema.dict
DB Dictionaries
com.solarmetric.kodo.impl.jdbc.sql - package com.solarmetric.kodo.impl.jdbc.sql
SQL Statement Abstractions
com.solarmetric.kodo.meta - package com.solarmetric.kodo.meta
JDO MetaData
com.solarmetric.kodo.runtime.datacache - package com.solarmetric.kodo.runtime.datacache
Kodo Data Cache
com.solarmetric.kodo.runtime.datacache.plugins - package com.solarmetric.kodo.runtime.datacache.plugins
Kodo Data Cache Plugins
com.solarmetric.kodo.runtime.objectprovider - package com.solarmetric.kodo.runtime.objectprovider
Object provider framework
com.solarmetric.kodo.util - package com.solarmetric.kodo.util
JDO Utilities
com.solarmetric.log - package com.solarmetric.log
Logging
com.solarmetric.modules.jndi - package com.solarmetric.modules.jndi
JNDI Context Access
commit() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
commit() - Method in interface com.solarmetric.kodo.runtime.StoreManager
Commit the current data store transaction.
commit() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
commit() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
commit() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
commit() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Flush any remaining queued statements and commit to the data store.
commit() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
commit() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
commit(Xid, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
commitAndResume() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
commitMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest commit made on a Connection.
commitMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest commit made on a Connection.
commits - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of commits made on a Connection.
commitTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time taken on the execution of commits made on all Connections.
compareTo(Object) - Method in class com.solarmetric.datasource.ConnectionWrapper
A subclass of this method might want to override this in order to appear at a higher position on the sorted pool.
compareTo(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
compareTo(Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
compareTo(Object) - Method in class com.solarmetric.kodo.meta.FieldMetaData
FieldMetaData orders itself on field name.
compareToNull(ObjectSelect, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Compare this column to null.
compareToNull(ObjectSelect, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
compareToNull(ObjectSelect, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
 
Configurable - interface com.solarmetric.kodo.conf.Configurable.
This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration - interface com.solarmetric.kodo.conf.Configuration.
Configuration defines the properties necessary to configure runtime properties and connect to a data source.
configurationClone() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
configurationClone() - Method in interface com.solarmetric.kodo.conf.Configuration
Return a new Configuration that is an exact copy of this one.
ConfigurationConnector - class com.solarmetric.kodo.impl.jdbc.runtime.ConfigurationConnector.
A Connector that uses a JDBCConfiguration object to create a Connection.
ConfigurationConnector(JDBCConfiguration) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ConfigurationConnector
 
ConfigurationConnector(JDBCConfiguration, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ConfigurationConnector
 
Configurations - class com.solarmetric.kodo.conf.Configurations.
Utility methods dealing with configuration.
Configurations() - Constructor for class com.solarmetric.kodo.conf.Configurations
 
configureInstance(Object, String) - Static method in class com.solarmetric.kodo.conf.Configurations
 
configurePersistenceManager(PersistenceManager) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Configures the given PersistenceManager with the current factory option settings.
configurePersistenceManager(PersistenceManager) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Register the PersistenceManagerImpl as being opened from this factory, and flush any pending class registrations if necessary.
ConnectionInfo - class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo.
Struct to hold data about the current connection state.
ConnectionInfo(SQLExecutionManager) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
ConnectionInfo(SQLExecutionManager, ResultSet, int, ClassMapping, FieldMetaData[]) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
connectionMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest Connection to be opened.
connectionMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest Connection to be opened.
connections - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of Connections opened.
connectionTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time taken on the opening of all Connections.
ConnectionWrapper - class com.solarmetric.datasource.ConnectionWrapper.
Wrapper around an existing connection.
ConnectionWrapper.Statistics - class com.solarmetric.datasource.ConnectionWrapper.Statistics.
 
ConnectionWrapper.Statistics() - Constructor for class com.solarmetric.datasource.ConnectionWrapper.Statistics
 
ConnectionWrapper(DataSourceImpl, Connection) - Constructor for class com.solarmetric.datasource.ConnectionWrapper
 
Connector - interface com.solarmetric.kodo.impl.jdbc.runtime.Connector.
A Connector is a provider for Connection instances.
containsKey(Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Returns true if this cache contains data corresponding to key; otherwise returns false.
containsKey(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
containsKey(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
containsKey(Object) - Method in class com.solarmetric.kodo.util.CacheMap
 
containsValue(Object) - Method in class com.solarmetric.kodo.util.CacheMap
 
ContextFactory - class com.solarmetric.modules.jndi.ContextFactory.
The ContextFactory gives application components a static interface to the ContextProvider in use, as specified by the context-provider property (named in the System properties or in the preferences file).
ContextFactory() - Constructor for class com.solarmetric.modules.jndi.ContextFactory
 
ContextProvider - interface com.solarmetric.modules.jndi.ContextProvider.
This interface should be implemented to provide components with a valid JNDI context to use to tie into the application server.
copy(ClassMetaData, Object) - Static method in class com.solarmetric.kodo.util.ObjectIds
Copy the given oid value.
copyDataStoreId(Object, ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Copy the given object id value.
copyDataStoreId(Object, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
copyDataStoreId(Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
countDeferredRegistrations() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
createConnectionFactory() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
createConnectionFactory(ConnectionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
createConnectionFactory(JDBCConfiguration) - Static method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
createConnectionFactory(JDBCConfiguration, ClassResolver) - Static method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
createFromResultSet(ClassMapping, SQLExecutionManager, ResultSet, FieldMetaData[], int) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Create an instance from the given result set; if the instance is already cached it will be returned.
createIndexedRecord(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordFactoryImpl
 
createInstance(String, String, ClassLoader) - Static method in class com.solarmetric.kodo.conf.Configurations
Creates an instance of the given class ane configures it with the given properties.
createInteraction() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
createMappedRecord(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordFactoryImpl
 
createMappings(Class[], JDBCConfiguration, ClassResolver, DBDictionary) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Creates and installs a ClassMapping and FieldMappings for the given types.
createMappings(Class[], JDBCConfiguration, ClassResolver, DBDictionary, boolean) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
 
createMessage(Map, Map, Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
Returns a new Message to send to the topic.
createPersistent() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
Create a new instance of the PersistenceCapable.
createResultList(Configuration, ResultSet, CustomResultObjectProvider) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.ResultListFactory
 
createResultList(Configuration, ResultSet, ResultObjectProvider) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.ResultListFactory
 
createResultList(Configuration, Select, SQLExecutionManager, ResultObjectProvider) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.ResultListFactory
 
createSQLExecutionManager(JDBCConfiguration, Connector) - Static method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerFactory
Create a new SQLExecutionManager based on properties set in the JDBCConfiguration.
createStatement() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
createStatement(int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
createStatement(int, int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
CREATING_STATEMENT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Statement is being created.
creatingStatement(SQLExecutionEvent, SQLBuffer[]) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
creatingStatement(SQLExecutionEvent, SQLBuffer[]) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
ctx - Variable in class com.solarmetric.kodo.ee.JDOEntityBean
 
ctx - Variable in class com.solarmetric.kodo.ee.JDOSessionBean
 
currentTransaction() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Obtain the PersistenceManager's current transaction.
CUSTOM_MAPPING - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Metadata extension key used identify a custom class mapping.
CustomResultObjectProvider - interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.
Variant of ResultObjectProvider that populates a StateManagerImpl object in an application-defined manner.
CustomResultObjectProvider.ResultObjectProviderAdapter - class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter.
Adapter class that allows a CustomResultObjectProvider to be used in situations that require a ResultObjectProvider.
CustomResultObjectProvider.ResultObjectProviderAdapter(CustomResultObjectProvider) - Constructor for class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter
 
CustomResultObjectProvider.ROPInfo - class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo.
Data structure that holds information about the object currently being loaded, and a reference to the CustomResultObjectProvider that should be used to load the information into a StateManagerImpl.
CustomResultObjectProvider.ROPInfo(CustomResultObjectProvider, Object, ClassMetaData) - Constructor for class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo
 
CustomResultObjectProviderImpl - class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl.
Abstract implementation of CustomResultObjectProvider that implements CustomResultObjectProvider#getResultObject by assembling the necessary information about the object to be loaded.
CustomResultObjectProviderImpl(PersistenceManagerImpl) - Constructor for class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Create a new CustomResultObjectProviderImpl for loading objects of into pm.
CustomResultSetResultObjectProvider - class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider.
Abstract extension of CustomResultObjectProviderImpl that populates a StateManagerImpl object given a Map of FieldMetaData objects to Object values, created by the abstract CustomResultObjectProviderImpl.getFieldValues(java.lang.Object, com.solarmetric.kodo.meta.ClassMetaData, boolean) method.
CustomResultSetResultObjectProvider(PersistenceManagerImpl) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider
Create a new ResultSetResultObjectProvider for loading objects of into pm.

D

DaffodilDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.DaffodilDictionary.
Implementation of the DBDictionary interface for DaffodilDB.
DaffodilDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.DaffodilDictionary
 
data - Variable in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo
The data to load/initialize a StateManagerImpl with.
DATA_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Metadata extension key used to mark the name of the data column for this field.
databaseProductName - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the name of this database product?
databaseProductVersion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the version of this database product?
DataCache - interface com.solarmetric.kodo.runtime.datacache.DataCache.
Interface that must be implemented by any level 2 cache used by Kodo.
DataCacheStoreManager - class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager.
StoreManager proxy that delegates to a data cache when possible.
DataCacheStoreManager(StoreManager, DataCache) - Constructor for class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
Constructor.
dataDefinitionCausesTransactionCommit - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is a data definition statement within a transaction ignored?
DataSourceConnector - class com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector.
A Connector is a provider for Connection instances, backed by a DataSource object.
DataSourceConnector(DataSource, String, String) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector
 
DataSourceImpl - class com.solarmetric.datasource.DataSourceImpl.
Implementation of the DataSource interface that maintains a back-end connection pool.
DataSourceImpl.AbstractPool - class com.solarmetric.datasource.DataSourceImpl.AbstractPool.
 
DataSourceImpl.AbstractPool(DataSourceImpl, DataSourceImpl) - Constructor for class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
DataSourceImpl.Pool - interface com.solarmetric.datasource.DataSourceImpl.Pool.
 
DataSourceImpl.SortablePool - class com.solarmetric.datasource.DataSourceImpl.SortablePool.
Implementation of a Pool that relies on the underlying Connection object to implement the Sortable interface in such a way that the highest priority Connection to be removed from the pool will be the last element in a sorted list of Connection objects.
DataSourceImpl.SortablePool(DataSourceImpl, DataSourceImpl) - Constructor for class com.solarmetric.datasource.DataSourceImpl.SortablePool
 
DataSourceImpl() - Constructor for class com.solarmetric.datasource.DataSourceImpl
 
DataSourceImpl(String, String, PrintWriter) - Constructor for class com.solarmetric.datasource.DataSourceImpl
 
DataSourceImpl(String, String, PrintWriter, Log, Log) - Constructor for class com.solarmetric.datasource.DataSourceImpl
 
DATE - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
dateFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
dateFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
dateToPreparedParameter(PreparedStatement, int, Date) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
dateToSQL(Date) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
dateToSQL(Date) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
dateToTimestamp(Date) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
DB2Dictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary.
Implementation of the DBDictionary interface for IBM DB2.
DB2Dictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
 
DBDictionary - interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary.
Interface which allows the creation of SQL dynamically, in a database agnostic fashion.
DBDictionaryFactory - class com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory.
Factory class to instantiate a dictionary.
DBDictionaryFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory
 
DBMetaData - class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData.
The DBMetaData class is a wrapper around a DatabaseMetaData instance.
DBMetaData(DatabaseMetaData) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
 
DBSequenceFactory - class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory.
SequenceFactory implementation that uses a database table for sequence number generation.
DBSequenceFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
 
DEBUG - Static variable in interface com.solarmetric.log.LogConstants
 
debug(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with debug log level.
debug(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with debug log level.
DECI - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
DEFAULT_PORT - Static variable in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress
 
DefaultConfiguration - class com.solarmetric.kodo.conf.DefaultConfiguration.
This Configuration type initializes from the settings in either the kodo.properties properties file.
DefaultConfiguration() - Constructor for class com.solarmetric.kodo.conf.DefaultConfiguration
 
DefaultConnectionManager - class com.solarmetric.kodo.impl.jdbc.ee.DefaultConnectionManager.
The default ConnectionManager implementation for the non-managed scenario.
DefaultConnectionManager() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.DefaultConnectionManager
 
DefaultNameGenerator - class com.solarmetric.kodo.impl.jdbc.schema.DefaultNameGenerator.
An implementation of NameGenerator whose generated names are simple the same as the indicated name.
DefaultNameGenerator() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.DefaultNameGenerator
 
DefaultOutputProvider - class com.solarmetric.kodo.enhance.DefaultOutputProvider.
default OutputProvider implemtation using URL and Class.getResourceAsStream
DefaultOutputProvider() - Constructor for class com.solarmetric.kodo.enhance.DefaultOutputProvider
 
DefaultResultObjectProvider - class com.solarmetric.kodo.impl.jdbc.runtime.DefaultResultObjectProvider.
Default concrete implementation of ResultObjectProvider
DefaultResultObjectProvider() - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.DefaultResultObjectProvider
Create a new DefaultResultObjectProvider not associated with a Statement.
defaultTransactionIsolation - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
Delete - class com.solarmetric.kodo.impl.jdbc.sql.Delete.
Abstraction of a SQL DELETE statement.
Delete(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Delete
 
Delete(Delete, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Delete
 
delete(Delete, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
delete(Delete, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
delete(Delete, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
delete(Delete, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
delete(Delete, StateManagerImpl, int) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StorePrimary
Delete the field from the primary table for this mapping.
delete(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
delete(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
 
delete(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
delete(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
delete(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StoreSecondary
Delete the field from the secondary table for this mapping.
delete(StateManagerImpl, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Deletes the given instance from the database.
deletePersistent(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
deletePersistentAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
deletePersistentAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
deletePersistentFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Delete the given persistent instance.
deletesAreDetected(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
DEPENDENT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Extension key used to mark first class object fields that should be deleted when the owning object is deleted.
destroy() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
dict - Variable in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
 
DistributedCache - class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache.
A base class for distributed caches.
DistributedCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
 
doesMaxRowSizeIncludeBlobs - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
DOUBLE - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
doubleFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
doubleFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
doubleToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
doubleToSQL(double) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
doubleToSQL(double) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
driverMajorVersion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's this JDBC driver's major version number?
driverMinorVersion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's this JDBC driver's minor version number?
driverName - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the name of this JDBC driver?
driverVersion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the version of this JDBC driver?
DROP - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
drop(Class) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the tables and/or columns used by the given class from the DB.
drop(Class[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the tables and/or columns used by the given classes from the DB.
dropColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the given column from the DB.
dropColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the given columns from the DB.
dropTable(SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Drops the sequence table in the DB.
dropTable(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the given table from the DB.
dropTables(Table[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Drop the given tables from the DB.

E

EagerResultList - class com.solarmetric.kodo.runtime.objectprovider.EagerResultList.
Simple, non-lazy ResultList implementation
EagerResultList(Object, ResultObjectProvider) - Constructor for class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
EEConfiguration - interface com.solarmetric.kodo.ee.EEConfiguration.
Enterprise configuration options.
EEConfiguration - interface com.solarmetric.kodo.impl.jdbc.ee.EEConfiguration.
Enterprise extensions to JDBCConfiguration.
EEFactoryHelper - class com.solarmetric.kodo.ee.EEFactoryHelper.
Helper for PersistenceManagerFactorys working in managed environments.
EEFactoryHelper(EEConfiguration) - Constructor for class com.solarmetric.kodo.ee.EEFactoryHelper
Constructor.
EEPersistenceManager - class com.solarmetric.kodo.ee.EEPersistenceManager.
PersistenceManager for enterprised managed environments.
EEPersistenceManager() - Constructor for class com.solarmetric.kodo.ee.EEPersistenceManager
 
EEPersistenceManagerFactory - class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory.
Enterprise Edition PersistenceManagerFactory type for use with the JDBC runtime.
EEPersistenceManagerFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
Default constructor.
EEPersistenceManagerFactory(EEConfiguration) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
Construct the factory with the given option settings.
EEPersistenceManagerMetaData - class com.solarmetric.kodo.ee.EEPersistenceManagerMetaData.
The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
EEPersistenceManagerMetaData() - Constructor for class com.solarmetric.kodo.ee.EEPersistenceManagerMetaData
 
EESimpleConfiguration - class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration.
Enterprise extensions to JDBCSimpleConfiguration.
EESimpleConfiguration() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
EESimpleConfiguration(boolean) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
EESimpleConfiguration(InputStream) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
EESimpleConfiguration(Properties) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
Instantiate a EESimpleConfiguration from a Properties object.
ejbActivate() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The ejbActivate method acquires a PersistenceManager from the ConnectionFactory, and finds the JDO instance with the specific primary key by calling getObjectById on the PersistenceManager instance.
ejbActivate() - Method in class com.solarmetric.kodo.ee.JDOSessionBean
 
ejbCreate() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The ejbCreate method creates a new instance of the corresponding JDO class corresponding to the primary key value, sets the jdoInstance variable, and calls makePersistent with the instance as a parameter.
ejbException(Exception) - Method in class com.solarmetric.kodo.ee.JDOBean
Since JDO Exceptions' throwable list is transient, and since some application servers don't send the entire exception back to the client, it is very useful for debugging if the client can have the entire exception message.
ejbFindByPrimaryKey(Object) - Method in class com.solarmetric.kodo.ee.JDOEntityBean
Locate an instanced based on the Primary Key.
ejbFindByQuery(String) - Method in class com.solarmetric.kodo.ee.JDOEntityBean
Find a Collection of the persistent instances based on the JDOQL query.
ejbLoad() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The ejbLoad and ejbStore methods are used to acquire and close the PersistenceManager.
ejbLog(String) - Method in class com.solarmetric.kodo.ee.JDOBean
 
ejbLog(String, Throwable, PrintWriter) - Method in class com.solarmetric.kodo.ee.JDOBean
Allows the implementor to log messages.
ejbLog(String, Throwable, PrintWriter) - Method in class com.solarmetric.kodo.ee.JDOEntityBean
 
ejbLog(String, Throwable, PrintWriter) - Method in class com.solarmetric.kodo.ee.JDOSessionBean
 
ejbPassivate() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The ejbPassivate method sets the jdoInstance to null and closes the PersistenceManager.
ejbPassivate() - Method in class com.solarmetric.kodo.ee.JDOSessionBean
 
ejbPostCreate() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: An ejbPostCreate method is required for each ejbCreate method.
ejbRemove() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The ejbRemove method calls deletePersistent with the JDO instance as a parameter.
ejbRemove() - Method in class com.solarmetric.kodo.ee.JDOSessionBean
 
ejbStore() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
 
ELEMENT_DEPENDENT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Extension key used to mark first class object elements that should be deleted when the owning object is deleted.
embed(String) - Method in interface com.solarmetric.kodo.impl.jdbc.query.LiteralListener
The primary method which takes a single argument and transforms it into a single SQL block
EMPTY_BLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleBlobMapping
 
EMPTY_BLOB_STRING - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
EMPTY_CLOB - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleClobMapping
 
EMPTY_CLOB_STRING - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
end(Xid, int) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
endClass(String) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
endClassElement(String) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
endConfiguration() - Method in interface com.solarmetric.kodo.conf.Configurable
Invoked upon completion of configuration of this object
endConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
endConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
endConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
Subclasses that need to perform actions in Configurable.endConfiguration() must invoke this method.
endConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
Subclasses that need to perform actions in Configurable#endConfiguration must invoke this method.
endConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
endField() - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
endRelationTraversal() - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Reset the relation path.
endTransaction(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
enhance() - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Perform bytecode enhancements.
enhance(String, PrintStream, Configuration, boolean, ClassResolver) - Static method in class com.solarmetric.kodo.enhance.JDOEnhancer
Deprecated.  
enhance(String, PrintWriter, Configuration, boolean, ClassResolver) - Static method in class com.solarmetric.kodo.enhance.JDOEnhancer
Enhance the given class.
enhance(String, PrintWriter, Configuration, OutputProvider, boolean, ClassResolver) - Static method in class com.solarmetric.kodo.enhance.JDOEnhancer
Enhance the given class.
entrySet() - Method in class com.solarmetric.kodo.util.CacheMap
 
entrySet() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
entrySet() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
entrySet() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
entrySet() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
equals(Object) - Method in interface com.solarmetric.util.classes.ClassResolver
The equals method must be overridden in order to return true for any two ClassResolvers that will resolve classes and resources in exactly the same way.
equals(Object) - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
Returns true if the two JDOClassResolvers use the same list of ClassLoaders, since they will resolve classes in exactly the same way.
equals(Object) - Method in class com.solarmetric.datasource.StatementWrapper
 
equals(Object) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
equals(Object) - Method in class com.solarmetric.datasource.JDBCConnectionRequestInfo
 
equals(Object) - Method in class com.solarmetric.kodo.conf.Value
 
equals(Object) - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
Performs the equality check based on set property values from DefaultConfiguration.toProperties().
equals(Object) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
equals(Object) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
equals(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector
Two DataSourceConnectors are equal if their constituent username, password, and DataSource are equals.
equals(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
equals(Object) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
 
equals(Object) - Method in class com.solarmetric.kodo.util.ObjectIds.Id
 
equals(Object) - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
This returns true for all ContextClassResolvers, since they load classes in exactly the same way.
ERROR - Static variable in interface com.solarmetric.log.LogConstants
 
error(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with error log level.
error(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with error log level.
EventManager - interface com.solarmetric.kodo.ee.EventManager.
The EventManager interface allows applications to listen for JDO-related events.
eventOccured(SQLExecutionEvent) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
Generic dispatcher: redirects the event to the appropriate handler based on on the SQLExecutionEvent.getType() result.
eventOccured(SQLExecutionEvent) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionListener
 
evict(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
evictAll() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
evictAll(Class) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
evictAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
evictAll(Extent) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
evictAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
evictFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Evict the given instance.
exceptions(Throwable) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions
 
execute() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
execute(InteractionSpec, Record) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
execute(InteractionSpec, Record, Record) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
execute(NonSelectingSQL) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
execute(NonSelectingSQL) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer on the Connection, either in a batched or non-batched Statement or PreparedStatement.
execute(NonSelectingSQL, SQLExecutionCallback) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
execute(NonSelectingSQL, SQLExecutionCallback) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer on the Connection, either in a batched or non-batched Statement or PreparedStatement.
execute(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
execute(SQLBuffer) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer on the Connection, either in a batched or non-batched Statement or PreparedStatement.
execute(SQLBuffer, SQLExecutionCallback) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
execute(String) - Method in class com.solarmetric.datasource.StatementWrapper
 
execute(String, int) - Method in class com.solarmetric.datasource.StatementWrapper
 
execute(String, int[]) - Method in class com.solarmetric.datasource.StatementWrapper
 
execute(String, String[]) - Method in class com.solarmetric.datasource.StatementWrapper
 
executeBatch() - Method in class com.solarmetric.datasource.StatementWrapper
 
executeNow(NonSelectingSQL) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeNow(NonSelectingSQL) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given NonSelectingSQL immediately, returning the number of updates made.
executeNow(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeNow(SQLBuffer) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer update the specified Connection, either in a in a non-batched Statement or PreparedStatement.
executePreparedStatement(SQLBuffer[]) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
Execute the array of SQLBuffer statements as PreparedStatements and return an array of the update counts.
executePreparedStatementMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest PreparedStatement execution.
executePreparedStatementMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest PreparedStatement execution.
executePreparedStatements - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of PreparedStatements executed.
executePreparedStatementTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time taken on the execution of PreparedStatements.
executeQuery() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
executeQuery(ClassMapping, SQLExecutionManager, PreparedStatement, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Execute the given prepared statement loading instances through the given mapping.
executeQuery(ObjectSelect, Class, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Load all matching objects for the given query.
executeQuery(Select) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeQuery(Select) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given Select statement on the specified Connection, either in a batched or non-batched Statement or PreparedStatement.
executeQuery(Select, int, int) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeQuery(Select, int, int) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given Select statement on the specified Connection, either in a batched or non-batched Statement or PreparedStatement.
executeQuery(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeQuery(SQLBuffer) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer on the specified Connection, either in a batched or non-batched Statement or PreparedStatement.
executeQuery(SQLBuffer, int, int) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
executeQuery(SQLBuffer, int, int) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Execute the given SQLBuffer on the specified Connection, either in a batched or non-batched Statement or PreparedStatement.
executeQuery(String) - Method in class com.solarmetric.datasource.StatementWrapper
 
executeStatementMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest Statement executions.
executeStatementMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest Statement executions.
executeStatements - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of Statements that have been executed.
executeStatementTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time for all Statement executions.
executeUpdate() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
executeUpdate(String) - Method in class com.solarmetric.datasource.StatementWrapper
 
executeUpdate(String, int) - Method in class com.solarmetric.datasource.StatementWrapper
 
executeUpdate(String, int[]) - Method in class com.solarmetric.datasource.StatementWrapper
 
executeUpdate(String, String[]) - Method in class com.solarmetric.datasource.StatementWrapper
 
exists(Object, ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Verify that the given instance exists in the data store.
exists(Object, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
exists(Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
exists(PersistenceManagerImpl, Object, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Verify that a given instance exists in the data store.
EXPERT_OPTION - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
ExplicitBlobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitBlobMapping.
Represents the mapping of a field explicitly marked a BLOB by its metadata.
ExplicitBlobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitBlobMapping
 
ExplicitOracleBlobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitOracleBlobMapping.
Represents the mapping of a field explicitly marked a BLOB by its metadata.
ExplicitOracleBlobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitOracleBlobMapping
 
ExtensionHelper - class com.solarmetric.kodo.query.extensions.ExtensionHelper.
Helper class to help with dealing with extensions.
ExtensionHelper() - Constructor for class com.solarmetric.kodo.query.extensions.ExtensionHelper
 
Extensions - class com.solarmetric.kodo.meta.Extensions.
Base type for metadata classes that can be extended with vendor-specific information.
Extensions() - Constructor for class com.solarmetric.kodo.meta.Extensions
 
ExtentImpl - class com.solarmetric.kodo.runtime.ExtentImpl.
Abstract Extent implementation that takes care of everything but creating and closing iterators.
ExtentImpl(PersistenceManager, Class, boolean) - Constructor for class com.solarmetric.kodo.runtime.ExtentImpl
Constructor.
extraNameCharacters - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).

F

FATAL - Static variable in interface com.solarmetric.log.LogConstants
 
fatal(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with fatal log level.
fetchBooleanField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchByteField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchCharField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchDoubleField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchFloatField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchIntField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchLongField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchObjectField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchShortField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
fetchStringField(int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
FieldMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping.
A mapping between a field of a java class and its relational database representation.
FieldMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
 
FieldMetaData - class com.solarmetric.kodo.meta.FieldMetaData.
Holds metadata on a particular persistent or transactional field.
FilterListener - interface com.solarmetric.kodo.query.FilterListener.
The base class for all filter listeners.
finalize() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
finalize() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
finalize() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
finalize() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
findPersistenceManager(String, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Find a pooled PersistenceManager, or return null if none.
findPersistenceManager(String, String) - Method in class com.solarmetric.kodo.ee.EEFactoryHelper
Returns the PersistenceManager associated with the current global Transaction, or null if none.
findPersistenceManager(String, String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
 
FLOAT - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
floatFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
floatFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
floatToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
floatToSQL(float) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
floatToSQL(float) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
flush() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
flush() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
flush() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Flush any pending statements in the queue and retun an array of the number of update counts.
flush() - Method in class com.solarmetric.kodo.util.CacheMap
Remove unpinned items from the end of the LRU cache until the LRU cache size is less than or equal to the maximum.
flush() - Method in class com.solarmetric.log.LogOutputStream
 
flush(Collection) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Flush the given state manager collection to the datastore, returning a collection of user exceptions encountered during flushing.
flush(Collection) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
flush(Collection) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
flush(int) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
Internal method to try to flush out all references that are not present elsewhere.
fmds - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
forget(Xid) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
free() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
free(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DefaultResultObjectProvider
Closes the result set and statement used in the constructor.
free(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider
Closes the result set and its owning statement.
free(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Closes the result set and its owning statement.
free(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Optionally free the resources associated with this provider.
free(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter
 
free(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultObjectProvider
Optionally free the resources associated with this provider.
freeze() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Freezes the configuration of this factory.
freeze() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
freeze() - Method in interface com.solarmetric.kodo.conf.Configuration
Freeze this Configuration; if frozen, calls to #checkFrozen will throw a JDOUserException.
fromArray(Object) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Helper method to convert the given array to a collection.
fromPKValues(ClassMetaData, Object[]) - Static method in class com.solarmetric.kodo.util.ObjectIds
Return a new object id constructed from the given primary key values.
fromProperties(Properties) - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
fromProperties(Properties) - Method in interface com.solarmetric.kodo.conf.Configuration
Set this Configuration via the given Properties.
fromSQL(int, ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
fromSQL(int, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 

G

generateApplicationId() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Generates the sourcecode for the application id class; returns false if the class is invalid.
GenericDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.GenericDictionary.
Concrete implementation of the DBDictionary interface for generic SQL.
GenericDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.GenericDictionary
 
get() - Method in class com.solarmetric.kodo.conf.StringValue
 
get() - Method in class com.solarmetric.kodo.conf.IntegerValue
 
get() - Method in class com.solarmetric.kodo.conf.BooleanValue
 
get(int) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
get(int) - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
get(Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Return the cached object for the given key.
get(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
get(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
get(Object) - Method in class com.solarmetric.kodo.util.CacheMap
 
getAdapterName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getAdapterShortDescription() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getAdapterVendorName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getAdapterVersion() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getAddColumnSQL(Column) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a series of SQL statements to add the given column to its table, including the addition of any indexes on the column.
getAddColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getAddColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
PostgreSQL has special needs when altering PK columns.
getAddColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
getAdded() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getAdded() - Method in interface com.solarmetric.kodo.util.ChangeTracker
Return all the items that were added to this proxy.
getAdded() - Method in class com.solarmetric.kodo.util.ChangeManager
Returns the consolidated proxy additions.
getAdded() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getAdded() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getAdded() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getAdded() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getAdditionalBeanInfo() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getAlias(ResultSet, Column, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Returns the alias to use when looking up col in rs.
getApplicationIdCode() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return the code generated for the application id, or null if invalid class or the ApplicationIdTool.generateApplicationId() method has not been called.
getArrayCopy(Object) - Static method in class com.solarmetric.kodo.util.Proxies
 
getArrayCopy(Object, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a new array of the same component type as the given array and containing the same elements.
getArrayCopy(Object, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getAssociatedEvent() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getAutoCommit() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getBaseConnection() - Method in class com.solarmetric.datasource.ConnectionWrapper
Return the base underlying data store connection.
getBasePreparedStatement() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
Return the underlying data store prepared statement.
getBaseStatement() - Method in class com.solarmetric.datasource.StatementWrapper
Return the base underlying data store statement.
getBeanDescriptor() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getBigDecimalType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for java.math.BigDecimals.
getBigIntegerType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for java.math.BigIntegers.
getBlobType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for binary objects.
getBooleanExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a boolean.
getBooleanExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a boolean.
getBooleanField(PersistenceCapable, int, boolean) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getBooleanType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for booleans.
getBoundParameter() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
 
getBoundParameter() - Method in interface com.solarmetric.kodo.impl.jdbc.sql.SQLElement
Returns the bound parameter for inclusion on a PreparedStatement.
getBoundParameter() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral
 
getById(Object) - Method in class com.solarmetric.kodo.ee.JDOBean
 
getByteField(PersistenceCapable, int, byte) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getByteType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for bytes.
getCachedObjectById(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
getCacheMap() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
Returns the underlying CacheMap that this LocalCache is using.
getCacheReferenceSize() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getCacheReferenceSize() - Method in interface com.solarmetric.kodo.conf.Configuration
Returns the number of hard references to objects that the PersistenceManager's cache will retain.
getCacheSize() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
getCacheSize() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
Returns the maximum number of unpinned objects to keep hard references to.
getCacheSize() - Method in class com.solarmetric.kodo.util.CacheMap
Returns the maximum number of unpinned objects to keep hard references to.
getCacheValues() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
getCallbackExceptions() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
getCallbackExceptions() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Return all user exceptions thrown by callbacks since the end of the last transaction.
getCandidateClass() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
getCatalog() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getChangeManager() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getChangeManager() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getChangeManager() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getChangeManager() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getChangeManager() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getCharField(PersistenceCapable, int, char) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getCharType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for chars.
getClassMappingCandidateClasses() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Here to make life easy for people who overrode this in 2.2/2.3.
getClassMetaData() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return the ClassMetaData object for the class, or null if not persistence capable.
getClassMetaData() - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Return the ClassMetaData object for this class, or null if not persistence capable.
getClassName(Object) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
Return the String name of the class corresponding to val, or null if no mapping exists for val.
getClassResolver() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
 
getClassResolver(Class) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Returns a JDOClassResolver appropriate for use with cls.
getClassResolver(ClassLoader) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Returns a JDOClassResolver appropriate for use with l.
getClassResolver(StateManagerImpl) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Returns a JDOClassResolver appropriate for use with sm.
getClobType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for unlimited length Strings.
getCollectionCopy(Collection) - Static method in class com.solarmetric.kodo.util.Proxies
 
getCollectionCopy(Collection, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a new collection of the same type as the given one with a copy of all contained elements.
getCollectionCopy(Collection, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getCollectionProxy(Class, Class, Collection, Comparator, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a proxy for the given collection type.
getCollectionProxy(Class, Class, Collection, Comparator, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getCollectionProxy(Class, Class, Collection, Comparator, Object, String) - Static method in class com.solarmetric.kodo.util.Proxies
 
getColumn() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Index
 
getColumnAlias(Column) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Return the alias being used for the given column, given the current series of traversed relations.
getColumnDeclaration(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
This method can be overridden if the database does not support standard column declarations, which are in the form: <column-name> <sql-type> [NOT NULL].
getColumnDeclaration(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
getColumnDeclaration(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
This method can be overridden if the database does not support standard column declarations, which are in the form: <column-name> <sql-type> [NOT NULL].
getColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
getColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
getColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
getColumns() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.PrimaryTable
Return all columns of the primary table used only by this mapping.
getColumns() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
getColumns(String, Connection) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a ResultSet with all the column names in the given table.
getColumns(String, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getColumns(String, Connection) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
Oracle is very slow when retrieving column information from DatabaseMetaData.
getComparator() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
getComparator() - Method in interface com.solarmetric.kodo.util.ProxyMap
Return the comparator used in this map, or null if it is unordered or uses natural ordering.
getComparator() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyVector
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
getComparator() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getComparator() - Method in interface com.solarmetric.kodo.util.ProxyCollection
Return the comparator used in this collection, or null if it is unordered or uses natural ordering.
getConfiguration() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Return the configuration for this factory.
getConfiguration() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Return the JDO configuration for the persistence manager.
getConfiguration() - Method in class com.solarmetric.kodo.ee.EEFactoryHelper
 
getConfiguration() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
getConfiguration() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Returns the JDBCConfiguration set in this object upon creation.
getConfiguration() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Return the configuration used to create this mapping.
getConfiguration() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation
Return the mapping's configuration.
getConfiguration() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Return the configuration for this store.
getConfiguration() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Return the configuration in use by this tool.
getConnection() - Method in class com.solarmetric.datasource.StatementWrapper
 
getConnection() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnection() - Method in class com.solarmetric.datasource.ConnectionWrapper
Return the wrapped connection.
getConnection() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getConnection() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getConnection() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
getConnection() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Returns the Connection that is being used for this manager.
getConnection() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getConnection() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector
Obtain a Connection instance.
getConnection() - Method in interface com.solarmetric.kodo.impl.jdbc.runtime.Connector
Obtain a Connection instance.
getConnection() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Returns a Connection to the data store.
getConnection() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Return a connection to the database.
getConnection(ConnectionSpec) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getConnection(JDBCConnectionRequestInfo) - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnection(JDBCConnectionRequestInfo) - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Obtain a connection from the pool.
getConnection(JDBCConnectionRequestInfo) - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
getConnection(String, String) - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnection(Subject, ConnectionRequestInfo) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getConnectionDriverClass() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnectionDriverName() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionDriverName() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnectionDriverName() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionDriverName() - Method in interface com.solarmetric.kodo.conf.Configuration
Class name of the Connection Driver.
getConnectionFactory() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionFactory() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionFactory() - Method in interface com.solarmetric.kodo.conf.Configuration
The connection factory, possibly from JNDI.
getConnectionFactory() - Method in class com.solarmetric.kodo.ee.JDOBean
Obtain a ConnectionFactory.
getConnectionFactory(String) - Method in class com.solarmetric.kodo.ee.JDOBean
 
getConnectionFactory2() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionFactory2() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionFactory2() - Method in interface com.solarmetric.kodo.conf.Configuration
The connection factory, possibly from JNDI.
getConnectionFactory2Name() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionFactory2Name() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionFactory2Name() - Method in interface com.solarmetric.kodo.conf.Configuration
The name for the second data store connection factory.
getConnectionFactoryName() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionFactoryName() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionFactoryName() - Method in interface com.solarmetric.kodo.conf.Configuration
The name for the data store connection factory.
getConnectionFromFactory() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
Obtain a Connection from the connection factory, after validating it against the DBDictionary.isClosed(java.sql.Connection) method.
getConnectionPassword() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionPassword() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Return the password given on construction.
getConnectionPassword() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionPassword() - Method in interface com.solarmetric.kodo.conf.Configuration
The password for the data store connection.
getConnectionProperties() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionProperties() - Method in interface com.solarmetric.kodo.conf.Configuration
Get the properties string to apply to the connection factory.
getConnectionPropertiesProps() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
Returns the ConnectionFactory properties as a Properties object.
getConnectionPropertiesProps() - Method in interface com.solarmetric.kodo.conf.Configuration
Returns the ConnectionFactory properties as a Properties object.
getConnectionRequestInfo() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getConnectionTestTimeout() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnectionTestTimeout() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The number of seconds to wait between testing connections retrieved from the connection pool.
getConnectionTestTimeout() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getConnectionURL() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionURL() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnectionURL() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionURL() - Method in interface com.solarmetric.kodo.conf.Configuration
The URL for the data store connection.
getConnectionUserName() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getConnectionUserName() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Return the user name given on construction.
getConnectionUserName() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getConnectionUserName() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getConnectionUserName() - Method in interface com.solarmetric.kodo.conf.Configuration
The user name for the data store connection.
getConnector() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
getConnector() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Return the Connector in use by the SQLExecutionManager.
getConnector() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Returns a Connector, which can be used to obtain a Connection instance.
getConnector() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Return a Connector for establishing connections.
getContext() - Method in class com.solarmetric.kodo.ee.JDOBean
Return a lazily cached Context.
getContext() - Method in interface com.solarmetric.modules.jndi.ContextProvider
Return a properly initialized Context.
getContext() - Static method in class com.solarmetric.modules.jndi.ContextFactory
This method returns an instance of a Context by delegating the work to the cached ContextProvider.
getContextClassLoader() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getCopy(Collection) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
getCopy(Collection) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getCopy(Collection) - Method in class com.solarmetric.kodo.util.ProxyVector
 
getCopy(Collection) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
getCopy(Collection) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getCopy(Collection) - Method in interface com.solarmetric.kodo.util.ProxyCollection
This method should return a copy of the given collection; the copy should be of the same class as the superclass of this collection.
getCopy(Map) - Method in interface com.solarmetric.kodo.util.ProxyMap
This method should return a copy of the given map; the copy should be of the same class as the superclass of this collection.
getCopy(Map) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getCopy(Map) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getCopy(Map) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
getCopy(Map) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getCreateIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the SQL to create an index.
getCreateTableSQL(Table) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a series of SQL statements to create the given table, including any indexes it has.
getCreateTableSQL(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getCreateTableSQL(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
Override the standard create table SQL to add a table type.
getCustomCopy(Object, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a copy of the given object with the same information.
getCustomCopy(Object, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getCustomProxy(Object, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a proxy for the given object.
getCustomProxy(Object, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getDataCache() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDataCache() - Method in interface com.solarmetric.kodo.conf.Configuration
The L2 data cache.
getDataCache() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
Return the cache in use.
getDataCacheClass() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDataCacheClass() - Method in interface com.solarmetric.kodo.conf.Configuration
The class to use for level-2 data store caching.
getDataCacheProperties() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDataCacheProperties() - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration options for the data cache.
getDataColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Return the primary data column(s) for this mapping.
getDataSource() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getDatastoreId(Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Return the long object ID for the data in the current data of input.
getDataStoreIdClass(ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Return the class used by this StoreManager for datastore identity values.
getDataStoreIdClass(ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
getDataStoreIdClass(ClassMetaData) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
getDateCopy(Date) - Static method in class com.solarmetric.kodo.util.Proxies
 
getDateCopy(Date, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a copy of the given date with the same information.
getDateCopy(Date, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getDatePrecision() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the precision to which dates are stored in this type of data store.
getDatePrecision() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
getDateProxy(Date, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a proxy for the given date instance.
getDateProxy(Date, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getDateProxy(Date, Object, String) - Static method in class com.solarmetric.kodo.util.Proxies
 
getDateType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for Dates.
getDBMetaData() - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Get the DBMetaData for this dictionary.
getDBMetaData() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the DBMetaData for this Dictionary.
getDeclaredField(int) - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given relative index.
getDeclaredField(String) - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name, without including superclass fields.
getDeclaredFields() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return only the fields for this class, without superclass fields.
getDeclaredIndex() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the relative index of this persistent/transactional field.
getDefaultClassMappingClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the default ClassMapping implementation.
getDefaultClassMappingClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDefaultEventIndex() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDefaultFetchBatchSize() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDefaultFetchBatchSize() - Method in interface com.solarmetric.kodo.conf.Configuration
Get the size of the batch that will be pre-selected when accessing elements in a Query result.
getDefaultFetchThreshold() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDefaultFetchThreshold() - Method in interface com.solarmetric.kodo.conf.Configuration
Get the threshold below which result lists will be completely instantiated upon theircreation.
getDefaultPersistenceManagerFactoryClass() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDefaultPersistenceManagerFactoryClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDefaultPrimaryTable() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the default primary table used by this class.
getDefaultPropertyIndex() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getDefaultStringType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for default length Strings.
getDefaultSubclassProviderClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the default SubclassProvider implementation.
getDefaultSubclassProviderClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDefaultSubclassProviderProperties() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration properties for the subclass provider.
getDefaultSubclassProviderProperties() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDeferredRegistrations() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
getDescribedType() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the persistence capable class described by this metadata.
getDescriptor() - Method in class com.solarmetric.kodo.conf.Value
Returns a JavaBean PropertyDescriptor, which holds metadata about the configuration option.
getDescriptor() - Method in class com.solarmetric.kodo.conf.StringValue
 
getDictionary() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
getDictionary() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Returns the DBDictionary to use when creating SQL statements.
getDictionary() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Return the dictionary used to create this mapping.
getDictionary() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Obtain a DBDictionary that used this PersistenceManagerImpl's Connector.
getDictionary() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
getDictionary() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Return the DBDictionary in use.
getDictionary(Connector) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The DBDictionary to use.
getDictionary(Connector) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDictionary(Connector, JDBCConfiguration) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory
 
getDictionaryClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The dictionary class to use to define the RDBMS SQL information
getDictionaryClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDictionaryProperties() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration options for the dictionary.
getDictionaryProperties() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getDieOnInvalid() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return true if this tool is configured to throw an exception on an attempt to generate an id class for a type that does not use application identity.
getDirty() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return which fields are dirty; should not be modified.
getDistributedCache() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Returns true if this cache will use a distributed Tangosol cache; otherwise returns false.
getDocType() - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
getDoubleExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a double.
getDoubleExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a double.
getDoubleField(PersistenceCapable, int, double) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getDoubleType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for doubles.
getDropColumnSQL(Column) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a series of SQL statements to drop the given column from its table, including the deletion of any indices from the column.
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
PostgreSQL can't deal with dropping columns.
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
IDB can't deal with dropping columns.
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
DB2 can't deal with dropping columns.
getDropColumnSQL(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
getDropIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the SQL to drop an index.
getDropIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
getDropIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
getDropIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
 
getDropIndexSQL(Index) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
getDropTableSQL(Table) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a series of SQL statements to drop the given table, including any indexes it may have.
getDropTableSQL(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getEISProductName() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getEISProductName() - Method in class com.solarmetric.kodo.ee.EEPersistenceManagerMetaData
 
getEISProductName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getEISProductVersion() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getEISProductVersion() - Method in class com.solarmetric.kodo.ee.EEPersistenceManagerMetaData
 
getEISProductVersion() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getElementType() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the type of objects stored in the array/collection/map; defaults to Object if not specified, or null if this field does not represent an array/collection/map type.
getElementTypeCode() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the type code of objects stored in the array/collection/map, or -1 if not an array/collection/map.
getEnableQueryExtensions() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getEnableQueryExtensions() - Method in interface com.solarmetric.kodo.conf.Configuration
Allow filter extensions to be used
getErrorCode() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
getErrorCount() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getEventSetDescriptors() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getExtension() - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
getExtent(Class, boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getFetchDirection() - Method in class com.solarmetric.datasource.StatementWrapper
 
getFetchSize() - Method in class com.solarmetric.datasource.StatementWrapper
 
getField(int) - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given absolute index.
getField(String) - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the metadata for the persistent or transactional field with the given name.
getFieldFlag() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Returns the JDO flag type for this field.
getFieldMappingCandidateClasses() - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Returns a list of possible FieldMapping classes for use with this DBDictionary.
getFieldMappingCandidateClasses() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getFieldMappingCandidateClasses() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
getFields() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return all field metadatas, including superclass fields.
getFieldValues(Object, ClassMetaData, boolean) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Load the current data in input into a Map of FieldMetaData objects to Object values that should be stored in the loaded object.
getFile() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return the file that this tool should output to.
getFlatInheritanceMapping() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Return whether or not a flat inheritance mapping strategy should be used by default.
getFlatInheritanceMapping() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getFloatField(PersistenceCapable, int, float) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getFloatType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for floats.
getFormat() - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Return the MessageFormat String to use for SQL generation
getFormat() - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
Return the MessageFormat String to use as for SQL generation
getFullName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getGeneratedKeys() - Method in class com.solarmetric.datasource.StatementWrapper
 
getGeneratedName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DefaultNameGenerator
Obtain the generated name for the specified name.
getGeneratedName(String) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.NameGenerator
Obtain the generated name for the specified name.
getGeneratedName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.MD5NameGenerator
Obtain the generated name for the specified name.
getHoldability() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getIcon(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getID() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
getIdentityType() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the type of JDO identity being used.
getIgnoreCache() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getIgnoreCache() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getIgnoreCache() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getIgnoreCache() - Method in interface com.solarmetric.kodo.conf.Configuration
The default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreErrors() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
If true, SQLExceptions thrown during schema manipulation will be printed but ignored.
getImplData(Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the associated implementation object for the given key, if any.
getImplementorClasses(Class) - Static method in class com.solarmetric.kodo.conf.Services
 
getImplementorClasses(String) - Static method in class com.solarmetric.kodo.conf.Services
Return an array of Class objects of all known service implementors of the specified class name (as resolved by the current thread's context class loader).
getImplementorClasses(String, ClassLoader, boolean) - Static method in class com.solarmetric.kodo.conf.Services
Return an array of Class objects of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getImplementors(Class) - Static method in class com.solarmetric.kodo.conf.Services
Return an array of Strings of class names of all known service implementors of the specified interface or class.
getImplementors(String) - Static method in class com.solarmetric.kodo.conf.Services
Return an array of Strings of class names of all known service implementors of the specified class name (as resolved by the current thread's context class loader).
getImplementors(String, ClassLoader) - Static method in class com.solarmetric.kodo.conf.Services
Return an array of Strings of class names of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getIncrement() - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Return the increment to us when updating the sequence table.
getIndex() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getIndex() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the absolute index of this persistent/transactional field.
getIndex(ResultSet, Column, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Returns the index of col in rs, or 0 if the column could not be found.
getIndex(ResultSet, FieldMapping) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Returns the index of the first column of fm in rsor 0 if the column could not be found.
getIndicatorColumnName() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
Returns the name of the subclass indicator column used by this mapping/provider combination.
getIndicatorColumns() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Returns the columns that store the indicator value.
getIndicatorColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
getIndicatorColumnSQLType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
Returns the SQLTypes type constant for the indicator column used by this mapping/provider combination.
getIndicatorColumnSQLType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
 
getInstance() - Static method in class com.solarmetric.kodo.enhance.DefaultOutputProvider
 
getInstance() - Static method in class com.solarmetric.kodo.util.ImplHelper
Return an instanceof the JDOImplHelper.
getInstance(Class) - Static method in class com.solarmetric.kodo.meta.ClassMetaData
Deprecated.  
getInstance(Class, ClassResolver) - Static method in class com.solarmetric.kodo.meta.ClassMetaData
Factory method to obtain metadata for a given persistent type.
getInstance(Class, ClassResolver, JDOMetaDataParser, boolean) - Static method in class com.solarmetric.kodo.meta.ClassMetaData
Factory method to obtain metadata for a given persistent type.
getInstance(ClassMetaData) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the ClassMapping for the given ClassMetaData instance, or null if none.
getInstance(Class, PersistenceManagerImpl) - Static method in class com.solarmetric.kodo.meta.ClassMetaData
Factory method to obtain metadata for a given persistent type.
getInstance(Extensions) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Return the Mapping bound to the given metadata.
getInstance(FieldMetaData) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Return the FieldMapping for the given FieldMetaData, creating it if necessary.
getInstance(FieldMetaData, boolean) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
 
getInstantiatedCount() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
getInstantiatedCount() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
getInstantiatedCount() - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultList
Returns the number of objects that are currently instantiated internally in this list.
getInteractionSpecsSupported() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getIntExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as an int.
getIntExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as an int.
getIntField(PersistenceCapable, int, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getIntType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for ints.
getIterator() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
Return an iterator over this extent.
getIterator() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
 
getJDBCConfiguration() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
getJDBCType() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
Return a type that JDBC can understand.
getJDBCType(int) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
Returning a mapping from Kodo defined types to java.sql.Types types, for use in translating unknown PreparedStatement parameters into SQL types.
getJDOState() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the JDO state that this object is in.
getJNDIName() - Method in class com.solarmetric.kodo.ee.JDOBean
Returns the name that we should check in JNDI for the bound ConnectionFactory.
getKeyColumn() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Return the key in this map.
getKeyColumn() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.Key
Return the key column of the mapping.
getKeyType() - Method in class com.solarmetric.kodo.meta.FieldMetaData
The type of objects used as keys in the map; defaults to Object if not specified, or null if this field is not a map.
getKeyTypeCode() - Method in class com.solarmetric.kodo.meta.FieldMetaData
The type code of objects used as keys in the map.
getKnownConnectionURLList() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
Allows a subclass to provide a list of example drivers, for use in a graphical component.
getKnownConnectionURLList() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getKnownConnectionURLList() - Static method in class com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory
Returns a sample list of known JDBC URLs, for use in a graphical component.
getKnownDriverList() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
Allows a subclass to provide a list of example drivers, for use in a graphical component.
getKnownDriverList() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Return a list of the known drivers for the Configuration.
getKnownDriverList() - Static method in class com.solarmetric.kodo.impl.jdbc.schema.DBDictionaryFactory
Returns a sample list of known JDBC drivers, for use in a graphical component.
getLastConnectionTestTime() - Method in class com.solarmetric.datasource.ConnectionWrapper
The time in milliseconds when this connection was last tested.
getLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getLenStringType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for limited length Strings.
getLicenseKey() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getLicenseKey() - Method in interface com.solarmetric.kodo.conf.Configuration
The runtime license key for Kodo.
getLoaded() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return which fields are loaded; should not be modified.
getLoadResultSet(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
getLocaleType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for java.util.Locales.
getLocalhost() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
getLocalTransaction() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getLocalTransaction() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getLockColumn() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the column used to track the optimistic lock version of the class.
getLog() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
getLog() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return the stream being used for logging, or null if none.
getLog() - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Return the stream being used for logging, or null if none.
getLoginTimeout() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getLogLevel(short) - Method in class com.solarmetric.log.LogAdapter
Returns a String representation of the specified log level.
getLogWriter() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getLogWriter() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
getLogWriter() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getLongField(PersistenceCapable, int, long) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getLongType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for longs.
getManagedConnectionFactory() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getManagedObjects() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API Extension.
getManagedRuntime() - Method in interface com.solarmetric.kodo.ee.EEConfiguration
The plugin to use for integrating with a managed runtime.
getManagedRuntime() - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
getManagedRuntimeClass() - Method in interface com.solarmetric.kodo.ee.EEConfiguration
The class name of the managed runtime to use for managed environments.
getManagedRuntimeClass() - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
getManagedRuntimeProperties() - Method in interface com.solarmetric.kodo.ee.EEConfiguration
Configuration options for the managed runtime class.
getManagedRuntimeProperties() - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
getManager() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getManager() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Returns the SQLExecutionManager currently in use by this SchemaTool.
getMapCopy(Map) - Static method in class com.solarmetric.kodo.util.Proxies
 
getMapCopy(Map, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a new map of the same type as the given one with a copy of all contained key/value pairs.
getMapCopy(Map, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getMapProxy(Class, Class, Class, Map, Comparator, Object, String) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return a proxy for the given map type.
getMapProxy(Class, Class, Class, Map, Comparator, Object, String) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
getMapProxy(Class, Class, Class, Map, Comparator, Object, String) - Static method in class com.solarmetric.kodo.util.Proxies
 
getMaxColumnNameLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getMaxConnections() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getMaxFieldSize() - Method in class com.solarmetric.datasource.StatementWrapper
 
getMaxIndexNameLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getMaxIndexNameLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
 
getMaxPool() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getMaxPool() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getMaxPool() - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
 
getMaxPool() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
getMaxPool() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getMaxPool() - Method in interface com.solarmetric.kodo.conf.Configuration
The maximum number of connections in the connection pool.
getMaxRows() - Method in class com.solarmetric.datasource.StatementWrapper
 
getMaxSize() - Method in class com.solarmetric.datasource.PreparedStatementCache
Return the maximum size of the cache.
getMaxTableNameLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getMaxTableNameLength() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
 
getMessage() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
getMessageListener() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
Returns a MessageListener capable of understanding and processing messages created by JMSCache.createMessage(java.util.Map, java.util.Map, java.util.Collection).
getMessages() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Returns the accumulated messages from the verification that has been performed thus far.
getMetaData() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the metadata for the managed type.
getMetaData() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
getMetaData() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getMetaData() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getMetaData() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getMetaData() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getMetaData() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Return the metadata for the primary data column.
getMetaData() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the ClassMetaData instance this mapping is installed on.
getMetaData(Object, ClassResolver) - Static method in class com.solarmetric.kodo.util.ObjectIds
Return the least-derived concrete registered persistent class for the given oid.
getMethodDescriptors() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getMinPool() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getMinPool() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getMinPool() - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
 
getMinPool() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
getMinPool() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getMinPool() - Method in interface com.solarmetric.kodo.conf.Configuration
The minimum number of connections in the connection pool.
getMoreResults() - Method in class com.solarmetric.datasource.StatementWrapper
 
getMoreResults(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
getMsWait() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getMsWait() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getMsWait() - Method in interface com.solarmetric.kodo.conf.Configuration
The number of milliseconds to wait for an available connection from the connection pool before throwing a JDODatastoreException.
getMultithreaded() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getMultithreaded() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getMultithreaded() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getMultithreaded() - Method in interface com.solarmetric.kodo.conf.Configuration
The default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Index
 
getName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
getName() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the name of the described field.
getNameTruncationVersion() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the name truncation version to use.
getNext(Class, Connector) - Method in interface com.solarmetric.kodo.impl.jdbc.SequenceFactory
Return a unique primary key value for the given class.
getNext(Class, Connector) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
 
getNext(Class, Connector) - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassDBSequenceFactory
 
getNext(Class, Connector) - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Gets the next id by pulling the next value from the sequence
getNext(Class, Connector) - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
Get the next sequence from the proper table defined in the metadata.
getNextException() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
getNextVersion() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the pending version indicator after successful commit.
getNontransactionalRead() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getNontransactionalRead() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getNontransactionalRead() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getNontransactionalRead() - Method in interface com.solarmetric.kodo.conf.Configuration
The default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getNontransactionalWrite() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getNontransactionalWrite() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getNontransactionalWrite() - Method in interface com.solarmetric.kodo.conf.Configuration
The default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNullValue() - Method in class com.solarmetric.kodo.meta.FieldMetaData
How the data store should treat null values for this field: FieldMetaData.NULL_NONE: leave null values as null in the data store FieldMetaData.NULL_EXCEPTION: throw an exception if this field is null at commit FieldMetaData.NULL_DEFAULT: use the database default if this field is null at commit Defaults to FieldMetaData.NULL_NONE.
getObjectById(Object, boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getObjectById(Object, Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
getObjectByIdFilter(Object, Object, boolean, boolean, boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getObjectExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value of an extension.
getObjectExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value of an extension.
getObjectField(PersistenceCapable, int, Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getObjectId() - Method in class com.solarmetric.kodo.ee.ObjectEvent
 
getObjectId(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getObjectId(Object, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Finds the index of the first column in the set of PK cols for meta, and delegates loading the PK values to the corresponding ClassMapping.
getObjectId(Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
 
getObjectId(Object, ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Determine the id of the current data in input.
getObjectId(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getObjectId(PersistenceManagerImpl, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the object id for the object stored in the current row of the given result set.
getObjectIdClass() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the metadata-specified class to use for the object ID, or null if not specified.
getObjectIdClass(Class) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOObjectFactory
 
getOid() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the object ID of the instance.
getOpenPersistenceManager() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Returns any open PersistenceManagerImpl for this factory.
getOptimistic() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getOptimistic() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getOptimistic() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getOptimistic() - Method in interface com.solarmetric.kodo.conf.Configuration
The default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptimisticLockVersion(Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Return the optimistic lock version object for the data in the current data of input.
getOptimisticLockVersion(StateManagerImpl, ROPInfo) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Return the optimistic lock version object for the data in the current data of input.
getOrderBy() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Return the ORDER BY values, or null if none.
getOrderColumn() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
Return the column of the table this Collection is stored in which holds the ordering of the value of the Collection.
getOrderColumn() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
Return the column of the table this Collection is stored in which holds the ordering of the value of the Collection.
getOwner() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the owning metadata for this field.
getOwner() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyVector
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyDate
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
getOwner() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getOwner() - Method in interface com.solarmetric.kodo.util.Proxy
Return the owning object.
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyVector
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyDate
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
getOwnerFieldName() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getOwnerFieldName() - Method in interface com.solarmetric.kodo.util.Proxy
Return the owning field name.
getParameterMetaData() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
getPassword() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
getPersistenceCapable() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the PersistenceCapable instance managed by this StateManager.
getPersistenceCapableInstance() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
Return the wrapped PersistenceCapable object for this bean instance.
getPersistenceCapableSuperclass() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return the persistence capable superclass of the described type, or null if the metadata did not specify one.
getPersistenceManager() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getPersistenceManager() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getPersistenceManager() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the owning PersistenceManagerImpl.
getPersistenceManager() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
getPersistenceManager() - Method in class com.solarmetric.kodo.ee.ObjectEvent
 
getPersistenceManager() - Method in class com.solarmetric.kodo.ee.JDOBean
Obtain a PersistenceManagerFactory from JNDI.
getPersistenceManager() - Method in class com.solarmetric.kodo.ee.TransactionEvent
 
getPersistenceManager() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getPersistenceManager() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Return the PersistenceManager this StoreManager is owned by.
getPersistenceManager() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
 
getPersistenceManager() - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
 
getPersistenceManager() - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Return the PersistenceManagerImpl that objects loaded by this provider should be loaded into.
getPersistenceManager(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getPersistenceManager(String, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getPersistenceManager(String, String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getPersistenceManagerClass() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getPersistenceManagerClass() - Method in interface com.solarmetric.kodo.conf.Configuration
The class name of the PersistenceManager type to create.
getPersistenceManagerFactory() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getPersistenceManagerFactory() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
getPersistenceManagerFactory(Properties) - Static method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Factory method for constructing a PersistenceManagerFactory from properties.
getPersistenceManagerFactory(Properties) - Static method in class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
Factory method for constructing a PersistenceManagerFactory from properties.
getPersistenceManagerFactory(Properties) - Static method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getPersistenceManagerFactoryClass() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getPersistenceManagerFactoryClass() - Method in interface com.solarmetric.kodo.conf.Configuration
Class name of the PersistenceManagerFactoryClass implementation
getPersistenceManagerProperties() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getPersistenceManagerProperties() - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration options for the persistence manager.
getPersistentClass() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
 
getPersistentClasses() - Static method in class com.solarmetric.kodo.util.ImplHelper
 
getPersistentClasses(ClassLoader) - Static method in class com.solarmetric.kodo.util.ImplHelper
Return a list of all the classes that can be accessed by the specified ClassLoader.
getPersistentTypeNames() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getPersistentTypeNames() - Method in interface com.solarmetric.kodo.conf.Configuration
Returns an array of names of the persistent types in the PersistentTypes property, or null if no types were listed in the property.
getPersistentTypes() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getPersistentTypes() - Method in interface com.solarmetric.kodo.conf.Configuration
Returns a list of persistent types that are to be registered every time a PersistenceManager is obtained from a PersistenceManagerFactory.
getPinnedKeys() - Method in class com.solarmetric.kodo.util.CacheMap
Returns the keys to the objects currently pinned into memory.
getPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Return the primary key columns of the owning class.
getPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Return the primary key columns of the owning class.
getPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
Return the primary key columns of the owning class.
getPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
Return the primary key columns of the owning class.
getPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the primary key column(s) of the class' primary table.
getPKColumns(Table) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the primary key column(s) for a particular primary table.
getPlatform() - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return the name of the platform for the DB type handled; for example, Oracle
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the title of this database platform, used for display only.
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DaffodilDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.CloudscapeDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
getPlatform() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
getPort() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
getPrefix() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.Msg
 
getPreparedStatement() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
Return the wrapped prepared statement.
getPreparedStatementSQL() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Obtain the String key can can be used to look up an equivalent PreparedStatement in a Map of String:PreparedStatement.
getPrimaryMappingFields(PersistenceManagerImpl, boolean, ClassResolver, DBDictionary, BitSet, BitSet) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Returns an array of all FieldMetaData objects to load when loading primary mappings for this class.
getPrimaryMappingFields(PersistenceManagerImpl, FieldMetaData[], Set, BitSet, BitSet) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Returns the primary table field meta datas from the given list that are either in the dfg or in the forcedFields bit set.
getPrimaryTable(FieldMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the primary table used by this class for this field.
getPrimaryTables() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
 
getProperties() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getProperties() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getProperty() - Method in class com.solarmetric.kodo.conf.Value
Returns the property name that will be used when setting or getting this value in a Properties object.
getPropertyDescriptors() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getProxyManager() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getProxyManager() - Method in interface com.solarmetric.kodo.conf.Configuration
The proxy manager.
getProxyManagerClass() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getProxyManagerClass() - Method in interface com.solarmetric.kodo.conf.Configuration
The manager for second class object proxies.
getProxyManagerProperties() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getProxyManagerProperties() - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration for the proxy manager.
getQueryFilterListeners() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getQueryFilterListeners() - Method in interface com.solarmetric.kodo.conf.Configuration
set the FilterListeners properties
getQueryTimeout() - Method in class com.solarmetric.datasource.StatementWrapper
 
getQuoteNumbers() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return whether number values should be quoted when being inserted.
getRecordFactory() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getRecordName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
getRecordShortDescription() - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
getRefColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Return the columns of the table this Collection is stored in which hold the PK values of the owning object.
getRefColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Return the columns of the table this Collection is stored in which hold the PK values of the owning object.
getReference() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
getRegisteredClasses() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
getRelationPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
getRelationPKColumns() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation
Return the primary key column(s) of the related object.
getRelationPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
getRelationPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
getRelationPKColumns() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
getRelationType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
getRelationType() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation
Return the type the mapping relates to.
getRelationType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
getRelationType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
getRelationType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
getRemoved() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
getRemoved() - Method in interface com.solarmetric.kodo.util.ChangeTracker
Return all the items that were removed from this proxy.
getRemoved() - Method in class com.solarmetric.kodo.util.ChangeManager
Returns the consolidated proxy removals.
getRemoved() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
getRemoved() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
getRemoved() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
getRemoved() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
getRestoreValues() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getRestoreValues() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getRestoreValues() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getRestoreValues() - Method in interface com.solarmetric.kodo.conf.Configuration
The default RestoreValues setting for all PersistenceManager instances obtained from this factory.
getResultList() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
Return a ResultList that can be used to access all the data in this extent.
getResultList(ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider
Retrieve a ResultList (implementation of List) that is populated by objects created from rs.
getResultList(ResultSet) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Retrieve a ResultList (implementation of List) that is populated by objects created from rs.
getResultObject(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter
 
getResultObject(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultObjectProvider
Instantiate the desired object from the current data in input.
getResultSet() - Method in class com.solarmetric.datasource.StatementWrapper
 
getResultSet() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getResultSetConcurrency() - Method in class com.solarmetric.datasource.StatementWrapper
 
getResultSetHoldability() - Method in class com.solarmetric.datasource.StatementWrapper
 
getResultSetInfo() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getResultSetType() - Method in class com.solarmetric.datasource.StatementWrapper
 
getRetainValues() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
getRetainValues() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getRetainValues() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getRetainValues() - Method in interface com.solarmetric.kodo.conf.Configuration
The default RetainValues setting for all PersistenceManager instances obtained from this factory.
getROPInfo(Object, Object, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Implementations that override this method should also override initialize and load.
getROPInfo(Object, Object, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Default implementation invokes CustomResultObjectProviderImpl.getFieldValues(java.lang.Object, com.solarmetric.kodo.meta.ClassMetaData, boolean) to obtain the values of all persistent fields to set in the object, and then stores this information in a PCData.
getROPInfo(Object, Object, ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Create a CustomResultObjectProvider.ROPInfo object that will be suitable for use in a subsequent CustomResultObjectProvider.load(com.solarmetric.kodo.runtime.StateManagerImpl, java.util.BitSet, boolean, com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo) or CustomResultObjectProvider.initialize(com.solarmetric.kodo.runtime.StateManagerImpl, com.solarmetric.kodo.runtime.JDOState, com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo) call.
getRuntimeLog() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
getSchemaName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Return the schema to act on.
getSecondaryTable() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
getSecondaryTable() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
getSecondaryTable() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
getSecondaryTable() - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SecondaryTable
Return the secondary table used by this mapping.
getSelects() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Return the selected columns, or null if none.
getSequenceFactory(Connector) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The SequenceFactory to use.
getSequenceFactory(Connector) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSequenceFactoryClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the SequenceFactory implementation.
getSequenceFactoryClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSequenceFactoryProperties() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration properties for the sequence factory.
getSequenceFactoryProperties() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSequenceName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Return the name of the sequence used
getShortField(PersistenceCapable, int, short) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getShortType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for shorts.
getSimulateLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
If true, we will pretend to allow pessimistic transactions even though the underlying data store does not support pessimistic locking.
getSize() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
Return the size of the result set in this ResultList.
getSourceBytecode() - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Return the bytecode representation of the class being enhanced.
getSourceType() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return the type we are generating an application id for.
getSpecVersion() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
getSql() - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
getSQLBuffer() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Return the SQLBuffer to be used for exeucting the statement;
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Delete
 
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
 
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Insert
 
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
 
getSQLBuffer() - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
getSQLExecutionListener() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Create an instance of the JDBCConfiguration.getSQLExecutionListenerClass() class.
getSQLExecutionListener() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSQLExecutionListenerClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The static class for listening to SQLExecutionEvents.
getSQLExecutionListenerClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSQLExecutionManager() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSQLExecutionManager() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Return a SQLExecutionManager for interaction with the database; if there is a transaction in progress the connection will be transactionally consistent.
getSQLExecutionManagerClass() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class to use for managing SQL execution.
getSQLExecutionManagerClass() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getSQLState() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
getSQLType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
Returns the SQLType code for this concrete LOB implementation.
getSQLType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.BlobMapping
 
getSQLType() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClobMapping
 
getSQLTypeMap() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Returns the type map setup in the AbstractDictionary.setupSQLTypeMap(com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap) method.
getStackTrace(Throwable) - Static method in class com.solarmetric.log.LogAdapter
Utility method to obtain a stack trace as a String.
getState(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
getState(Object, boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
getStatement() - Method in class com.solarmetric.datasource.StatementWrapper
Return the wrapped statement.
getStatement() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getStatementCacheMax() - Method in class com.solarmetric.datasource.DataSourceImpl
 
getStatementCacheMaxSize() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The size of the statement re-use cache.
getStatementCacheMaxSize() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getStatementExecutionTimeout() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The timout for Statement execution (in seconds).
getStatementExecutionTimeout() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
The timout for Statement execution (in seconds).
getStatementSQL() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Obtain the raw SQL that can be used in a Statement.
getStoreCharsAsStrings() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Get whether we want to store char values as String objects in the data store.
getStoreLargeNumbersAsStrings() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getStoreManager() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
getStoreManager() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
Return the internal store manager.
getString() - Method in class com.solarmetric.kodo.conf.Value
 
getString() - Method in class com.solarmetric.kodo.conf.StringValue
 
getString() - Method in class com.solarmetric.kodo.conf.IntegerValue
 
getString() - Method in class com.solarmetric.kodo.conf.BooleanValue
 
getStringExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a String.
getStringExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Get the value as a String.
getStringField(PersistenceCapable, int, String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getStringType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL type for limited length Strings.
getSubclasses() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
 
getSubclasses(PersistenceManagerImpl) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Return a list of known persistent subclasses of the mapped type.
getSubclasses(PersistenceManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
getSubclassesDifferentMapping(ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return a list of known persistent subclasses of the mapped type that map to more tables than this mapping.
getSubclassesSameMapping(ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return a list of known persistent subclasses of the mapped type that map to exactly the same set of tables as this mapping.
getSubclassProvider() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Return the SubclassProvider responsible for providing subclass services for this mapping.
getSubject() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getSupportsSelectForUpdate() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
Return whether this version of MySQL supports the 'SELECT FOR UPDATE' SQL clause.
getSynchronization() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getSynchronizeSchema() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Automatically refresh the schema for all persistent types seen.
getSynchronizeSchema() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Automatically refresh the schema for all persistent types seen.
getTable() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getTable(String) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Look up a Table object with the given name.
getTableName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Return the table name to use to store sequence ids.
getTableName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Return the table name to run sequence queries against.
getTableName() - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
Return the table name to run sequence queries against.
getTables() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Return a list of tables used in this statement
getTables(Connection) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Return a ResultSet with all the tables in the database.
getTables(Connection) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
getTables(Connection) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InterbaseDictionary
 
getTableType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
Return the MySQL table type to use when creating tables.
getTag() - Method in interface com.solarmetric.kodo.query.FilterListener
Return the tag that this listener is listening to.
getTangosolCache() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Returns the underlying NamedCache that this TangosolCache is using.
getTangosolCacheName() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Returns the name of the Tangosol cache to use.
getTime() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getTotalSize() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
Returns the size of the connection pool + the size of the taken connections.
getTransactionalObjectId(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getTransactionalObjectId(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
getTransactionalObjects() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API Extension.
getTransactionIsolation() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getTransactionIsolation() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The transaction isolation that will be used when starting JDBC transactions.
getTransactionIsolation() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
The transaction isolation that will be used when starting JDBC transactions.
getTransactionIsolationLevel() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Return the transaction isolation as a Connection transaction constant.
getTransactionIsolationLevel() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Return the transaction isolation as a Connection transaction constant.
getTransactionManager() - Method in class com.solarmetric.kodo.ee.JNDIManagedRuntime
 
getTransactionManager() - Method in interface com.solarmetric.kodo.ee.ManagedRuntime
Return the TransactionManager for the managed runtime.
getTransactionManager() - Method in class com.solarmetric.kodo.ee.InvocationManagedRuntime
 
getTransactionManager() - Method in class com.solarmetric.kodo.ee.AutomaticManagedRuntime
 
getTransactionManagerMethod() - Method in class com.solarmetric.kodo.ee.InvocationManagedRuntime
Return the method to invoke to get the TransactionManager.
getTransactionManagerName() - Method in class com.solarmetric.kodo.ee.JNDIManagedRuntime
Return the location of the TransactionManager in JNDI.
getTransactionTimeout() - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
getType() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
 
getType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
getType() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Index
 
getType() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the class of the described field.
getType(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL column type for the given symbolic constant type.
getType(int, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Return the SQL column type for the given symbolic constant type.
getType(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Finds the index of the first column in the set of subclass indicator columns for meta, and delegates loading the type to the corresponding SubclassProvider.
getType(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Determine which concrete class the current data in input represents.
getType(PersistenceManagerImpl, ClassResolver, Object) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
Return a Class object given that val was stored in this mapping's indicator column.
getType(PersistenceManagerImpl, ClassResolver, Object) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
 
getType(PersistenceManagerImpl, ResultSet, int, ClassResolver) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Return the class of the object stored in the current row of the given result set.
getType(PersistenceManagerImpl, ResultSet, int, ClassResolver) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
getTypeCode() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return the type code of the described field.
getTypeConstant(Class, int) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
Provides a standard mapping from java classes, including primitives and their wrapper types, to the proper SQLTypes constant.
getTypeConstant(int, int) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
Provides a standard mapping from FieldMetaData type codes to the correct SQL type.
getTypeMap() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getUnboundParameter() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
 
getUnboundParameter() - Method in interface com.solarmetric.kodo.impl.jdbc.sql.SQLElement
Returns the parameter as a String suitable for embedding in a SQL Statement.
getUnboundParameter() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral
 
getUpdateCount() - Method in class com.solarmetric.datasource.StatementWrapper
 
getUseBatchedStatements() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Batch together multiple similiar statements for faster execution.
getUseBatchedStatements() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getUsePreparedStatements() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Use cache-able PreparedStatment objects for all JDBC access.
getUsePreparedStatements() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getUserName() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getUserName() - Method in class com.solarmetric.kodo.ee.EEPersistenceManagerMetaData
 
getUserName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
getUserName() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
getUserObject() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
getUseSoftTransactionCache() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getUseSoftTransactionCache() - Method in interface com.solarmetric.kodo.conf.Configuration
Return true if the PersistenceManager should maintain soft references to objects in the transactional cache.
getValidateConnections() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Specify whether we want to validate a Connection by issuing a small SQL statement.
getValidateConnectionSQL() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Returns the SQL query used to validate that a SQL Connection is in a valid state.
getValidColumnName(String) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Make any necessary changes to the given column name to make it valid for the current DB.
getValidColumnName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Limits column names to getMaxTableNameLength()-1 plus an 'X' that is appended to the end of the given name to avoid SQL keyword conflicts.
getValidIndexName(String) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Make any necessary changes to the given index name to make it valid for the current DB.
getValidIndexName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Limits index names to getMaxIndexNameLength()-1 plus an 'I' that is appended to the end of the given name to avoid SQL keyword conflicts.
getValidIndexName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
Limits index names to getMaxIndexNameLength()-1 plus an 'I' that is appended to the end of the given name to avoid SQL keyword conflicts.
getValidIndexName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
Limits index names to getMaxIndexNameLength()-1 plus an 'I' that is appended to the end of the given name to avoid SQL keyword conflicts.
getValidTableName(String) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Make any necessary changes to the given table name to make it valid for the current DB.
getValidTableName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Limits table names to getMaxTableNameLength()-1 plus an 'X' that is appended to the end of the given name to avoid SQL keyword conflicts.
getValue() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
Return the raw object value.
getValue(PersistenceManagerImpl) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Return an object to be stored in this mapping's indicator column.
getValue(PersistenceManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
getValue(PersistenceManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
 
getValues() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
getValues() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
getVersion() - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the current version indicator.
getVersionInformation() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Return a string describing this factory version, such as "JDBC Enterprise".
getVersionInformation() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
getVersionInformation() - Method in class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
 
getWarnings() - Method in class com.solarmetric.datasource.StatementWrapper
 
getWarnings() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
getWarnings() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
getWarnOnPersistentTypeFailure() - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Warn (rather than throw an exception) when the class in the data store's persistent metadata is not found.
getWarnOnPersistentTypeFailure() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
getWhere() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Return the WHERE portion of the SQL statement.
getWhere() - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
getXAResource() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 

H

handle(InputStream) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener
Process an InputStream containing objects written by SocketDistributedCache.broadcastUpdate(java.util.Map, java.util.Map, java.util.Collection).
hasExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Return true if the extension with the given key exists.
hasExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Return true if the extension with the given key exists.
hashCode() - Method in interface com.solarmetric.util.classes.ClassResolver
This method must be overridden for the standard hashCode() contract that is used when overriding the equals methos.
hashCode() - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
 
hashCode() - Method in class com.solarmetric.datasource.StatementWrapper
 
hashCode() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
hashCode() - Method in class com.solarmetric.kodo.conf.Value
 
hashCode() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
Computes hash code based on set property values from DefaultConfiguration.toProperties().
hashCode() - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
hashCode() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
hashCode() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector
 
hashCode() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
Returns the hashCode of an internally held identity object, so that the entire list does not need to be traversed in order to calculate the hashCode.
hashCode() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
 
hashCode() - Method in class com.solarmetric.kodo.util.ObjectIds.Id
 
hashCode() - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
hasNext() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
hasNext() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
hasNext() - Method in class com.solarmetric.kodo.util.ProxyIterator
 
hasPrevious() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
hasPrevious() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
hasSecondClassObjectFields() - Method in class com.solarmetric.kodo.meta.ClassMetaData
 
hasSubclasses() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
HSQLDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary.
Implementation of the DBDictionary interface for Hypersonic SQL.
HSQLDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
HSQLTCKDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary.
Implementation of the DBDictionary interface for Hypersonic SQL, used to pass the JDO TCK.
HSQLTCKDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 

I

id - Variable in class com.solarmetric.kodo.util.ObjectIds.Id
The primary key value.
ID_APPLICATION - Static variable in class com.solarmetric.kodo.meta.ClassMetaData
Constant representing the 'application' JDO identity type.
ID_DATASTORE - Static variable in class com.solarmetric.kodo.meta.ClassMetaData
Constant representing the 'datastore' JDO identity type.
ID_NONDURABLE - Static variable in class com.solarmetric.kodo.meta.ClassMetaData
Constant representing the 'nondurable' JDO identity type.
ID_NONE - Static variable in class com.solarmetric.kodo.meta.ClassMetaData
Deprecated. Use ID_NONDURABLE instead.
identifierQuoteString - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
ImplHelper - class com.solarmetric.kodo.util.ImplHelper.
Provide static access to the JDOImplHelper without the need for security checks.
ImplHelper() - Constructor for class com.solarmetric.kodo.util.ImplHelper
 
includesClass(Extent, Class) - Static method in class com.solarmetric.kodo.runtime.ExtentImpl
API extension.
index - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
Index - class com.solarmetric.kodo.impl.jdbc.schema.Index.
Represents a database index.
INDICATOR_VALUE - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
The JDO metadata extension key under which the integer indicator value is stored.
INFO - Static variable in interface com.solarmetric.log.LogConstants
 
info(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with info log level.
info(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with info log level.
InformixDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.InformixDictionary.
Dictionary for Informix.
InformixDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.InformixDictionary
 
initDefaults() - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
initialize(ClassMapping) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
Ensure that an integer value is specified for this class mapping.
initialize(ClassMapping, Column[]) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Initialize this subclass provider for cm.
initialize(ClassMapping, Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
initialize(ClassMapping, Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
Intercept the initialization routines so we can extract a reference to the class mapping and do some validation.
initialize(ClassMapping, Table) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Initialize this subclass provider for cm.
initialize(ClassMapping, Table) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
initialize(ClassMapping, Table) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
Intercept the initialization routines so we can extract a reference to the class mapping and do some validation.
initialize(PersistenceCapable, JDOState) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Initialize this state manager with the managed persistence capable object and the proper JDO lifecycle state.
initialize(PersistenceManagerFactoryImpl, StoreManager, String, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Initialize the persistence manager.
initialize(PersistenceManagerFactoryImpl, StoreManager, String, String, EEFactoryHelper) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
Initialize the persistence manager with the given factory helper; this also takes care of synching the manager on the current global transaction, if any.
initialize(StateManagerImpl, JDOState, CustomResultObjectProvider.ROPInfo) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Initializes sm with the data in info, transitioning its JDO state to state.
initialize(StateManagerImpl, JDOState, Object) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Initialize the given StateManager.
initialize(StateManagerImpl, JDOState, Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
initialize(StateManagerImpl, JDOState, Object) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
initialize(StateManagerImpl, JDOState, ROPInfo) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
 
initialize(StateManagerImpl, JDOState, ROPInfo) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Casts info.data to a @{link PCData} and delegates the loading of fields to it.
initTypeMap() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
InMemoryLiteralListener - interface com.solarmetric.kodo.query.InMemoryLiteralListener.
Internal listener to map customLiteral in InMemoryExpressionFactory
InMemoryMethodListener - interface com.solarmetric.kodo.query.InMemoryMethodListener.
Internal listener to map customMethod in InMemoryExpressionFactory
Insert - class com.solarmetric.kodo.impl.jdbc.sql.Insert.
Abstraction of a SQL INSERT statement.
Insert(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Insert
 
Insert(Insert, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Insert
 
insert(Insert, Object, int, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
insert(Insert, Object, int, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
insert(Insert, Object, int, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
 
insert(Insert, Object, int, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
 
insert(Insert, Object, Object, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
insert(Insert, Object, Object, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
insert(Insert, Object, Object, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
insert(Insert, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
insert(Insert, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
insert(Insert, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
insert(Insert, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
insert(Insert, StateManagerImpl, int) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StorePrimary
Insert the given field into the primary table for this mapping.
insert(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
insert(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
 
insert(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
insert(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
insert(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StoreSecondary
Insert the given field into the secondary table for this mapping.
insert(StateManagerImpl, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Inserts the given instance into the database.
insert(StateManagerImpl, Table, Insert) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Adds the appropriate SQL to insert to insert the subclass indicator values into currentTable.
insert(StateManagerImpl, Table, Insert) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
insertElementAt(Object, int) - Method in class com.solarmetric.kodo.util.ProxyVector
 
insertsAreDetected(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
 
install(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
installOneToOneMapping(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
installOneToOneMapping(FieldMetaData, JDBCConfiguration, ClassResolver, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
InstantDBDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary.
Implementation of the DBDictionary interface for InstantDB.
InstantDBDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
 
INTEGER - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
IntegerSubclassProvider - class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider.
SubclassProvider implementation that uses an integer as a subclass indicator value in the database rather than the full classname.
IntegerSubclassProvider() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
 
IntegerValue - class com.solarmetric.kodo.conf.IntegerValue.
 
IntegerValue(String, int, Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.IntegerValue
 
InteractionSpecImpl - class com.solarmetric.kodo.impl.jdbc.ee.InteractionSpecImpl.
No-op InteractionSpecImpl for JCA support.
InteractionSpecImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.InteractionSpecImpl
 
InterbaseDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.InterbaseDictionary.
Dictionary for Interbase 6.0.
InterbaseDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.InterbaseDictionary
 
InterfaceMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping.
A mapping for fields of interface types.
InterfaceMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
intFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
intFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
intToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
intToSQL(int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
intToSQL(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
INVERSE - Static variable in interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation
Metadata extension key used to mark the name of the inverse field in a two-sided relation.
InvocationManagedRuntime - class com.solarmetric.kodo.ee.InvocationManagedRuntime.
Implementation of the ManagedRuntime interface that uses a static method call to find the TransactionManager.
InvocationManagedRuntime() - Constructor for class com.solarmetric.kodo.ee.InvocationManagedRuntime
 
invoke(DatabaseMetaData, String, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
 
invoke(DatabaseMetaData, String, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
 
invoke(DatabaseMetaData, String, String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
 
isActive() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
isActive() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Returns true if there is a data store transaction active.
isApplicationIdentity() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Return true if the class uses application identity, false otherwise.
isCached(Class) - Static method in class com.solarmetric.kodo.meta.ClassMetaData
Return true if the metadata for type has already been parsed.
isCatalogAtStart - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClosed() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
isClosed() - Method in class com.solarmetric.datasource.StatementWrapper
 
isClosed() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
isClosed() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
isClosed() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
isClosed() - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultList
Returns true if the list has been closed.
isClosed(Connection) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Some JDBC drivers do not validate the state of the Connection when Connection.isClosed() is invoked.
isClosed(Connection) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Validate the state of the specified Connection.
isCustomProxyType(Class) - Method in interface com.solarmetric.kodo.util.ProxyManager
Return true if cls is a type that is handled by ProxyManager.getCustomCopy(java.lang.Object, java.lang.Object, java.lang.String) or ProxyManager.getCustomProxy(java.lang.Object, java.lang.Object, java.lang.String).
isCustomProxyType(Class) - Method in class com.solarmetric.kodo.util.SimpleProxyManager
 
isDebugEnabled() - Method in class com.solarmetric.log.LogAdapter
Is debug logging currently enabled?
isDeleted(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isDependent() - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
isDirty(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isDistinct() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Return true if this is a DISTINCT query.
isElementDependent() - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
isEmbedded() - Method in class com.solarmetric.kodo.meta.FieldMetaData
This attribute is a hint to the JDO implementation to store this field in the same instance as the class, rather than as a separate datastore instance.
isEmbeddedElement() - Method in class com.solarmetric.kodo.meta.FieldMetaData
A hint to the JDO implementation on whether the arary/collection/map values should be stored as part of the instance rather than as their own instances in the data store.
isEmbeddedKey() - Method in class com.solarmetric.kodo.meta.FieldMetaData
A hint to the JDO implementation on whether the map keys should be stored as part of the instance rather than as their own instances in the data store.
isEmpty() - Method in class com.solarmetric.kodo.util.CacheMap
 
isEnhanced() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Returns true if the class has been enhanced.
isError() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.Msg
 
isErrorEnabled() - Method in class com.solarmetric.log.LogAdapter
Is error logging currently enabled?
isExplicit() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return true if the field is explicitly marked persistent or transactional in the metadata.
isFatalEnabled() - Method in class com.solarmetric.log.LogAdapter
Is fatal logging currently enabled?
isFrozen() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
isFrozen() - Method in interface com.solarmetric.kodo.conf.Configuration
Return true if this Configuration has been frozen.
isGlobalTransactionActive() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
isInDefaultFetchGroup() - Method in class com.solarmetric.kodo.meta.FieldMetaData
Return true if the field should be fetched at once along with all other default fetch group fields, rather than individually.
isIndexed() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
isInfoEnabled() - Method in class com.solarmetric.log.LogAdapter
Is info logging currently enabled?
isInverse() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
isKeyDependent() - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
isLoaded(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isLogEnabled(short) - Method in class com.solarmetric.log.LogAdapter
Check to see if the specified logging level is enabled.
isLogging(boolean) - Method in class com.solarmetric.datasource.DataSourceImpl
 
isNew(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isPersistenceCapable() - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Return true if the class being enhanced is a PersistenceCapable type.
isPersistent() - Method in class com.solarmetric.kodo.meta.FieldMetaData
If false, the field is transactional but not persistent.
isPersistent(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isPrimaryKey() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
isPrimaryKey() - Method in class com.solarmetric.kodo.meta.FieldMetaData
If true, the field was specified in the meta data to be a primary key field.
isReadOnly - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the database in read-only mode?
isReadOnly() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
isReadOnly() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
Return true if this mapping has been set read only, and will not insert, update, or delete values.
isReadOnly() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
Ordered M-M mappings are never read-only.
isReadOnly(FieldMetaData, FieldMetaData) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
isRunning - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener
Should be set to true once the listener is listening.
isSameRM(XAResource) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
isTraceEnabled() - Method in class com.solarmetric.log.LogAdapter
Is trace logging currently enabled?
isTraceEnabled(boolean) - Method in class com.solarmetric.datasource.DataSourceImpl
 
isTransactional(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
isUpdate() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Return true if this is a FOR UPDATE query.
isValid() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Return true if at least one table has been set for this SQL statement.
isValid() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
 
isValid() - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
 
isValidInverse(FieldMetaData, FieldMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
determine first if there is an inverse.
isWarnEnabled() - Method in class com.solarmetric.log.LogAdapter
Is warning logging currently enabled?
iterator() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
 
iterator() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
iterator() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Obtain an interator the the list of SQL Statements.
iterator() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyValueCollection
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyVector
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyEntrySet
 
iterator() - Method in class com.solarmetric.kodo.util.ProxyKeySet
 

J

JDBC - Static variable in class com.solarmetric.datasource.DataSourceImpl
 
JDBCConfiguration - interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration.
Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
JDBCConnectionRequestInfo - class com.solarmetric.datasource.JDBCConnectionRequestInfo.
 
JDBCConnectionRequestInfo() - Constructor for class com.solarmetric.datasource.JDBCConnectionRequestInfo
 
JDBCConnectionRequestInfo(String, String) - Constructor for class com.solarmetric.datasource.JDBCConnectionRequestInfo
 
JDBCExtent - class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent.
JDBC Extent implementation.
JDBCExtent(Class, boolean, JDBCStoreManager) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
 
JDBCPersistenceManagerFactory - class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory.
PersistenceManagerFactory type for use with the JDBC runtime.
JDBCPersistenceManagerFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Default constructor.
JDBCPersistenceManagerFactory(InputStream) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Create a factory that will access the data store with a Properties instantiated from the specified InputStream.
JDBCPersistenceManagerFactory(JDBCConfiguration) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Construct the factory with the given option settings.
JDBCPersistenceManagerFactory(Properties) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Create a factory that will access the data store with the specified Properties.
JDBCSimpleConfiguration - class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration.
Simple implementation of the JDBCConfiguration interface.
JDBCSimpleConfiguration() - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Default constructor.
JDBCSimpleConfiguration(boolean) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
JDBCSimpleConfiguration(InputStream) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Constructor to access the properties taken from the specified stream
JDBCSimpleConfiguration(Properties) - Constructor for class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Instantiate a JDBCSimpleConfiguration from a Properties object.
JDBCStoreManager - class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.
StoreManager plugin for the common JDO runtime environent that uses JDBC to store persistent data in a relational data store.
JDBCStoreManager() - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
jdbcVersion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
The version of the JDBC specification in use: either 1, 2, or 3.
JDOBean - class com.solarmetric.kodo.ee.JDOBean.
Base JDO-aware EnterpriseBean class.
JDOBean() - Constructor for class com.solarmetric.kodo.ee.JDOBean
 
JDOClassResolver - class com.solarmetric.kodo.runtime.JDOClassResolver.
An imeplementation of ClassResolver that behaves in strict accordance to section 12.5 of the JDO specification:
JDOConnectionFactory - class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory.
JCA ConnectionFactory for obtaining PersistenceManagers.
JDOConnectionFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
JDOConnectionFactory(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
JDOConnectionFactory(Properties) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
JDOConnectionFactoryMetaData - class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData.
Enterprise Edition ConnectionFactory that implements ConnectionFactory
JDOConnectionFactoryMetaData() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
JDOConnectionRequestInfo - class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo.
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
JDOConnectionRequestInfo(ConnectionSpec) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
JDOEnhancer - class com.solarmetric.kodo.enhance.JDOEnhancer.
Bytecode enhancer used to create PersistenceCapable classes from JDO metadata.
JDOEnhancer(BCClass, Configuration, ClassResolver) - Constructor for class com.solarmetric.kodo.enhance.JDOEnhancer
Constructor.
JDOEntityBean - class com.solarmetric.kodo.ee.JDOEntityBean.
Base class that can be used to implement a BMP Entity Bean with a wrapped JDO persistent instance.
JDOEntityBean() - Constructor for class com.solarmetric.kodo.ee.JDOEntityBean
 
JDOMetaDataParser - class com.solarmetric.kodo.meta.JDOMetaDataParser.
Custom SAX parser used by the system to quickly parse JDO metadata files.
JDOMetaDataParser(ClassResolver) - Constructor for class com.solarmetric.kodo.meta.JDOMetaDataParser
 
JDOObjectFactory - class com.solarmetric.kodo.impl.jdbc.ee.JDOObjectFactory.
 
JDOObjectFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.JDOObjectFactory
 
JDOSessionBean - class com.solarmetric.kodo.ee.JDOSessionBean.
Base class that can be used to implement a SessionBean.
JDOSessionBean() - Constructor for class com.solarmetric.kodo.ee.JDOSessionBean
 
JDOVersion - class com.solarmetric.kodo.conf.JDOVersion.
This class contains version information for JDO.
JDOVersion() - Constructor for class com.solarmetric.kodo.conf.JDOVersion
 
JMSCache - class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache.
A distributed cache implementation that uses a JMS Topic for broadcasting change notifications.
JMSCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
 
JNDIException - exception com.solarmetric.modules.jndi.JNDIException.
Error in the JNDI system.
JNDIException() - Constructor for class com.solarmetric.modules.jndi.JNDIException
 
JNDIException(String) - Constructor for class com.solarmetric.modules.jndi.JNDIException
 
JNDIException(String, Throwable) - Constructor for class com.solarmetric.modules.jndi.JNDIException
 
JNDIException(Throwable) - Constructor for class com.solarmetric.modules.jndi.JNDIException
 
JNDIManagedRuntime - class com.solarmetric.kodo.ee.JNDIManagedRuntime.
Implementation of the ManagedRuntime interface that uses JNDI to find the TransactionManager.
JNDIManagedRuntime() - Constructor for class com.solarmetric.kodo.ee.JNDIManagedRuntime
 
join(Column[], Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Join the given columns.
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Join this mapping to the given select statement.
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
join(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
joinKey(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
joinKey(ObjectSelect) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.Key
Join the key of this mapping to the given select statement.
joinKey(ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
joinRelation(ClassMapping, Column[], Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Join the given columns, where the second column represents the traversal into a new relation.
joinRelation(Relation, Column[], Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Join the given columns, where the second column represents the traversal into a new relation.

K

Key - interface com.solarmetric.kodo.impl.jdbc.ormapping.Key.
Represents a mapping that contains key as well as value information, such such as the various Map mappings.
KEY_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Metadata extension key used to mark the name of the key column for this map.
KEY_COL_INDEX - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Metadata extension key used to mark the key column as indexed.
KEY_COL_LENGTH - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Metadata extension key used to mark the key column length.
KEY_DEPENDENT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Extension key used to mark first class object keys that should be deleted when the owning object is deleted.
keySet() - Method in class com.solarmetric.kodo.util.CacheMap
 
keySet() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
keySet() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
keySet() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
keySet() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 

L

LazyResultList - class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList.
Lazy ResultList implementation.
LENSTRING - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
list() - Method in class com.solarmetric.kodo.runtime.ExtentImpl
API extension.
list() - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
listIterator() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
listIterator() - Method in class com.solarmetric.kodo.runtime.objectprovider.EagerResultList
 
listIterator() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
listIterator() - Method in class com.solarmetric.kodo.util.ProxyVector
 
listIterator() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
listIterator(int) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
listIterator(int) - Method in class com.solarmetric.kodo.util.ProxyVector
 
listIterator(int) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
LiteralListener - interface com.solarmetric.kodo.impl.jdbc.query.LiteralListener.
Implementors of this interface are defining listeners which listen for lit:TAG on query filters to append to the generated where clause.
load(InputStream) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
load(StateManagerImpl, BitSet, boolean, CustomResultObjectProvider.ROPInfo) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Loads fields into sm.
load(StateManagerImpl, BitSet, boolean, ROPInfo) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
 
load(StateManagerImpl, BitSet, boolean, ROPInfo) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
Casts info.data to a @{link PCData} and delegates the loading of fields to it.
load(StateManagerImpl, int, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
load(StateManagerImpl, int, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
load(StateManagerImpl, int, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
load(StateManagerImpl, int, ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadPrimary
Load the value of this mapping from the ResultSet produced by the Select passed to the LoadPrimary.select(com.solarmetric.kodo.impl.jdbc.sql.Select) method.
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadSecondary
Load the value of this mapping for the given instance.
load(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
load(StateManagerImpl, Object, BitSet, boolean) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Load the given StateManager.
load(StateManagerImpl, Object, BitSet, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
load(StateManagerImpl, Object, BitSet, boolean) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
loadByPK(StateManagerImpl, JDOState, SQLExecutionManager, BitSet, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Load the object referenced by sm.
loadDefaults() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
Invoke this method to load default values from properties.
loadFieldValues(ResultSet, StateManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Load the current row in rs into sm by looking in rs for columns with aliases corresponding to the mapping information for the fields in meta.
LoadPrimary - interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadPrimary.
Represents a field mapping that loads from the primary table for the class the field belongs to.
loadPrimaryMappings(StateManagerImpl, ResultSet, FieldMetaData[], int, JDOState) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Load the primary mappings selected in the ClassMapping.selectPrimaryMappings(com.solarmetric.kodo.runtime.PersistenceManagerImpl, com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect, com.solarmetric.kodo.impl.jdbc.SQLExecutionManager, com.solarmetric.kodo.meta.FieldMetaData[], boolean) methods into the given StateManager.
loadProperties(InputStream) - Static method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
LoadSecondary - interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadSecondary.
Represents a field mapping that loads from a table apart from the primary table of the class or that should not be included in the initial SELECT.
LobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping.
Represents the mapping of a locator object column in the owning class' primary table.
LobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
LocalCache - class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache.
A single-PersistenceManagerFactory cache.
LocalCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
LOCALE - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
localeFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
localeToPreparedParameter(PreparedStatement, int, Locale) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
localeToSQL(Locale) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
LOCK_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Metadata extension key used to mark the name of the optimistic lock column for this class.
lock() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Synchronizes on an internal lock.
lock() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Synchronizes on an internal lock if the Multithreaded flag is set to true.
LOG_CACHE - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_CONF - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_ENHANCE - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_JDBC - Static variable in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
 
LOG_METADATA - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_QUERY - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_RUNTIME - Static variable in interface com.solarmetric.kodo.conf.Configuration
 
LOG_SCHEMA - Static variable in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
 
LOG_SQL - Static variable in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
 
log(short, String, Throwable) - Method in class com.solarmetric.log.LogAdapter
Send the specified log message to the handler.
log(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
Log the message to the logging framework.
log(String, Connection, boolean) - Method in class com.solarmetric.datasource.DataSourceImpl
Log a message to the source's stream.
log(String, Connection, Throwable, boolean) - Method in class com.solarmetric.datasource.DataSourceImpl
 
log(String, Throwable) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
Log the message to the logging framework.
LogAdapter - class com.solarmetric.log.LogAdapter.
A simple adapter to allow the implementation of a Log).
LogAdapter() - Constructor for class com.solarmetric.log.LogAdapter
 
LogConstants - interface com.solarmetric.log.LogConstants.
Constant logging levels.
LogOutputStream - class com.solarmetric.log.LogOutputStream.
Many standard components log to OutputStreams.
LogOutputStream(Log, int) - Constructor for class com.solarmetric.log.LogOutputStream
Constructor.
LONG - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
longFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
longFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
longToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
longToSQL(long) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
longToSQL(long) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
lookup(String) - Static method in class com.solarmetric.kodo.conf.Configurations
Looks up the given name in JNDI.
lookup(String, Class) - Method in class com.solarmetric.kodo.ee.JDOBean
Utility method to lookup and narrow a name in JNDI.
lookupConnectionFactory(Context) - Method in class com.solarmetric.kodo.ee.JDOBean
 

M

main(JDBCConfiguration, String, boolean, String, String[], boolean, ClassResolver) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Utility method to run the schematool on all items in args.
main(JDBCConfiguration, String, boolean, String, String[], boolean, ClassResolver, Log, Log) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
main(String[]) - Static method in class com.solarmetric.kodo.conf.JDOVersion
 
main(String[]) - Static method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Usage: java com.solarmetric.kodo.enhance.JDOEnhancer [option]* <class name | .class file | .jdo file>+
main(String[]) - Static method in class com.solarmetric.kodo.enhance.JDOEnhancer
Usage: java com.solarmetric.kodo.enhance.JDOEnhancer [option]* <class name | .class file | .jdo file>+
main(String[]) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Usage: java com.solarmetric.kodo.impl.jdbc.MetaDataVerifier [class name | .class file | .jdo file]+
main(String[]) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Usage: java com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory [option]* -action <add | drop | increment>
main(String[]) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.ClassDBSequenceFactory
Usage: java com.solarmetric.kodo.impl.jdbc.schema.ClassDBSequenceFactory [option]* -action <add | drop | increment> -class classname
main(String[]) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Usage: java com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory [option]* -action <increment>
main(String[]) - Static method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Usage: java com.solarmetric.kodo.impl.schema.SchemaTool [option]* -action <add | refresh | drop> <class name | .class file | .jdo file<*
main(String[], PrintStream) - Static method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
 
MAJOR_RELEASE - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
makeDirty(Object, String) - Static method in class com.solarmetric.kodo.util.Proxies
Used by proxy types to dirty their owner.
makeDirty(PersistenceCapable, String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
makeNontransactional(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeNontransactionalAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeNontransactionalAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeNontransactionalFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Make the given instance non-transactional.
makePersistent(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makePersistentAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makePersistentAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makePersistentFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Make the given instance persistent.
makeTransactional(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransactionalAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransactionalAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransactionalFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Make the given instance transactional.
makeTransient(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransientAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransientAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
makeTransientFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Make the given instance transient.
ManagedConnectionFactoryImpl - class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl.
 
ManagedConnectionFactoryImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
ManagedConnectionImpl - class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl.
A mostly no-op managed connection that exists for the convenient obtaining of a ConnectionFactory.
ManagedConnectionImpl(JDOConnectionFactory, ManagedConnectionFactoryImpl, Subject, ConnectionRequestInfo) - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
ManagedRuntime - interface com.solarmetric.kodo.ee.ManagedRuntime.
This interface must be implemented by concrete plugins to application servers in order to integrate the JDO runtime in a managed environment.
manager - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
ManyToManyMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping.
Represents a M-M mapping with a persistent object type.
ManyToManyMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
MapMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping.
The MapMapping holds an additional column: the key column.
MapMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.MapMapping
 
mapping - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
Mapping - class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.
Abstract base type for class and field mappings.
MAPPING - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Metadata extension key used to install mappings onto metadata.
Mapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
 
markTransactionalObjectDirty(StateManagerImpl) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
maxBinaryLiteralLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
How many hex characters can you have in an inline binary literal?
maxCatalogNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a catalog name?
maxCharLiteralLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the max length for a character literal?
maxColumnNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the limit on column name length?
maxColumnsInGroupBy - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of columns in a "GROUP BY" clause?
maxColumnsInIndex - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of columns allowed in an index?
maxColumnsInOrderBy - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of columns in an "ORDER BY" clause?
maxColumnsInSelect - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of columns in a "SELECT" list?
maxColumnsInTable - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of columns in a table?
maxConnections - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
How many active connections can we have at a time to this database?
maxCursorNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum cursor name length?
maxIndexLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of an index (in bytes)?
maxProcedureNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a procedure name?
maxRowSize - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a single row?
maxSchemaNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length allowed for a schema name?
maxStatementLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a SQL statement?
maxStatements - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
How many active statements can we have open at one time to this database?
maxStatementTracking - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The number of slow statements we will track.
maxTableNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a table name?
maxTablesInSelect - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum number of tables in a SELECT statement?
maxUserNameLength - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the maximum length of a user name?
MD5NameGenerator - class com.solarmetric.kodo.impl.jdbc.schema.MD5NameGenerator.
An implementation of NameGenerator that generates names based on the MD5 sum of the specified target name.
MD5NameGenerator() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.MD5NameGenerator
 
meta - Variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
meta - Variable in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo
The ClassMetaData that data represents.
MetaDataVerifier - class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.
Verifies that metadata for persistence capable types is consistent with the capabilities of the O/R mapping layer.
MetaDataVerifier.Msg - class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.Msg.
Represents a message to the user about the metadata verification.
MetaDataVerifier.Msg(String, Object[]) - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.Msg
 
MetaDataVerifier(Configuration, ClassMetaData) - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Constructor.
MethodListener - interface com.solarmetric.kodo.impl.jdbc.query.MethodListener.
Implementors of this interface are defining listeners which listen for ext:TAG on query filters to append to the generated where clause.
MICRO - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
MILLI - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
MINOR_RELEASE - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
MultiLoaderClassResolver - class com.solarmetric.kodo.util.MultiLoaderClassResolver.
An implementation of ClassResolver that to uses multiple ClassLoader objects for class resolution.
MultiLoaderClassResolver(Class) - Constructor for class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
MultiLoaderClassResolver(Class[]) - Constructor for class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
MultiLoaderClassResolver(ClassLoader) - Constructor for class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
MultiLoaderClassResolver(ClassLoader[]) - Constructor for class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
MultiLoaderClassResolver(Collection) - Constructor for class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
MySQLDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary.
Implementation of the DBDictionary interface for MySQL.
MySQLDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 

N

NameGenerator - interface com.solarmetric.kodo.impl.jdbc.schema.NameGenerator.
A NameGenerator is an interface to how name generation should take place in the database.
NANO - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
nativeSQL(String) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
newCache() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Returns a new NamedCache for use as the underlying data cache.
newCacheAwareConnection(Connection) - Method in class com.solarmetric.datasource.PreparedStatementCache
Return a Connection wrapper that is aware of this cache and will use it when possible.
newCacheMap() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
Returns a new CacheMap for use as the underlying data cache.
newConnectionFactory() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Instantiate a connection factory from the current configuration.
newConnectionFactory() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
newDataStoreId(ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Create a new unique datastore identity for the given type.
newDataStoreId(ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
newDataStoreId(ClassMetaData) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newDataStoreId(String, ClassMetaData) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Create a new unique datastore identity for the given type from the given string.
newDataStoreId(String, ClassMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
newDataStoreId(String, ClassMetaData) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newExtent(boolean, JDBCStoreManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Returns an ExtentImpl for the class managed by this ClassMapping, optionally including subclasses.
newExtent(ClassMetaData, boolean) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Return an extent of the given candidate class, optionally including subclasses.
newExtent(ClassMetaData, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
newExtent(ClassMetaData, boolean) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newFilterExtensions() - Method in interface com.solarmetric.kodo.runtime.StoreManager
Return a FilterExtensions implementation for use in queries.
newFilterExtensions() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
newFilterExtensions() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newInstance(Class, Class, Map, Comparator) - Method in interface com.solarmetric.kodo.util.ProxyMap
This method should return a new proxy of the same concrete type as the implementing class.
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashMapCT
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyTreeMapCT
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
newInstance(Class, Class, Map, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashtableCT
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyVector
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyTreeSetCT
 
newInstance(Class, Collection, Comparator) - Method in interface com.solarmetric.kodo.util.ProxyCollection
This method should return a new proxy of the same concrete type as the implementing class.
newInstance(Class, Collection, Comparator) - Method in class com.solarmetric.kodo.util.ProxyHashSetCT
 
newManagedObjectCache() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Create a new Map to be used for the managed object cache.
newObjectIdInstance(Class, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newPCData(StateManagerImpl) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newPersistenceManager(String, String, StoreManager) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Return a PersistenceManager configured with the proper settings.
newPersistenceManager(String, String, StoreManager) - Method in class com.solarmetric.kodo.impl.jdbc.ee.EEPersistenceManagerFactory
 
newQuery() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Class) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Class, Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Class, Collection, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Class, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Extent) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Extent, String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(String, Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
newQuery(String, Object) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Return a query implementation suitable for this runtime.
newQuery(String, Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
newQuery(String, Object) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
newSocketCacheListener() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
Creates a new SocketCacheListener configured to listen on the appropriate port/protocol for a given SocketDistributedCache implementation.
newSocketCacheListener() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
newSocketCacheListener() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TCPCache
 
newStoreManager() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Return a new StoreManager for this runtime.
newStoreManager() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
next() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
next() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
next() - Method in class com.solarmetric.kodo.util.ProxyIterator
 
nextIndex() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
nextIndex() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
NonSelectingSQL - class com.solarmetric.kodo.impl.jdbc.sql.NonSelectingSQL.
Base abstraction of a non-selecting SQL statement.
NonSelectingSQL(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.NonSelectingSQL
 
NonSelectingSQL(NonSelectingSQL, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.NonSelectingSQL
 
not() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
NOT the previous WHERE clause.
NotificationObject - class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject.
Utility structure to hold the IDs of additions, updates, and deletes.
NotificationObject() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
 
NotificationObject(Map, Map, Collection) - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
 
notifyClosed(Class) - Method in interface com.solarmetric.kodo.enhance.OutputProvider
notify implementations that the enhancer has finished work on the class's bytecode and that the stream given prior has been closed.
notifyClosed(Class) - Method in class com.solarmetric.kodo.enhance.DefaultOutputProvider
 
NToManyMapMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping.
Represents a Map of simple keys to First Class Object values.
NToManyMapMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
NULL_DEFAULT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Constant specifying to use a datastore default value to persist null values in object fields.
NULL_EXCEPTION - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Constant specifying to throw an exception when attempting to persist null values in object fields.
NULL_NONE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Constant specifying to use a datastore null to persist null values in object fields.
nullPlusNonNullIsNull - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC CompliantTM driver always returns true.
nullsAreSortedAtEnd - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are NULL values sorted high?
nullsAreSortedLow - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are NULL values sorted low?
NUMBER_FORMAT - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
numericFunctions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets a comma-separated list of math functions.

O

OBJECT_KEY - Static variable in class com.solarmetric.kodo.impl.jdbc.ee.JDOObjectFactory
 
objectDeleted(ObjectEvent) - Method in interface com.solarmetric.kodo.ee.ObjectEventListener
Notification that a persistent object has been removed from the data store.
ObjectEvent - class com.solarmetric.kodo.ee.ObjectEvent.
Event type representing a change to a persistent object.
ObjectEvent(EEPersistenceManager, Object) - Constructor for class com.solarmetric.kodo.ee.ObjectEvent
 
ObjectEventListener - interface com.solarmetric.kodo.ee.ObjectEventListener.
An entity that wishes to be notified on changes to persistent instances.
objectFromSQL(int, ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Catch-all responsible for converting any type not converted using one of the methods above.
objectIdFromString(String, ClassResolver) - Static method in class com.solarmetric.kodo.util.ObjectIds
 
ObjectIds - class com.solarmetric.kodo.util.ObjectIds.
Utility class for manipulating JDO object IDs.
ObjectIds.Id - class com.solarmetric.kodo.util.ObjectIds.Id.
Type for generated data store identity classes.
ObjectIds.Id() - Constructor for class com.solarmetric.kodo.util.ObjectIds.Id
Default constructor.
ObjectIds.Id(long, Class) - Constructor for class com.solarmetric.kodo.util.ObjectIds.Id
Construct with the given unique identifier and type.
ObjectIds.Id(String) - Constructor for class com.solarmetric.kodo.util.ObjectIds.Id
Construct from the result of a ObjectIds.Id.toString() call on another instance.
ObjectIds.Id(String, ClassResolver) - Constructor for class com.solarmetric.kodo.util.ObjectIds.Id
Construct from the result of a ObjectIds.Id.toString() call on another instance.
ObjectIds() - Constructor for class com.solarmetric.kodo.util.ObjectIds
 
objectIdToString(Object) - Static method in class com.solarmetric.kodo.util.ObjectIds
Wrap the specified object ID class in a String that will contain the owning class.
objectInserted(ObjectEvent) - Method in interface com.solarmetric.kodo.ee.ObjectEventListener
Notification that a persistent object has been added to the data store.
ObjectSelect - class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect.
Extends the basic SQL select with Object-level mapping methods for joining across relations, etc.
ObjectSelect(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
ObjectSelect(ObjectSelect, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
objectToPreparedParameter(int, PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Catch-all responsible for converting any type not converted using one of the methods above.
objectToSQL(int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Catch-all responsible for converting any type not converted using one of the methods above.
objectUpdated(ObjectEvent) - Method in interface com.solarmetric.kodo.ee.ObjectEventListener
Notification that a persistent object has changed in the data store.
OneToManyMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping.
Represents a 1-M relation with a persistent object type, where the related persistent type has a 1-1 relation back to the owning type of this FieldMapping.
OneToManyMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
OneToOneMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping.
Represents a 1-1 relation with a persistent object type, where the PK value of the related type is stored in the primary table of the owning class.
OneToOneMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
open(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.DefaultResultObjectProvider
Invokes ResultSet.next().
open(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.CustomResultSetResultObjectProvider
Invokes ResultSet.next().
open(Object) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
Invokes ResultSet.next().
open(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider
Open the input source input.
open(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ResultObjectProviderAdapter
 
open(Object) - Method in interface com.solarmetric.kodo.runtime.objectprovider.ResultObjectProvider
Open the input source input.
operate(Object, String) - Method in interface com.solarmetric.kodo.query.InMemoryMethodListener
evaluate on the given path object and the argument to the listener
operate(String) - Method in interface com.solarmetric.kodo.query.InMemoryLiteralListener
 
or(SQLStatement) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
OR the previous WHERE clause with the given one.
or(SQLStatement) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
OracleBlobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OracleBlobMapping.
Oracle-specific BLOB mapping that deals with Oracle's BLOB craziness.
OracleBlobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OracleBlobMapping
 
OracleClobMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OracleClobMapping.
Oracle-specific CLOB mapping that deals with Oracle's CLOB craziness.
OracleClobMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OracleClobMapping
 
OracleDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary.
Implementation of the DBDictionary interface for Oracle.
OracleDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
ORDER_COL - Static variable in interface com.solarmetric.kodo.impl.jdbc.ormapping.Ordered
Metadata extension key used to mark the name of the column used to hold the relative element order.
orderBy(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Add the given column to the list of those in the ORDER BY clause of this statement.
orderBy(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
orderBy(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Order by the given SQL clause.
Ordered - interface com.solarmetric.kodo.impl.jdbc.ormapping.Ordered.
Mapping that holds multiple elements in order.
ORDERED - Static variable in interface com.solarmetric.kodo.impl.jdbc.ormapping.Ordered
Metadata extension key used to mark whether a Collection field should be kept in order.
OrderedCollectionMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping.
Represents an ordered collection of simple values such as Integers, Strings, etc.
OrderedCollectionMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
 
OrderedManyToManyMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping.
Represents an ordered M-M mapping with a persistent object type.
OrderedManyToManyMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
 
othersDeletesAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
othersInsertsAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
othersUpdatesAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
OUTPUT_STDOUT - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
OutputProvider - interface com.solarmetric.kodo.enhance.OutputProvider.
An interface to provide the enhancer with an java.io.OutputStream appropriate for a given class.
ownDeletesAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
owner - Variable in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProvider.ROPInfo
The CustomResultObjectProvider to use to process this object.
ownInsertsAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
ownUpdatesAreVisible(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 

P

parseMetaData(Reader, String, boolean) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
parseOptions(String) - Static method in class com.solarmetric.kodo.conf.Configurations
 
pass - Variable in class com.solarmetric.datasource.JDBCConnectionRequestInfo
 
PATCH_RELEASE - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
PERFORMANCE_LOG - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
PerformanceTracker - class com.solarmetric.kodo.impl.jdbc.PerformanceTracker.
A global tracker of performance-related statistics.
PerformanceTracker() - Constructor for class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
PersistenceManagerConnector - class com.solarmetric.kodo.impl.jdbc.runtime.PersistenceManagerConnector.
A Connector that uses a PersistencemanagerImpl's ConnectionFactory and its own authentication information to obtain a Connection.
PersistenceManagerConnector(PersistenceManagerImpl) - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.PersistenceManagerConnector
 
PersistenceManagerFactoryImpl - class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl.
Abstract implementation of the PersistenceManagerFactory that must be subclassed for a specific runtime.
PersistenceManagerFactoryImpl(Configuration) - Constructor for class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Constructor.
PersistenceManagerImpl - class com.solarmetric.kodo.runtime.PersistenceManagerImpl.
Concrete PersistenceManager for use with this common runtime.
PersistenceManagerImpl() - Constructor for class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
pin(Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Pin the value stored under key into the cache.
pin(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
pin(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Coherence doesn't have a concept of expiring data, so pinning is meaningless.
pin(Object) - Method in class com.solarmetric.kodo.util.CacheMap
Locks the key-value pair identified by key into the map.
PK_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Metadata extension key used to mark the name of the primary key column for this class, if it uses data store identity.
pm - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ColumnAliasResultObjectProvider
 
pm - Variable in class com.solarmetric.kodo.runtime.objectprovider.CustomResultObjectProviderImpl
The @{link PersistenceManagerImpl} that this result object provider will load objects into.
PointbaseDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary.
Implementation of the DBDictionary interface for Pointbase Embedded.
PointbaseDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
 
populateConfiguration(Configuration, Options) - Static method in class com.solarmetric.kodo.conf.Configurations
Set the given Configuration instance from the command line options provided.
port - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener
The port that this listener should listen on.
port - Variable in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress
 
PostgresDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary.
Implementation of DBDictionary for PostgreSQL.
PostgresDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
prepare(Xid) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
prepareCall(String) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareCall(String, int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
PREPARED_STATEMENT_TOKEN - Static variable in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
 
PreparedStatementCache - class com.solarmetric.datasource.PreparedStatementCache.
Implements a cache mapping a SQL string, Connection pair to a PreparedStatement containing the same SQL using the same connection.
PreparedStatementCache(DataSourceImpl) - Constructor for class com.solarmetric.datasource.PreparedStatementCache
Default constructor.
PreparedStatementCache(DataSourceImpl, int) - Constructor for class com.solarmetric.datasource.PreparedStatementCache
Constructor.
PreparedStatementWrapper - class com.solarmetric.datasource.PreparedStatementWrapper.
Wrapper around an existing PreparedStatement.
PreparedStatementWrapper(DataSourceImpl, ConnectionWrapper, PreparedStatement) - Constructor for class com.solarmetric.datasource.PreparedStatementWrapper
 
prepareLargeNumberAsString(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Store a large number as a parameter to a PreparedStatement.
prepareStatement(String) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareStatement(String, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareStatement(String, int[]) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareStatement(String, int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
prepareStatement(String, String[]) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
PREPARING_STATEMENT - Static variable in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent
Type code indicating that a Statement is being prepared.
preparingStatement(SQLExecutionEvent, SQLBuffer[]) - Method in class com.solarmetric.kodo.impl.jdbc.AbstractSQLExecutionListener
 
preparingStatement(SQLExecutionEvent, SQLBuffer[]) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
preSerialize(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
previous() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
previous() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
previousIndex() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
previousIndex() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
PrimaryTable - interface com.solarmetric.kodo.impl.jdbc.ormapping.PrimaryTable.
Represents a field that is stored in the class' primary table.
printStackTrace(PrintStream) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
printStackTrace(PrintWriter) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
procedureTerm - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the database vendor's preferred term for "procedure"?
providedBooleanField(PersistenceCapable, int, boolean) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedByteField(PersistenceCapable, int, byte) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedCharField(PersistenceCapable, int, char) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedDoubleField(PersistenceCapable, int, double) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedFloatField(PersistenceCapable, int, float) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedIntField(PersistenceCapable, int, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedLongField(PersistenceCapable, int, long) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedObjectField(PersistenceCapable, int, Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedShortField(PersistenceCapable, int, short) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
providedStringField(PersistenceCapable, int, String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
provideOutputStream(Class) - Method in interface com.solarmetric.kodo.enhance.OutputProvider
return an output stream for a given class.
provideOutputStream(Class) - Method in class com.solarmetric.kodo.enhance.DefaultOutputProvider
 
Proxies - class com.solarmetric.kodo.util.Proxies.
Utility methods for managing proxies.
Proxies() - Constructor for class com.solarmetric.kodo.util.Proxies
 
Proxy - interface com.solarmetric.kodo.util.Proxy.
Interface implemented by all proxy types to allow setting and nulling of their owning JDO instance.
ProxyArrayList - class com.solarmetric.kodo.util.ProxyArrayList.
Extension of the ArrayList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyArrayList() - Constructor for class com.solarmetric.kodo.util.ProxyArrayList
Template constructor.
ProxyArrayList(Class) - Constructor for class com.solarmetric.kodo.util.ProxyArrayList
Constructor.
ProxyArrayList(Collection, Class) - Constructor for class com.solarmetric.kodo.util.ProxyArrayList
Constructor.
ProxyCollection - interface com.solarmetric.kodo.util.ProxyCollection.
Interface implemented by all proxies on Collection types.
ProxyDate - class com.solarmetric.kodo.util.ProxyDate.
Extension of the Date type that calls the PersistenceCapable.jdoMakeDirty(java.lang.String) method on its owning persistence capable instance on modification.
ProxyDate(long) - Constructor for class com.solarmetric.kodo.util.ProxyDate
 
ProxyEntrySet - class com.solarmetric.kodo.util.ProxyEntrySet.
Map entry set that dirties the persistent/transactional field that owns the backing map on modification.
ProxyEntrySet(Set, Object, String, Class, Class, ChangeManager) - Constructor for class com.solarmetric.kodo.util.ProxyEntrySet
 
ProxyHashMap - class com.solarmetric.kodo.util.ProxyHashMap.
Extension of the HashMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashMap() - Constructor for class com.solarmetric.kodo.util.ProxyHashMap
Template constructor.
ProxyHashMap(Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashMap
Constructor.
ProxyHashMap(Map, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashMap
Constructor.
ProxyHashMapCT - class com.solarmetric.kodo.util.ProxyHashMapCT.
Extension of the ProxyHashMap to implement ChangeTracker.
ProxyHashMapCT() - Constructor for class com.solarmetric.kodo.util.ProxyHashMapCT
Template constructor.
ProxyHashMapCT(Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashMapCT
Constructor.
ProxyHashMapCT(Map, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashMapCT
Constructor.
ProxyHashSet - class com.solarmetric.kodo.util.ProxyHashSet.
Extension of the HashSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashSet() - Constructor for class com.solarmetric.kodo.util.ProxyHashSet
Template constructor.
ProxyHashSet(Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashSet
Constructor.
ProxyHashSet(Collection, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashSet
Constructor.
ProxyHashSetCT - class com.solarmetric.kodo.util.ProxyHashSetCT.
Extension of the ProxyHashSet to implement ChangeTracker.
ProxyHashSetCT() - Constructor for class com.solarmetric.kodo.util.ProxyHashSetCT
Template constructor.
ProxyHashSetCT(Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashSetCT
Constructor.
ProxyHashSetCT(Collection, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashSetCT
Constructor.
ProxyHashtable - class com.solarmetric.kodo.util.ProxyHashtable.
Extension of the Hashtable type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashtable() - Constructor for class com.solarmetric.kodo.util.ProxyHashtable
Template constructor.
ProxyHashtable(Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashtable
Constructor.
ProxyHashtable(Map, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashtable
Constructor.
ProxyHashtableCT - class com.solarmetric.kodo.util.ProxyHashtableCT.
Extension of the ProxyHashtable to implement ChangeTracker.
ProxyHashtableCT() - Constructor for class com.solarmetric.kodo.util.ProxyHashtableCT
Template constructor.
ProxyHashtableCT(Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashtableCT
Constructor.
ProxyHashtableCT(Map, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyHashtableCT
Constructor.
ProxyIterator - class com.solarmetric.kodo.util.ProxyIterator.
Iterator type used by the various proxy types in this package; delegates to an internal iterator.
ProxyIterator(Iterator, Object, String, ChangeManager) - Constructor for class com.solarmetric.kodo.util.ProxyIterator
 
ProxyKeySet - class com.solarmetric.kodo.util.ProxyKeySet.
Map key set that dirties the persistent/transactional field that owns the backing map on modification.
ProxyKeySet(Set, Object, String, ChangeManager) - Constructor for class com.solarmetric.kodo.util.ProxyKeySet
 
ProxyLinkedList - class com.solarmetric.kodo.util.ProxyLinkedList.
Extension of the LinkedList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyLinkedList() - Constructor for class com.solarmetric.kodo.util.ProxyLinkedList
Template constructor.
ProxyLinkedList(Class) - Constructor for class com.solarmetric.kodo.util.ProxyLinkedList
Constructor.
ProxyLinkedList(Collection, Class) - Constructor for class com.solarmetric.kodo.util.ProxyLinkedList
Constructor.
ProxyListIterator - class com.solarmetric.kodo.util.ProxyListIterator.
Iterator type used by various proxy types in this package; delegates to an internal list iterator.
ProxyListIterator(ListIterator, Object, String, Class) - Constructor for class com.solarmetric.kodo.util.ProxyListIterator
 
ProxyManager - interface com.solarmetric.kodo.util.ProxyManager.
Manager for copying and proxying second class objects.
ProxyMap - interface com.solarmetric.kodo.util.ProxyMap.
Interface implemented by all proxies on Map types.
ProxyProperties - class com.solarmetric.kodo.util.ProxyProperties.
Extension of the Properties type that dirties the persistent/transactional field it is assigned to on modification.
ProxyProperties() - Constructor for class com.solarmetric.kodo.util.ProxyProperties
Template constructor.
ProxyProperties(Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyProperties
Constructor.
ProxyTreeMap - class com.solarmetric.kodo.util.ProxyTreeMap.
Extension of the TreeMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeMap() - Constructor for class com.solarmetric.kodo.util.ProxyTreeMap
Template constructor.
ProxyTreeMap(Comparator, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyTreeMap
Constructor.
ProxyTreeMapCT - class com.solarmetric.kodo.util.ProxyTreeMapCT.
Extension of the ProxyTreeMap to implement ChangeTracker.
ProxyTreeMapCT() - Constructor for class com.solarmetric.kodo.util.ProxyTreeMapCT
Template constructor.
ProxyTreeMapCT(Comparator, Class, Class) - Constructor for class com.solarmetric.kodo.util.ProxyTreeMapCT
Constructor.
ProxyTreeSet - class com.solarmetric.kodo.util.ProxyTreeSet.
Extension of the TreeSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeSet() - Constructor for class com.solarmetric.kodo.util.ProxyTreeSet
Template constructor.
ProxyTreeSet(Comparator, Class) - Constructor for class com.solarmetric.kodo.util.ProxyTreeSet
Constructor.
ProxyTreeSetCT - class com.solarmetric.kodo.util.ProxyTreeSetCT.
Extension of the ProxyTreeSet to implement ChangeTracker.
ProxyTreeSetCT() - Constructor for class com.solarmetric.kodo.util.ProxyTreeSetCT
Template constructor.
ProxyTreeSetCT(Comparator, Class) - Constructor for class com.solarmetric.kodo.util.ProxyTreeSetCT
Constructor.
ProxyValueCollection - class com.solarmetric.kodo.util.ProxyValueCollection.
Map value collection that dirties the persistent/transactional field that owns the backing map on modification.
ProxyValueCollection(Collection, Set, Object, String, ChangeManager) - Constructor for class com.solarmetric.kodo.util.ProxyValueCollection
 
ProxyVector - class com.solarmetric.kodo.util.ProxyVector.
Extension of the Vector type that dirties the persistent/transactional field it is assigned to on modification.
ProxyVector() - Constructor for class com.solarmetric.kodo.util.ProxyVector
Template constructor.
ProxyVector(Class) - Constructor for class com.solarmetric.kodo.util.ProxyVector
Constructor.
ProxyVector(Collection, Class) - Constructor for class com.solarmetric.kodo.util.ProxyVector
Constructor.
put(Object, Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Set the cached value for the given key.
put(Object, Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
put(Object, Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
put(Object, Object) - Method in class com.solarmetric.kodo.util.CacheMap
 
put(Object, Object) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
put(Object, Object) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
put(Object, Object) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
put(Object, Object) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
putAll(Map) - Method in class com.solarmetric.kodo.util.CacheMap
 
putAll(Map) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
putAll(Map) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
putAll(Map) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
putAll(Map) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 

Q

queryField(String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Return the value of the named field for use in a query.

R

READ_ONLY - Static variable in interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation
Metadata extension key used to mark the name of a read-only field in a two-sided relation.
readExternal(ObjectInput) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
 
readObject() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Subclasses must implement the readObject method for deserialization to read their non-transient data (or use defaultReadObject) and then invoke this method, which will perform the necessary setup.
receivedBatchUpdate(Collection, Collection, Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.DistributedCache
Invoked when a notification of update has been received from a different cache, and that this cache should therefore be updated as appropriate.
receivedBatchUpdate(DistributedCache) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
 
RecordFactoryImpl - class com.solarmetric.kodo.impl.jdbc.ee.RecordFactoryImpl.
No-op RecordFactoryImpl for JCA support.
RecordFactoryImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.RecordFactoryImpl
 
RecordImpl - class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl.
No-op RecordImpl for JCA support.
RecordImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
recover(int) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
REF_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Metadata extension key used to mark the name of the reference column for this map.
REF_COL - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Metadata extension key used to mark the name of the reference column for this collection.
ref(String, ConnectionFactory) - Static method in class com.solarmetric.kodo.impl.jdbc.ee.JDOObjectFactory
 
REFRESH - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
refresh(Class) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Refresh/create the tables/columns used by the given class.
refresh(Class[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Refresh/create the tables/columns used by the given classes.
refresh(Class[], boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Refresh the schema for the given types, optionally dropping unused data.
refresh(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
refreshAll() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
refreshAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
refreshAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
refreshFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Refresh the given instance.
refreshTable(Table) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Similar to addTable, but drops unused columns as well.
refreshTables(Table[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Similar to addTables, but drops unused columns as well.
register(ClassMetaData) - Static method in class com.solarmetric.kodo.util.ObjectIds
Register a persistent type.
registerClass(Class) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
Register a new persistent class.
registerClass(RegisterClassEvent) - Method in class com.solarmetric.kodo.impl.jdbc.RegisterListener
Implementation of the RegisterClassListener that will lazily add the class to the list of metadata.
registerClassInternal(Class) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
RegisterListener - class com.solarmetric.kodo.impl.jdbc.RegisterListener.
An implementation of RegisterListener that is used by a JDBCPersistenceManagerFactory in order to perform lazy loading of persistent subclasses.
RegisterListener(JDBCPersistenceManagerFactory) - Constructor for class com.solarmetric.kodo.impl.jdbc.RegisterListener
 
registerListener(Query, FilterListener) - Static method in class com.solarmetric.kodo.query.extensions.ExtensionHelper
Register a FilterListener for the passed in Query
registerObjectEventListener(ObjectEventListener) - Method in interface com.solarmetric.kodo.ee.EventManager
Register a listener to be notified when any persistent object changes are committed.
registerObjectEventListener(ObjectEventListener) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
registerSubclassMapping(Class, Object) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.IntegerSubclassProvider
Register the mapping from cls to val.
registerTransactionEventListener(TransactionEventListener) - Method in interface com.solarmetric.kodo.ee.EventManager
Register a listener to be notified when the transaction status of a PersistenceManager changes.
registerTransactionEventListener(TransactionEventListener) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
Relation - interface com.solarmetric.kodo.impl.jdbc.ormapping.Relation.
Mapping that refers to another persistent Object type.
RELEASE_DATE - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
release(SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Release the SQLExecutionManager if appropriate (i.e., if we do not have an active datastore transaction).
releaseConnection(Connection) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Releases the obtained Connection.
releaseSavepoint(Savepoint) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
RELOAD - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
remove() - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
remove() - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
remove() - Method in class com.solarmetric.kodo.util.ProxyIterator
 
remove(int) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
remove(int) - Method in class com.solarmetric.kodo.util.ProxyVector
 
remove(int) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
remove(Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Remove the value stored under the given key.
remove(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
remove(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
remove(Object) - Method in class com.solarmetric.kodo.util.CacheMap
If key is pinned into the cache, the pin is cleared and the object is removed.
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
remove(Object) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
removeAll(Collection) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
removeAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
removeAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
removeAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyVector
 
removeAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
removeAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
removeAllElements() - Method in class com.solarmetric.kodo.util.ProxyVector
 
removeColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Table
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
removed(Collection) - Method in class com.solarmetric.kodo.util.ChangeManager
Call this method when old values are removed from the proxy.
removed(Object) - Method in class com.solarmetric.kodo.util.ChangeManager
Call this method when an old value is removed from the proxy.
removeElement(Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
removeElementAt(int) - Method in class com.solarmetric.kodo.util.ProxyVector
 
removeExtension(String) - Method in class com.solarmetric.kodo.meta.Extensions
Remove a vendor extension to this entity.
removeExtension(String, String) - Method in class com.solarmetric.kodo.meta.Extensions
Remove a vendor extension to this entity.
removeFirst() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
removeImplData(Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Remove the given key from the store of implementation-specific data.
removeIndex() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
removeLast() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
removeObjectEventListener(ObjectEventListener) - Method in interface com.solarmetric.kodo.ee.EventManager
Remove an object event listener; does nothing if listener is not registered.
removeObjectEventListener(ObjectEventListener) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
removePrimaryKey() - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
removeSQLExecutionListener(SQLExecutionListener) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
Removes a listerer to be notified whenever a SQL event occurs.
removeSQLExecutionListener(SQLExecutionListener) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Removes a listerer to be notified whenever a SQL event occurs.
removeSQLExecutionListener(SQLExecutionListener) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Remove a listener for all SQLExecution events.
removeTransactionEventListener(TransactionEventListener) - Method in interface com.solarmetric.kodo.ee.EventManager
Remove an object event listener; does nothing if listener is not registered.
removeTransactionEventListener(TransactionEventListener) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
removeUnsupportedOptions(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Remove the options not supported by this runtime from the given collection.
removeUnsupportedOptions(Collection) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
replacingBooleanField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingByteField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingCharField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingDoubleField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingFlags(PersistenceCapable) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingFloatField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingIntField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingLongField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingObjectField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingShortField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingStateManager(PersistenceCapable, StateManager) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
replacingStringField(PersistenceCapable, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
requiresExtent() - Method in class com.solarmetric.kodo.meta.ClassMetaData
Return true if the type requires management via extent.
reset() - Static method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
Reset all global statistics to their default values.
reset() - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
resolveClass(String) - Method in interface com.solarmetric.util.classes.ClassResolver
Resolve the class for the specified name.
resolveClass(String) - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
 
resolveClass(String) - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
resolvePersistentClass(Class) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Resolve an interface or abstract class to a concrete persistent subclass.
resolveResource(String) - Method in interface com.solarmetric.util.classes.ClassResolver
 
resolveResource(String) - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
 
resolveResource(String) - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
ResultList - interface com.solarmetric.kodo.runtime.objectprovider.ResultList.
List interface that represents a potentially lazy ResultList instantiation.
ResultListFactory - class com.solarmetric.kodo.impl.jdbc.runtime.ResultListFactory.
A factory that creates an appropriate ResultList wrapper for a given Select or ResultSet.
ResultListFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.ResultListFactory
 
ResultListIterator - class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator.
Wrapper iterator that will return false for hasNext() if the owning ResultList has been closed.
ResultListIterator(ListIterator, ResultList) - Constructor for class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
ResultObjectProvider - interface com.solarmetric.kodo.runtime.objectprovider.ResultObjectProvider.
Interface that allows lazy/custom instantiation of input objects.
resultSet - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.ConnectionInfo
 
resultSetMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest ResultSet that have been closed.
resultSetMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest ResultSet that has been closed.
resultSets - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of ResultSets that have been closed.
resultSetTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time taken on the closing of all ResultSets.
ResultSetWrapper.Statistics - class com.solarmetric.datasource.ResultSetWrapper.Statistics.
 
ResultSetWrapper.Statistics() - Constructor for class com.solarmetric.datasource.ResultSetWrapper.Statistics
 
retainAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
retainAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
retainAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyVector
 
retainAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
retainAll(Collection) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
retrieve(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
retrieveAll(Collection) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
retrieveAll(Object[]) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
retrieveFilter(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Retrieve the persistent state of the given instance.
rollback() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
rollback() - Method in interface com.solarmetric.kodo.runtime.StoreManager
Rollback the current data store transaction.
rollback() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
rollback() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
rollback() - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
rollback() - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Rolls back the underlying connection.
rollback() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
 
rollback() - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
rollback(Savepoint) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
rollback(Xid) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
rollbackAndResume() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
API extension.
rollbackMaxTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The slowest rollback made on a Connection.
rollbackMinTime - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The fastest rollback made on a Connection.
rollbacks - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total number of rollbacks made on a Connection.
rollbackTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
The total time taken on the execution of rollbacks made on all Connections.

S

schemaTerm - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the database vendor's preferred term for "schema"?
SchemaTool - class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.
The SchemaTool is used to manage the database schema for JDO instances.
SchemaTool(JDBCConfiguration, ClassResolver, Connector) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Construct a SchemaTool that will use the given database.
SchemaTool(JDBCConfiguration, ClassResolver, Connector, Log, Log) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
SchemaTool(JDBCConfiguration, ClassResolver, SQLExecutionManager) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
SchemaTool(JDBCConfiguration, ClassResolver, SQLExecutionManager, Log, Log) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
searchStringEscape - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets the string that can be used to escape wildcard characters.
SEC - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
SecondaryTable - interface com.solarmetric.kodo.impl.jdbc.ormapping.SecondaryTable.
Represents a field mapping that stores into a secondary table.
Select - class com.solarmetric.kodo.impl.jdbc.sql.Select.
Abstraction of a SQL SELECT statement.
select(Column) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Add the given column to the list of those selected by this statement.
select(Column) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
select(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Add the given columns to the list of those selected by this statement.
Select(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Select
 
select(ObjectSelect, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
select(ObjectSelect, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
 
select(PersistenceManagerImpl, ObjectSelect) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider
Adds the appropriate SQL to sel to select the columns needed for subclass information.
select(PersistenceManagerImpl, ObjectSelect) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
select(Select) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
select(Select) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
select(Select) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
select(Select) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadPrimary
Select the value of this mapping.
Select(Select, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Select
 
select(Select, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.CollectionMapping
 
select(Select, StateManagerImpl, Object[], int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
 
selectCount(Column) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Select a count of the given column.
selectCount(Table) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Select a count of the given table.
selectPrimaryMappings(PersistenceManagerImpl, ObjectSelect, SQLExecutionManager, FieldMetaData[], boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Loads the FieldData instances matching the given Select of the type mapped by this ClassMapping from the database.
sendUpdatePacket(byte[]) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
Sends a change notification packet to other machines in this cache cluster.
sendUpdatePacket(byte[]) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
sendUpdatePacket(byte[]) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TCPCache
 
SEQUENCE_EXT - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
 
SequenceFactory - interface com.solarmetric.kodo.impl.jdbc.SequenceFactory.
An implementation of the SequenceFactory interface is used to generate unique primary key values for newly persisted JDO instances.
Services - class com.solarmetric.kodo.conf.Services.
Utility classes to locate services, as defined in the Jar File Specification.
Services() - Constructor for class com.solarmetric.kodo.conf.Services
 
set(boolean) - Method in class com.solarmetric.kodo.conf.BooleanValue
 
set(Column[], Object[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
Set the given columns to the given values; this also sets the table of the UPDATE to the table of the given columns.
set(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, byte) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, char) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, double) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, float) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, long) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(Column, Object) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
Set the given column to the given value; this also sets the table of the UPDATE to the table of the given column.
set(Column, short) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Update
See Update.set(Column,Object).
set(int) - Method in class com.solarmetric.kodo.conf.IntegerValue
 
set(int, Object) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
set(int, Object) - Method in class com.solarmetric.kodo.util.ProxyVector
 
set(int, Object) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
set(Object) - Method in class com.solarmetric.kodo.runtime.objectprovider.ResultListIterator
 
set(Object) - Method in class com.solarmetric.kodo.util.ProxyListIterator
 
set(String) - Method in class com.solarmetric.kodo.conf.StringValue
 
setAddresses(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
setAddresses(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TCPCache
Sets the list of addresses to which this cache will broadcast to the values in the comma-separated names list.
setArray(int, Array) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setAutoCommit(boolean) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setBigDecimal(int, BigDecimal) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setBigDecimalType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for java.math.BigDecimals.
setBigIntegerType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for java.math.BigIntegers.
setBinaryStream(int, InputStream, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setBlob(int, Blob) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setBlobType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for binary objects.
setBoolean(int, boolean) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setBooleanType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for booleans; this should be a numeric type.
setByte(int, byte) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setByteField(PersistenceCapable, int, byte, byte) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setBytes(int, byte[]) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setByteType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for bytes; this should be a numeric type.
setCacheReferenceSize(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setCacheReferenceSize(int) - Method in interface com.solarmetric.kodo.conf.Configuration
Set the number of hard references to objects that the PersistenceManager's cache will retain.
setCacheReferenceSize(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setCacheReferenceSize(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setCacheReferenceSize(int).
setCacheSize(int) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
Sets the maximum number of unpinned objects to keep hard references to.
setCacheSize(int) - Method in class com.solarmetric.kodo.util.CacheMap
Sets the maximum number of unpinned objects to keep hard references to.
setCatalog(String) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setChangeManager(ChangeManager) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
setChangeManager(ChangeManager) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
setChangeManager(ChangeManager) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
setChangeManager(ChangeManager) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
setChangeManager(ChangeManager) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
setCharacterStream(int, Reader, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setCharField(PersistenceCapable, int, char, char) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setCharType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for chars.
setClob(int, Clob) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setClobType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for unlimited length Strings.
setColumnNameGenerator(NameGenerator) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Set the NameGenerator to use for generating column names.
setColumnNameGenerator(NameGenerator) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the NameGenerator to use for generating column names.
setConfiguration(EEConfiguration) - Method in class com.solarmetric.kodo.ee.JNDIManagedRuntime
 
setConfiguration(EEConfiguration) - Method in interface com.solarmetric.kodo.ee.ManagedRuntime
Configuration will be supplied before use.
setConfiguration(EEConfiguration) - Method in class com.solarmetric.kodo.ee.InvocationManagedRuntime
 
setConfiguration(EEConfiguration) - Method in class com.solarmetric.kodo.ee.AutomaticManagedRuntime
 
setConfiguration(JDBCConfiguration) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
setConfiguration(JDBCConfiguration) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Set the Configuration for this object.
setConfiguration(JDBCConfiguration, DBDictionary) - Method in interface com.solarmetric.kodo.impl.jdbc.SequenceFactory
Set the configuration for this factory; allows access to database connection information, etc.
setConfiguration(JDBCConfiguration, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
 
setConfiguration(JDBCConfiguration, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
 
setConfiguration(JDBCConfiguration, DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
 
setConnectionDriverClass(Class) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionDriverName(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionDriverName(String) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionDriverName(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionDriverName(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Class name of the Connection Driver.
setConnectionDriverName(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Make sure the driver is loaded.
setConnectionFactory() - Method in class com.solarmetric.kodo.ee.JDOBean
 
setConnectionFactory(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionFactory(Object) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionFactory(Object) - Method in interface com.solarmetric.kodo.conf.Configuration
The connection factory.
setConnectionFactory2(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionFactory2(Object) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionFactory2(Object) - Method in interface com.solarmetric.kodo.conf.Configuration
The connection factory.
setConnectionFactory2Name(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionFactory2Name(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionFactory2Name(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The name for the second data store connection factory.
setConnectionFactoryName(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionFactoryName(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionFactoryName(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The name for the data store connection factory.
setConnectionPassword(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionPassword(String) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionPassword(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionPassword(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The password for the data store connection.
setConnectionProperties(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionProperties(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Set the properties string to apply to the connection factory.
setConnectionTestTimeout(int) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionTestTimeout(int) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The number of seconds to wait between testing connections retrieved from the connection pool.
setConnectionTestTimeout(int) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setConnectionTestTimeout(Integer) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setConnectionTestTimeout(int).
setConnectionTestTimeout(Integer) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setConnectionURL(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionURL(String) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionURL(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionURL(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The URL for the data store connection.
setConnectionUserName(String) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setConnectionUserName(String) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setConnectionUserName(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setConnectionUserName(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The user name for the data store connection.
setConnector(Connector) - Method in class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
setConnector(Connector) - Method in interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager
Set the Connector to be used for this manager.
setCursorName(Statement, SQLBuffer) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Sets the cursor name a statment.
setCursorName(Statement, SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
By default, we do not ever set the cursor name; this method does nothing.
setCursorName(String) - Method in class com.solarmetric.datasource.StatementWrapper
 
setDataCache(DataCache) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDataCache(DataCache) - Method in interface com.solarmetric.kodo.conf.Configuration
The L2 data cache.
setDataCacheClass(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDataCacheClass(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The class to use for level-2 data store caching.
setDataCacheProperties(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDataCacheProperties(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration options for the data cache.
setDataColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
Set the primary data column(s) for this mapping.
setDate(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setDate(int, Date) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setDateType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for Dates.
setDBMetaData(DBMetaData) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Set the DBMetaData for this dictionary.
setDBMetaData(DBMetaData) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the metadata for this dictionary.
setDefaultClassMappingClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the default ClassMapping implementation.
setDefaultClassMappingClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDefaultFetchBatchSize(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDefaultFetchBatchSize(int) - Method in interface com.solarmetric.kodo.conf.Configuration
Set the size of the batch that will be pre-selected when accessing elements in a Query result.
setDefaultFetchBatchSize(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDefaultFetchBatchSize(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setDefaultFetchBatchSize(int).
setDefaultFetchThreshold(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDefaultFetchThreshold(int) - Method in interface com.solarmetric.kodo.conf.Configuration
Set the threshold below which result lists will be completely instantiated upon their creation.
setDefaultFetchThreshold(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setDefaultFetchThreshold(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setDefaultFetchThreshold(int).
setDefaultStringType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for default length Strings.
setDefaultSubclassProviderClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the default SubclassProvider implementation.
setDefaultSubclassProviderClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDefaultSubclassProviderProperties(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration properties for the default subclass provider.
setDefaultSubclassProviderProperties(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDependent(boolean) - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
setDictionary(DBDictionary) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The DBDictionary to use.
setDictionary(DBDictionary) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDictionaryClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The dictionary class to use to define the RDBMS SQL information
setDictionaryClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDictionaryProperties(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration options for the dictionary.
setDictionaryProperties(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setDieOnInvalid(boolean) - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Set to true if this tool should throw an exception on an attempt to generate an id class for a type that does not use application identity.
setDistinct(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Make this into a SELECT DISTINCT query.
setDouble(int, double) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setDoubleField(PersistenceCapable, int, double, double) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setDoubleType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for doubles.
setDriverProperties(Properties) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setElementAt(Object, int) - Method in class com.solarmetric.kodo.util.ProxyVector
 
setElementDependent(boolean) - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
setEnableQueryExtensions(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setEnableQueryExtensions(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Set whether filter extensions can be used
setEnableQueryExtensions(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setEnableQueryExtensions(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setEnableQueryExtensions(boolean).
setEntityContext(EntityContext) - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The setEntityContext method copies the value of the EntityContext parameter to the instance variable entityContext,looksupthe ConnectionFactory using JNDI, and sets it into the persistenceManagerFactory variable.
setEscapeProcessing(boolean) - Method in class com.solarmetric.datasource.StatementWrapper
 
setFetchDirection(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
setFetchSize(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
setFlatInheritanceMapping(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configure the default inheritance hierarchy mapping strategy.
setFlatInheritanceMapping(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setFlatInheritanceMapping(Boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setFlatInheritanceMapping(boolean).
setFlatInheritanceMapping(Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setFloat(int, float) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setFloatField(PersistenceCapable, int, float, float) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setFloatType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for floats.
setFormat(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Set the String used for MessageFormat to generate the sequence selecting SQL.
setFormat(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
Set the String used for MessageFormat to generate the sequence selecting SQL.
setFromProperties(TypedProperties) - Method in class com.solarmetric.kodo.conf.Value
 
setFromProperties(TypedProperties) - Method in class com.solarmetric.kodo.conf.StringValue
 
setFromProperties(TypedProperties) - Method in class com.solarmetric.kodo.conf.IntegerValue
 
setFromProperties(TypedProperties) - Method in class com.solarmetric.kodo.conf.BooleanValue
 
setHoldability(int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setHours(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setIgnoreCache(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setIgnoreCache(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setIgnoreCache(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setIgnoreCache(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setIgnoreCache(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setIgnoreCache(boolean).
setIgnoreErrors(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
If true, SQLExceptions thrown during schema manipulation will be printed but ignored.
setImplData(Object, Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
This method is provided to the concrete JDO implementation to allow the association of arbitrary extra data with an instance.
setIncrement(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Set the increment to use when updating the sequence table.
setIndexNameGenerator(NameGenerator) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Set the NameGenerator to use for generating index names.
setIndexNameGenerator(NameGenerator) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the NameGenerator to use for generating index names.
setInt(int, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setIntField(PersistenceCapable, int, int, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setIntoProperties(Properties) - Method in class com.solarmetric.kodo.conf.Value
Set the value of this Value into a Properties object.
setIntType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for ints.
setJDBCLog(Log) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setKeyColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Set the key column for this map.
setKeyDependent(boolean) - Method in class com.solarmetric.kodo.meta.FieldMetaData
 
setLastConnectionTestTime(long) - Method in class com.solarmetric.datasource.ConnectionWrapper
The time in milliseconds when this connection was last tested.
setLength(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
setLenStringType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for limited length Strings.
setLicenseKey(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setLicenseKey(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The runtime license key for Kodo.
setLocaleType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for java.util.Locales.
setLockColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Set the column used to track the optimistic lock version of the class.
setLog(PrintStream) - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Set the stream to use for status messages, or null if none.
setLog(PrintStream) - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Deprecated.  
setLog(PrintWriter) - Method in class com.solarmetric.kodo.enhance.JDOEnhancer
Set the PrintWrtier to use for status messages.
setLoginTimeout(int) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setLogWriter(PrintWriter) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setLogWriter(PrintWriter) - Method in class com.solarmetric.kodo.ee.JDOBean
Set the PrintWriter for debug messages.
setLogWriter(PrintWriter) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
setLogWriter(PrintWriter) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionImpl
 
setLong(int, long) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setLongField(PersistenceCapable, int, long, long) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setLongType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for longs.
setManagedRuntime(ManagedRuntime) - Method in interface com.solarmetric.kodo.ee.EEConfiguration
The plugin to use for integrating with a managed runtime.
setManagedRuntime(ManagedRuntime) - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
setManagedRuntimeClass(String) - Method in interface com.solarmetric.kodo.ee.EEConfiguration
The class name of the managed runtime to use for managed environments.
setManagedRuntimeClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
setManagedRuntimeProperties(String) - Method in interface com.solarmetric.kodo.ee.EEConfiguration
Configuration options for the managed runtime class.
setManagedRuntimeProperties(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.EESimpleConfiguration
 
setMaxColumnNameLength(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
setMaxFieldSize(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
setMaxIndexNameLength(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
setMaxPool(int) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setMaxPool(int) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setMaxPool(int) - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
Set the maximum size of the pool.
setMaxPool(int) - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
setMaxPool(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMaxPool(int) - Method in interface com.solarmetric.kodo.conf.Configuration
The maximum number of connections in the connection pool.
setMaxPool(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMaxPool(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setMaxPool(int).
setMaxRows(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
setMaxSize(int) - Method in class com.solarmetric.datasource.PreparedStatementCache
Set the maximum size of the cache.
setMaxTableNameLength(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
setMinPool(int) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setMinPool(int) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setMinPool(int) - Method in interface com.solarmetric.datasource.DataSourceImpl.Pool
 
setMinPool(int) - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
setMinPool(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMinPool(int) - Method in interface com.solarmetric.kodo.conf.Configuration
The minimum number of connections in the connection pool.
setMinPool(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMinPool(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setMinPool(int).
setMinutes(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setMonth(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setMsWait(int) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setMsWait(int) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMsWait(int) - Method in interface com.solarmetric.kodo.conf.Configuration
The number of milliseconds to wait for an available connection from the connection pool before throwing a JDODatastoreException.
setMsWait(Integer) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMsWait(Integer) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setMsWait(int).
setMulticastGroup(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
setMultithreaded(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setMultithreaded(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setMultithreaded(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMultithreaded(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setMultithreaded(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setMultithreaded(boolean).
setNameTruncationVersion(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the name truncation version to use.
setNextException(SQLException) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
setNextVersion(Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Set the version indicator that this object should have after successful commit.
setNontransactionalRead(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setNontransactionalRead(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setNontransactionalRead(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setNontransactionalRead(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalRead(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setNontransactionalRead(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setNontransactionalRead(boolean).
setNontransactionalWrite(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setNontransactionalWrite(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setNontransactionalWrite(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setNontransactionalWrite(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setNontransactionalWrite(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setNontransactionalWrite(boolean).
setNull(int, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setNull(int, int, String) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setNullParameter(PreparedStatement, int, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Some JDBC drivers need to deal with nulls in a special way: this method can be overridden to check for various special null circumstances.
setNullParameter(PreparedStatement, int, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
Since Sybase does not support Types#BLOB or Types#CLOB, we override the setNull method to Types#VARCHAR and Types#VARBINARY, respectively.
setObject(int, Object) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setObject(int, Object, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setObject(int, Object, int, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setObjectField(PersistenceCapable, int, Object, Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setOptimistic(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setOptimistic(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setOptimistic(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setOptimistic(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptimistic(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setOptimistic(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setOptimistic(boolean).
setOrderColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
Set the column of the table this Collection is stored in which holds the order of this value in the Collection.
setOrderColumn(Column) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedCollectionMapping
Set the column of the table this Collection is stored in which holds the order of this value in the Collection.
setOutputWriter(PrintWriter) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
Specify a stream to log SQL commands to.
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyVector
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashMapCT
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyTreeSetCT
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyTreeMapCT
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashtableCT
 
setOwner(Object, String) - Method in class com.solarmetric.kodo.util.ProxyHashSetCT
 
setOwner(Object, String) - Method in interface com.solarmetric.kodo.util.Proxy
Set the owning JDO instance of the proxy and the name of the field it is assigned to.
setPacketLength(int) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
setParameters(PreparedStatement) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Populate the parameters of an existing PreparedStatement with values from this SQLBuffer.
setParameters(PreparedStatement, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Populate the parameters of an existing PreparedStatement with values from this SQLBuffer.
setPassword(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
setPersistenceManager(PersistenceManagerImpl) - Method in interface com.solarmetric.kodo.runtime.StoreManager
Set a reference to the corresponding PersistenceManager.
setPersistenceManager(PersistenceManagerImpl) - Method in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager
Set the PersistenceManager this StoreManager is owned by.
setPersistenceManager(PersistenceManagerImpl) - Method in class com.solarmetric.kodo.runtime.datacache.DataCacheStoreManager
 
setPersistenceManagerClass(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setPersistenceManagerClass(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The class name of the PersistenceManager type to create.
setPersistenceManagerFactoryClass(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setPersistenceManagerFactoryClass(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Class name of the PersistenceManagerFactoryClass implementation.
setPersistenceManagerProperties(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setPersistenceManagerProperties(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration options for the persistence manager.
setPersistentTypes(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setPersistentTypes(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Sets a list of persistent types that are to be registered every time a PersistenceManager is obtained from a PersistenceManagerFactory.
setPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Set the primary key columns of the owning class.
setPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Set the primary key columns of the owning class.
setPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
Set the primary key columns of the owning class.
setPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
Set the primary key columns of the owning class.
setPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Set the primary key column(s) of the class' primary table.
setPKColumns(Table, Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Set the primary key column(s) for the given primary table.
setPort(int) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
Sets the port that this cache should listen on.
setProperties(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setPropertiesResource(String) - Method in class com.solarmetric.kodo.ee.JDOBean
In a typical EJB application, the ConnectionFactory will be already bound externally (using its resource adaptor, a startup class, or an MBean).
setProperty(String, String) - Method in class com.solarmetric.kodo.util.ProxyProperties
 
setProxyManager(ProxyManager) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setProxyManager(ProxyManager) - Method in interface com.solarmetric.kodo.conf.Configuration
The proxy manager.
setProxyManagerClass(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setProxyManagerClass(String) - Method in interface com.solarmetric.kodo.conf.Configuration
The manager for second class object proxies.
setProxyManagerProperties(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setProxyManagerProperties(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Configuration for the proxy manager.
setQueryFilterListeners(String) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setQueryFilterListeners(String) - Method in interface com.solarmetric.kodo.conf.Configuration
Set the FilterListeners config properties
setQueryTimeout(int) - Method in class com.solarmetric.datasource.StatementWrapper
 
setQuoteNumbers(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Sets whether number values should be quoted when being inserted.
setReadOnly(boolean) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setReadOnly(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
Set this mapping to be read-only.
setReadOnly(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OrderedManyToManyMapping
Ordered M-M mappings are never read-only.
setRecordName(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
setRecordShortDescription(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
 
setRef(int, Ref) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setRefColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
Set the columns of the table this Collection is stored in which hold the PK values of the owning object.
setRefColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Set the columns of the table this Collection is stored in which hold the PK values of the owning object.
setReference(Reference) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
setRelationPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.NToManyMapMapping
 
setRelationPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
setRelationPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
setRelationPKColumns(Column[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToManyMapping
 
setRelationVariable(String) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Set the relation variable to use in calls to ObjectSelect.getColumnAlias(com.solarmetric.kodo.impl.jdbc.schema.Column).
setRestoreValues(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setRestoreValues(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setRestoreValues(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setRestoreValues(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default RestoreValues setting for all PersistenceManager instances obtained from this factory.
setRestoreValues(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setRestoreValues(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setRestoreValues(boolean).
setRetainValues(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
setRetainValues(boolean) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setRetainValues(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setRetainValues(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
The default RetainValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setRetainValues(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setRetainValues(boolean).
setSavepoint() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setSavepoint(String) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setSchemaLog(Log) - Method in class com.solarmetric.kodo.impl.jdbc.schema.SchemaTool
 
setSchemaName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the schema to act on.
setSeconds(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setSequenceFactory(SequenceFactory) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The SequenceFactory to use.
setSequenceFactory(SequenceFactory) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSequenceFactoryClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class name of the SequenceFactory implementation.
setSequenceFactoryClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSequenceFactoryProperties(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Configuration properties for the sequence factory.
setSequenceFactoryProperties(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSequenceName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Set the sequence used.
setSessionContext(SessionContext) - Method in class com.solarmetric.kodo.ee.JDOSessionBean
From section 16.1 of the JDO 1.0 specification: ...reference to the PersistenceManagerFactory, which should be initialized by the method setSessionContext.
setShort(int, short) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setShortField(PersistenceCapable, int, short, short) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setShortType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for shorts.
setSimulateLocking(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
If true, we will pretend to allow pessimistic transactions even though the underlying data store does not support pessimistic locking.
setSql(String) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setSQLExecutionListenerClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The static class for listening to SQLExecutionEvents.
setSQLExecutionListenerClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSQLExecutionManager(SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSQLExecutionManagerClass(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The class to use for managing SQL execution.
setSQLExecutionManagerClass(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setSQLLog(Log) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setStatementCacheMax(int) - Method in class com.solarmetric.datasource.DataSourceImpl
 
setStatementCacheMaxSize(int) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The size of the statement re-use cache.
setStatementCacheMaxSize(int) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setStatementCacheMaxSize(Integer) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setStatementCacheMaxSize(int).
setStatementCacheMaxSize(Integer) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setStatementExecutionTimeout(int) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The timout for Statement execution (in seconds).
setStatementExecutionTimeout(int) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
The timout for Statement execution (in seconds).
setStatementExecutionTimeout(Integer) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setStatementExecutionTimeout(int).
setStatementExecutionTimeout(Integer) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setStoreCharsAsStrings(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set whether we want to store char values as String objects in the data store.
setStoreLargeNumbersAsStrings(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Storing numbers as strings works around various problems, such as loss of BigDecimal trailing zeros and overflow problems for very large numbers.
setString(int, String) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setString(String) - Method in class com.solarmetric.kodo.conf.Value
 
setString(String) - Method in class com.solarmetric.kodo.conf.StringValue
 
setString(String) - Method in class com.solarmetric.kodo.conf.IntegerValue
 
setString(String) - Method in class com.solarmetric.kodo.conf.BooleanValue
 
setStringField(PersistenceCapable, int, String, String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
setStringType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL type for limited length Strings.
setSubclasses(Class[]) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Set the persistent subclasses of this type.
setSupportsSelectForUpdate(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
Set whether this version of MySQL supports the 'SELECT FOR UPDATE' SQL clause.
setSynchronization(Synchronization) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setSynchronizeSchema(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Automatically refresh the schema for all persistent types seen.
setSynchronizeSchema(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
Automatically refresh the schema for all persistent types seen.
setSynchronizeSchema(Boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setSynchronizeSchema(boolean).
setSynchronizeSchema(Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setTableName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBSequenceFactory
Set the table name for storing sequence ids.
setTableName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
Set the table name to run sequence queries against.
setTableName(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.ClassSequenceFactory
Set the table name to run sequence queries against.
setTableNameGenerator(NameGenerator) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the NameGenerator to use for generating table names.
setTableType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
Set the MySQL table type to use when creating tables.
setTangosolCacheName(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Sets the name of the Tangosol cache to use.
setTangosolCacheType(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
If distributed, this cache implementation will use a distibuted cache.
setTime(int, Time) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setTime(long) - Method in class com.solarmetric.kodo.util.ProxyDate
 
setTimestamp(int, Timestamp) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setTopic(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
Sets the JMS Topic name.
setTopicConnectionFactory(String) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
Sets the JMS TopicConnectionFactory name.
setTransactionIsolation(Connection, JDBCConfiguration) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Setup the transaction isolation level on the Connection.
setTransactionIsolation(Connection, JDBCConfiguration) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
setTransactionIsolation(Connection, JDBCConfiguration) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
DB2 requires that transactions be of type Connection.TRANSACTION_REPEATABLE_READ in order to use pessimistic (datastore) locking.
setTransactionIsolation(int) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setTransactionIsolation(String) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
The transaction isolation that will be used when starting JDBC transactions.
setTransactionIsolation(String) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
The transaction isolation that will be used when starting JDBC transactions.
setTransactionManagerMethod(String) - Method in class com.solarmetric.kodo.ee.InvocationManagedRuntime
Set the method to invoke to get the TransactionManager.
setTransactionManagerName(String) - Method in class com.solarmetric.kodo.ee.JNDIManagedRuntime
Set the location of the TransactionManager in JNDI.
setTransactionTimeout(int) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
setType(int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Column
 
setType(int, String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Set the SQL column type fo rthe given symbolic constant from SQLTypes.
setType(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.Index
 
setTypeMap(Map) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
setUnicodeStream(int, InputStream, int) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setup() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Setup transient state used by this factory based on the current configuration, which will subsequenty be locked down.
setup() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
setUpdate(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.Select
Make this into a SELECT FOR UPDATE query.
setupImplHelper() - Method in class com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
This is the most commonly overridden method when porting to a new database.
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InterbaseDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
This limits the upper size on BLOB and CLOB to 1 megabyte.
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InformixDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DaffodilDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.CloudscapeDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
This limits the upper size on BLOB and CLOB to 1 megabyte.
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
 
setupSQLTypeMap(SQLTypeMap) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLTCKDictionary
 
setURL(int, URL) - Method in class com.solarmetric.datasource.PreparedStatementWrapper
 
setUseBatchedStatements(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Batch together multiple similiar statements for faster execution.
setUseBatchedStatements(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setUseBatchedStatements(Boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setUseBatchedStatements(boolean).
setUseBatchedStatements(Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setUseMulticast(boolean) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
setUsePreparedStatements(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Use cache-able PreparedStatment objects for all JDBC access.
setUsePreparedStatements(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setUsePreparedStatements(Boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for JDBCConfiguration.setUsePreparedStatements(boolean).
setUsePreparedStatements(Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setUserName(String) - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionRequestInfo
 
setUserObject(Object) - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
 
setUseSoftTransactionCache(boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setUseSoftTransactionCache(boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Set whether or not the PersistenceManager should maintain soft references to objects in the transactional cache.
setUseSoftTransactionCache(Boolean) - Method in class com.solarmetric.kodo.conf.SimpleConfiguration
 
setUseSoftTransactionCache(Boolean) - Method in interface com.solarmetric.kodo.conf.Configuration
Wrapper setter for Configuration.setUseSoftTransactionCache(boolean).
setValidateConnections(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Specify whether we want to validate a Connection by issuing a small SQL statement.
setValidateConnectionSQL(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set the SQL query to use to verify that a SQL connection is in a valid state.
setVersion(Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
Set the current version indicator.
setWarnOnPersistentTypeFailure(boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Warn (rather than throw an exception) when the class in the data store's persistent metadata is not found.
setWarnOnPersistentTypeFailure(boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setWarnOnPersistentTypeFailure(Boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.JDBCConfiguration
Wrapper setter for #setWarnOnPersistentTypeFailure(int).
setWarnOnPersistentTypeFailure(Boolean) - Method in class com.solarmetric.kodo.impl.jdbc.JDBCSimpleConfiguration
 
setYear(int) - Method in class com.solarmetric.kodo.util.ProxyDate
 
SHORT - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
shortFromSQL(ResultSet, int) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
shortFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
shortToPreparedParameter(PreparedStatement, int, Number) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
shortToSQL(short) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
shortToSQL(short) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
SimpleConfiguration - class com.solarmetric.kodo.conf.SimpleConfiguration.
SimpleConfiguration is an implementation of Configuration with a bean-like interface.
SimpleConfiguration() - Constructor for class com.solarmetric.kodo.conf.SimpleConfiguration
Default constructor.
SimpleConfiguration(boolean) - Constructor for class com.solarmetric.kodo.conf.SimpleConfiguration
Constructor.
SimpleConfiguration(Properties) - Constructor for class com.solarmetric.kodo.conf.SimpleConfiguration
Constructor.
SimpleProxyManager - class com.solarmetric.kodo.util.SimpleProxyManager.
Simple implementation of the ProxyManager interface that delegates to the Proxies utility class in this package.
SimpleProxyManager() - Constructor for class com.solarmetric.kodo.util.SimpleProxyManager
 
SIZE_UNINITIALIZED - Static variable in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
SIZE_UNKNOWN - Static variable in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
size() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
Return the size of this List.
size() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Returns the number of SQLElements contained in this buffer.
size() - Method in class com.solarmetric.kodo.util.CacheMap
 
size() - Method in class com.solarmetric.kodo.util.ProxyValueCollection
 
size() - Method in class com.solarmetric.kodo.util.ProxyEntrySet
 
size() - Method in class com.solarmetric.kodo.util.ProxyKeySet
 
slowestStatements - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
A Map of SQLString : time, to track the slowest statements we have seen.
SocketDistributedCache - class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.
A distributed cache implementation that builds up a packet of data containing the change notification.
SocketDistributedCache.HostAddress - class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress.
Utility class to store an InetAddress and an int.
SocketDistributedCache.HostAddress(String) - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress
Construct a new host address from a string of the form "host:port" or of the form "host".
SocketDistributedCache.HostAddress(String, int) - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.HostAddress
Construct a new host address with the specified host and port.
SocketDistributedCache.SocketCacheListener - class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener.
Responsible for listening for packets and processing the received packets.
SocketDistributedCache.SocketCacheListener(int) - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache.SocketCacheListener
Construct a new SocketCacheListener configured to use the specified port.
SocketDistributedCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
SQL - Static variable in class com.solarmetric.datasource.DataSourceImpl
 
SQLBuffer - class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer.
Buffer for SQL statements.
SQLBuffer() - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Constructor.
SQLBuffer(SQLBuffer) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Constructor.
SQLBuffer(String) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLBuffer
Constructor.
SQLElement - interface com.solarmetric.kodo.impl.jdbc.sql.SQLElement.
An element in a SQLBuffer.
SQLExceptions - class com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.
Utility class for obtaining an array of Throwable[] objects from a SQLException.
SQLExceptions() - Constructor for class com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions
 
SQLExceptionWrapper - exception com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper.
Wrapper for SQLExceptions that retains the offending SQL that may have caused the problem.
SQLExceptionWrapper(SQLException, SQLBuffer) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
SQLExceptionWrapper(SQLException, String) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
SQLExecutionCallback - interface com.solarmetric.kodo.impl.jdbc.SQLExecutionCallback.
Callback for SQL execution.
SQLExecutionEvent - interface com.solarmetric.kodo.impl.jdbc.SQLExecutionEvent.
A generic SQL Event.
SQLExecutionListener - interface com.solarmetric.kodo.impl.jdbc.SQLExecutionListener.
An abstract listener for all SQLExecutionEvents that occur on for a given SQLExecutionManager.
SQLExecutionManager - interface com.solarmetric.kodo.impl.jdbc.SQLExecutionManager.
Manager for execution SQL Statements.
SQLExecutionManagerFactory - class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerFactory.
Static factory for instantiating implementations of a SQLExecutionManager based on parameters in the JDBCConfiguration.
SQLExecutionManagerFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerFactory
 
SQLExecutionManagerImpl - class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.
Implementation of SQLExecutionManager that supports PreparedStatements and Statements, and has support for batching together similiar statements.
SQLExecutionManagerImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl
 
sqLKeywords - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets a comma-separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
SQLLiteral - class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral.
This class represents a literal String that will be sent as part of a SQLBuffer.
SQLLiteral(String) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral
 
SQLServerDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary.
Implementation of the DBDictionary interface for MS SQLServer.
SQLServerDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
 
SQLStatement - class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement.
Base abstraction of any SQL statement.
SQLStatement(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
 
SQLStatement(SQLStatement, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
 
SQLTypeMap - class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap.
Maps of java types to their SQL counterparts for a particular database.
SQLTypeMap() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLTypeMap
Constructor.
SQLTypes - class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes.
Symbolic constants used to represent the various possible SQL types for a value.
SQLTypes() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
SQLValue - class com.solarmetric.kodo.impl.jdbc.sql.SQLValue.
Class that represents a value in a SQL statement, that can either be included in a Statement (after translated through the DBDictionary), or bound as a parameter in a PreparedStatement.
SQLValue(Object, DBDictionary, int) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
Constructor.
start(Xid, int) - Method in class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 
startArray(Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startClass(String, Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startClassElement(String, Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startCollection(Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startConfiguration() - Method in interface com.solarmetric.kodo.conf.Configurable
Invoked before configuration is begun on this object
startConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
startConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
startConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.JMSCache
No-op implementation.
startConfiguration() - Method in class com.solarmetric.kodo.runtime.datacache.plugins.SocketDistributedCache
 
startExtension(Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startField(Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
startMap(Attributes) - Method in class com.solarmetric.kodo.meta.JDOMetaDataParser
 
StateManagerImpl - class com.solarmetric.kodo.runtime.StateManagerImpl.
Implementation of the StateManager interface for use with this runtime.
statementTimes - Static variable in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
A cache of the time elements in PerformanceTracker.slowestStatements.
StatementWrapper - class com.solarmetric.datasource.StatementWrapper.
Wrapper around an existing Statement.
StatementWrapper.Statistics - class com.solarmetric.datasource.StatementWrapper.Statistics.
 
StatementWrapper.Statistics() - Constructor for class com.solarmetric.datasource.StatementWrapper.Statistics
 
StatementWrapper(DataSourceImpl, ConnectionWrapper, Statement) - Constructor for class com.solarmetric.datasource.StatementWrapper
 
store - Variable in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
The store manager in use; this may be a decorator such as a DataCacheStoreManager around the native store manager.
store - Variable in class com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
 
storeBooleanField(int, boolean) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeByteField(int, byte) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeCharField(int, char) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeDoubleField(int, double) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeFloatField(int, float) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeIntField(int, int) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storeLongField(int, long) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
StoreManager - interface com.solarmetric.kodo.runtime.StoreManager.
Interface to be implemented by data store mechanisms to interact with this JDO runtime.
storeObjectField(int, Object) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
StorePrimary - interface com.solarmetric.kodo.impl.jdbc.ormapping.StorePrimary.
Represents a field mapping that stores into the primary table for the class the field belongs to.
StoreSecondary - interface com.solarmetric.kodo.impl.jdbc.ormapping.StoreSecondary.
Represents a field mapping that stores into a table apart from the primary table for the class or that should be stored in a separate statement.
storeShortField(int, short) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storesLowerCaseIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storeStringField(int, String) - Method in class com.solarmetric.kodo.runtime.StateManagerImpl
 
storesUpperCaseIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
STRING - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
stringFromSQL(ResultSet, int) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
stringFunctions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets a comma-separated list of string functions.
stringToPreparedParameter(PreparedStatement, int, String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
stringToSQL(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Called from the toSQL method for Strings; by defualt escapes all single quote characters with another single quote.
stringToSQL(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
PostgreSQL seems to use '\' as a quote character as well as '.
stringToSQL(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
 
stringToSQL(String) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
StringValue - class com.solarmetric.kodo.conf.StringValue.
 
StringValue(String, String, Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.StringValue
 
StringValue(String, String, String[], Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.StringValue
 
SUBCLASS_PROVIDER - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Metadata extension key used to override the default subclass provider setting for this class.
SubclassProvider - interface com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProvider.
This interface is responsible for storing subclass information into the database and for obtaining subclass information for data loaded from the database.
SubclassProviderImpl - class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl.
 
SubclassProviderImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl
 
summarizePerformance() - Static method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
supportedOptions() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
 
supportedOptions() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactory
 
supportsAlterTableWithAddColumn - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsANSI92FullSQL - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
JDBC 2.0 Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is column aliasing supported?
supportsConvert - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the CONVERT function between SQL types supported?
supportsCoreSQLGrammar - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are correlated subqueries supported? A JDBC CompliantTM driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExecuteWithInputAndOutputRecord() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
supportsExecuteWithInputRecordOnly() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
supportsExpressionsInOrderBy - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are full nested outer joins supported?
supportsGroupBy - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the escape character in "LIKE" clauses supported ? A JDBC CompliantTM driver always returns true.
supportsLimitedOuterJoins - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsLocalTransactionDemarcation() - Method in class com.solarmetric.kodo.impl.jdbc.ee.JDOConnectionFactoryMetaData
 
supportsLocking() - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Returns whether or not this database supports locking (e.g., FOR UPDATE clause in SELECT).
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.InstantDBDictionary
InstantDB does not understand FOR UPDATE.
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PointbaseDictionary
Pointbase does not understand FOR UPDATE.
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
 
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DB2Dictionary
This could probably be done better.
supportsLocking() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.HSQLDictionary
Hsql does not understand FOR UPDATE.
supportsMinimumSQLGrammar - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsMixedCaseIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return false.
supportsMixedCaseQuotedIdentifiers - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return true.
supportsMultipleResultSets - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNonNullableColumns - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can columns be defined as non-nullable? A JDBC CompliantTM driver always returns true.
supportsOpenCursorsAcrossCommit - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can an "ORDER BY" clause use columns not in the SELECT statement?
supportsOuterJoins - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is some form of outer join supported?
supportsPositionedDelete - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is positioned DELETE supported?
supportsPositionedUpdate - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is positioned UPDATE supported?
supportsResultSetType(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
supportsResultTypeConcurrency(int, int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
supportsSchemasInDataManipulation - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is SELECT for UPDATE supported?
supportsStoredProcedures - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are subqueries in comparison expressions supported ? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInExists - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are subqueries in 'exists' expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInIns - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are subqueries in 'in' statements supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInQuantifieds - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are subqueries in quantified expressions supported ? A JDBC CompliantTM driver always returns true.
supportsTableCorrelationNames - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are table correlation names supported? A JDBC CompliantTM driver always returns true.
supportsTransactions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Are transactions supported? If not, invoking the method commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is SQL UNION supported?
supportsUnionAll - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Is SQL UNION ALL supported?
supportsUpdateCountsForBatch() - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Returns true if the JDBC driver supports correct update counts in the return value from Statement.executeBatch().
supportsUpdateCountsForBatch() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
 
supportsUpdateCountsForBatch() - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
Oracle always returns an array of -2 values for any call to Statement.executeBatch().
SybaseDictionary - class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary.
Implementation of the DBDictionary interface for Sybase
SybaseDictionary() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.dict.SybaseDictionary
 
synchronizeGlobalTransaction() - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
synchronize on the global transaction.
systemFunctions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets a comma-separated list of system functions.

T

Table - class com.solarmetric.kodo.impl.jdbc.schema.Table.
Represents a database table.
TABLE - Static variable in class com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
Metadata extension key used to mark the name of the table a class or field is stored in.
Table(String) - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.Table
 
tablesToString(String[]) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Converts an array of table names to a comma-separated list of tables appropriate for use in a SELECT statement.
TangosolCache - class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache.
A PersistenceManagerFactory cache that delegates to a Tangosol Coherence cache.
TangosolCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
 
TCPCache - class com.solarmetric.kodo.runtime.datacache.plugins.TCPCache.
A distributed cache implementation that uses TCP for broadcasting change notifications.
TCPCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.TCPCache
 
throwDataStore(SQLException) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions
 
throwFatal(SQLException) - Static method in class com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions
 
time(SQLExecutionEvent) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
timeDateFunctions - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Gets a comma-separated list of time and date functions.
toArray(Collection) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
Helper method to convert the given collection to an array of the proper component type.
toPKValues(ClassMetaData, Object) - Static method in class com.solarmetric.kodo.util.ObjectIds
Return the primary key values for the given object id.
toPreparedParameter(int, PreparedStatement, int, Object) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Set val as the i'th (base 1) element in st.
toPreparedParameter(int, PreparedStatement, int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Set o as the i'th (base 1) element in st.
toProperties() - Method in class com.solarmetric.kodo.conf.DefaultConfiguration
 
toProperties() - Method in interface com.solarmetric.kodo.conf.Configuration
A Properties representation of this Configuration.
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Create a SELECT statement for this databse from the given parts.
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Appends the given pieces using standard SQL.
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.PostgresDictionary
 
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.OracleDictionary
 
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary
SQLServer uses a non-standard locking mechanism.
toSelect(String[], String[], SQLBuffer, SQLBuffer, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.DaffodilDictionary
 
toSelect(String[], String[], String, String, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Deprecated.  
toSelect(String, String, String, String, boolean, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Deprecated. This method is no longer supported, and now throws an exception to that effect.
toSQL(int, Object) - Method in interface com.solarmetric.kodo.impl.jdbc.schema.DBDictionary
Convert data into SQL for the current database platform.
toSQL(int, Object) - Method in class com.solarmetric.kodo.impl.jdbc.schema.dict.AbstractDictionary
Translate the given value into a SQL string.
toString() - Method in class com.solarmetric.kodo.runtime.JDOClassResolver
 
toString() - Method in class com.solarmetric.datasource.DataSourceImpl
 
toString() - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
toString() - Method in class com.solarmetric.datasource.ConnectionWrapper
 
toString() - Method in class com.solarmetric.datasource.PreparedStatementCache
 
toString() - Method in class com.solarmetric.kodo.conf.JDOVersion
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
Summarize the statistics.
toString() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier.Msg
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLValue
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
 
toString() - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLLiteral
 
toString() - Method in class com.solarmetric.kodo.meta.ClassMetaData
 
toString() - Method in class com.solarmetric.kodo.util.ObjectIds.Id
 
toString() - Method in class com.solarmetric.kodo.util.MultiLoaderClassResolver
 
toString(StringBuffer) - Method in class com.solarmetric.datasource.DataSourceImpl
 
toString(StringBuffer) - Method in class com.solarmetric.datasource.DataSourceImpl.AbstractPool
 
toString(StringBuffer) - Method in class com.solarmetric.datasource.ConnectionWrapper
 
toString(StringBuffer) - Method in class com.solarmetric.datasource.PreparedStatementCache
 
TRACE - Static variable in interface com.solarmetric.log.LogConstants
 
trace(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with trace log level.
trace(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with trace log level.
trackSlowStatements(SQLBuffer[], long) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
trackSlowStatements(SQLBuffer, long) - Method in class com.solarmetric.kodo.impl.jdbc.PerformanceTracker
 
transactionCommitted(TransactionEvent) - Method in interface com.solarmetric.kodo.ee.TransactionEventListener
Notification that a transaction has successfully committed.
TransactionEvent - class com.solarmetric.kodo.ee.TransactionEvent.
Event type representing a change in the transactional state of a PersistenceManager.
TransactionEvent(EEPersistenceManager) - Constructor for class com.solarmetric.kodo.ee.TransactionEvent
 
TransactionEventListener - interface com.solarmetric.kodo.ee.TransactionEventListener.
An entity that wishes to be notified on PersistenceManager transactional status changes.
transactionRolledBack(TransactionEvent) - Method in interface com.solarmetric.kodo.ee.TransactionEventListener
Notification that a transaction has rolled back.
transactionStarted(TransactionEvent) - Method in interface com.solarmetric.kodo.ee.TransactionEventListener
Notification that a transaction has begun.
transform(String, String) - Method in interface com.solarmetric.kodo.impl.jdbc.query.MethodListener
The primary method which transforms a given column and argument into SQL.
traverseRelation(String) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
Traverse into the given relation; this should be followed by the ObjectSelect.joinRelation(com.solarmetric.kodo.impl.jdbc.ormapping.Relation, com.solarmetric.kodo.impl.jdbc.schema.Column[], com.solarmetric.kodo.impl.jdbc.schema.Column[]) method call.
TrueSequenceFactory - class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory.
SequenceFactory implementation that uses a singular database sequence to generate numbers.
TrueSequenceFactory() - Constructor for class com.solarmetric.kodo.impl.jdbc.schema.TrueSequenceFactory
 
type - Variable in class com.solarmetric.kodo.util.ObjectIds.Id
For persistent instances, this type should correspond to the least-derived persistence capable ancestor of the type being described.
TYPE_ARRAY - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BIGDECIMAL - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BIGINTEGER - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BOOLEAN - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BOOLEAN_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BYTE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_BYTE_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_CHAR - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_CHAR_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_COLLECTION - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_CONNECTING - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
TYPE_DATE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_DOUBLE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_DOUBLE_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_FCO - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_FLOAT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_FLOAT_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_GENERAL - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
TYPE_INT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_INT_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_INTERFACE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_JDO - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
TYPE_LOCALE - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_LONG - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_LONG_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_MAP - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_OBJECT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_OPTIMIZATION - Static variable in class com.solarmetric.kodo.conf.SimpleConfiguration
 
TYPE_SHORT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_SHORT_OBJ - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 
TYPE_STRING - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
 

U

UDPCache - class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache.
A distributed cache implementation that uses UDP for broadcasting change notifications.
UDPCache() - Constructor for class com.solarmetric.kodo.runtime.datacache.plugins.UDPCache
 
UNKNOWN - Static variable in class com.solarmetric.kodo.impl.jdbc.schema.SQLTypes
 
unlock() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
Releases the internal lock.
unlock() - Method in class com.solarmetric.kodo.runtime.PersistenceManagerImpl
Releases the internal lock.
unpin(Object) - Method in interface com.solarmetric.kodo.runtime.datacache.DataCache
Unpin the value stored under key into the cache.
unpin(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.LocalCache
 
unpin(Object) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.TangosolCache
Coherence doesn't have a concept of expiring data, so unpinning is meaningless.
unpin(Object) - Method in class com.solarmetric.kodo.util.CacheMap
Removes the key-value pair identified by key from the set of pinned objects.
unsetConnectionFactory() - Method in class com.solarmetric.kodo.ee.JDOBean
 
unsetEntityContext() - Method in class com.solarmetric.kodo.ee.JDOEntityBean
From section 16.2.1 of the JDO 1.0 specification: The unsetEntityContext method clears the entityContext variable and the persistenceManagerFactory variable.
Update - class com.solarmetric.kodo.impl.jdbc.sql.Update.
Abstraction of a SQL UPDATE statement.
Update(DBDictionary, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Update
 
update(StateManagerImpl, BitSet, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping
Updates the given instance in the database.
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractMapMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.AbstractCollectionMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleClobMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ManyToManyMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleBlobMapping
 
update(StateManagerImpl, Object[], int, SQLExecutionManager) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StoreSecondary
Update the given field into the secondary table for this mapping.
Update(Update, ClassResolver) - Constructor for class com.solarmetric.kodo.impl.jdbc.sql.Update
 
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
 
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OneToOneMapping
 
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.InterfaceMapping
 
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleClobMapping
Add the crazy 'EMPTY_CLOB()' directive in the appropriate spot.
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.OracleBlobMapping
Add the crazy 'EMPTY_BLOB()' directive in the appropriate spot.
update(Update, StateManagerImpl, int) - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
update(Update, StateManagerImpl, int) - Method in interface com.solarmetric.kodo.impl.jdbc.ormapping.StorePrimary
Update the given field into the primary table for this mapping.
updatesAreDetected(int) - Method in class com.solarmetric.kodo.ee.EEPersistenceManager
 
url - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's the url for this database?
user - Variable in class com.solarmetric.datasource.JDBCConnectionRequestInfo
 
userName - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
What's our user name as known to the database?
usesLocalFilePerTable - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database use a file for each table?
usesLocalFiles - Variable in class com.solarmetric.kodo.impl.jdbc.schema.DBMetaData
Does the database store tables in a local file?
useSoftMap() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
useWeakMap() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 

V

validateId(Object, Object) - Static method in class com.solarmetric.kodo.util.ObjectIds
Validate that the hashCode and equals method of an Object ID class fulfill the requirements of the JDO specification.
validateObjectId(ClassMetaData, Object) - Static method in class com.solarmetric.kodo.util.ObjectIds
Validate the specified id class if it the first time we have seen it.
Value - class com.solarmetric.kodo.conf.Value.
A Value is holder for a configuration value and metadata about a PropertyDescriptor for the configuration option.
VALUE_DEPENDENT - Static variable in class com.solarmetric.kodo.meta.FieldMetaData
Extension key used to mark first class object values that should be deleted when the owning object is deleted.
Value(String, Class, boolean, String) - Constructor for class com.solarmetric.kodo.conf.Value
Constructor.
ValueMapping - class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping.
Represents a simple FieldMapping of a value to a column of the owning class' primary table.
ValueMapping() - Constructor for class com.solarmetric.kodo.impl.jdbc.ormapping.ValueMapping
 
values() - Method in class com.solarmetric.kodo.util.CacheMap
 
values() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
values() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
values() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
values() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
VENDOR_NAME - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
verifyAll() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Verifies the given metadata against he current capabilities of the O/R layer.
verifyFields() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Checks that field types are persistable.
verifyImplicitPersistence() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Checks that the field meta datas are not being implicitly set to persistent, possibly causing unexpected serialization behavior.
verifyPrimaryKeys() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Warns if the user has specified primary key fields that are not persistable as simple value mappings.
verifySuperclass() - Method in class com.solarmetric.kodo.impl.jdbc.ormapping.MetaDataVerifier
Warns if the described type has a persistence-capable superclass but does not appear to specify it in the metadata.
VERSION_ID - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 
VERSION_NUMBER - Static variable in class com.solarmetric.kodo.conf.JDOVersion
 

W

WARN - Static variable in interface com.solarmetric.log.LogConstants
 
warn(Object) - Method in class com.solarmetric.log.LogAdapter
Log a message with warn log level.
warn(Object, Throwable) - Method in class com.solarmetric.log.LogAdapter
Log an error with warn log level.
warn(String, Connection, Throwable, boolean) - Method in class com.solarmetric.datasource.DataSourceImpl
 
where(Column[], Object[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Set the criteria to inclde that the the given columns must equal the given values; this also adds the tables of the given columns to the tables clause of this statement.
where(Column[], Object[]) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, boolean) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, byte) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, char) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, char) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, double) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, double) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, float) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, float) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, int) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, long) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, long) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, Object) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Set the criteria to inclde that the the given column must equal the given value; this also adds the table of the given column to the tables clause of this statement.
where(Column, Object) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(Column, short) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
See SQLStatement.where(Column,Object).
where(Column, short) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
where(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
Set the given clause to the WHERE part of this statement.
where(SQLBuffer) - Method in class com.solarmetric.kodo.impl.jdbc.sql.ObjectSelect
 
wrapSQLException(SQLException, SQLBuffer) - Static method in class com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper
 
write(PrintStream) - Method in class com.solarmetric.kodo.impl.jdbc.ee.ManagedConnectionFactoryImpl
 
writeApplicationId() - Method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Writes the generated code to the proper file.
writeApplicationId(Class, boolean, PrintStream, Configuration) - Static method in class com.solarmetric.kodo.enhance.ApplicationIdTool
Generate an application id source file for the given type.
writeExternal(ObjectOutput) - Method in class com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
 
writeReplace() - Method in class com.solarmetric.kodo.impl.jdbc.runtime.LazyResultList
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyLinkedList
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyHashSet
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyValueCollection
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyVector
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyArrayList
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyDate
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyHashMap
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyTreeSet
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyTreeMap
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyProperties
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyHashtable
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyEntrySet
 
writeReplace() - Method in class com.solarmetric.kodo.util.ProxyKeySet
 

X

XAResourceImpl - class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl.
No-op XAResourceImpl for JCA support.
XAResourceImpl() - Constructor for class com.solarmetric.kodo.impl.jdbc.ee.XAResourceImpl
 

_

_loc - Static variable in class com.solarmetric.kodo.impl.jdbc.sql.Update
 
_loc - Static variable in class com.solarmetric.kodo.util.SimpleProxyManager
 

A B C D E F G H I J K L M N O P Q R S T U V W X _
SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.