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

A

abortUnion() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
abortUnion() - Method in interface org.apache.openjpa.jdbc.sql.Union
Force the use of a series of standard selects rather than a true UNION.
abs(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
absolute(int) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
absolute(int) - Method in interface org.apache.openjpa.jdbc.sql.Result
Move to the given 0-based row in the result, or return false if the row does not exist.
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Throws an exception by default.
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
absoluteInternal(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
AbstractClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
AbstractDB2Dictionary - Class in org.apache.openjpa.jdbc.sql
Base dictionary for the IBM DB2 family of databases.
AbstractDB2Dictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
 
AbstractDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
AbstractFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
AbstractJDBCSavepointManager - Class in org.apache.openjpa.jdbc.kernel
Abstract SavepointManager implementation that delegates to the subclass for savepoint operations on the active Connection.
AbstractJDBCSavepointManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
AbstractJDBCSavepointManager.ConnectionSavepoint - Class in org.apache.openjpa.jdbc.kernel
A savepoint which provides access to the current transactional connection.
AbstractJDBCSavepointManager.ConnectionSavepoint(Broker, String, boolean) - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
 
AbstractJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
Abstract sequence implementation.
AbstractJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
AbstractResult - Class in org.apache.openjpa.jdbc.sql
A Result implementation designed to be subclassed easily by implementations.
AbstractResult() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractResult
 
AbstractSQLServerDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for the SQL Server databases (Sybase and MS SQL Server).
AbstractSQLServerDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
AbstractStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
AbstractUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Base update manager with common functionality.
AbstractUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
AbstractValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
No-op implementations of ValueHandler interface methods.
AbstractValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
AbstractVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op strategy for easy extension.
AbstractVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
AccessDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
AccessDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.AccessDictionary
 
action - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
action - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_ADD - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
ACTION_BUILD - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_BUILD_SCHEMA - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_CASCADE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Cascade any modification of the joined primary key columns to this table.
ACTION_CREATEDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_DEFAULT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the local columns to their default values if the primary key columns are modified.
ACTION_DELETE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for deletion.
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_DROP - Static variable in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
ACTION_DROPDB - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_EXPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
ACTION_GET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_IMPORT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_INSERT - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for inserttion.
ACTION_NONE - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Logical foreign key; links columns, but does not perform any action when the joined primary key columns are modified.
ACTION_NULL - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Null the local columns if the joined primary key columns are modified.
ACTION_REFLECT - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTION_REFRESH - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_RESTRICT - Static variable in class org.apache.openjpa.jdbc.schema.ForeignKey
Throw an exception if joined primary key columns are modified.
ACTION_RETAIN - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
ACTION_SET - Static variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
ACTION_UNKNOWN - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Symbolic constant reserved for situations when a row operation is unknown.
ACTION_UPDATE - Static variable in interface org.apache.openjpa.jdbc.sql.Row
Mark the row for update.
ACTION_VALIDATE - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTIONS - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
ACTIONS - Static variable in class org.apache.openjpa.jdbc.schema.SchemaTool
 
add(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
add(JDBCStore, Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Add an item to the data structure representing a field value.
addAll(Schema) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add the given schema's objects to the set of objects that will be serialized.
addAll(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add all the objects in the given group to the set of objects that will be serialized.
addAll(Schema) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addAll(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addClassConditions(Select, ClassMapping, boolean, Joins) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Add WHERE conditions to the given select limiting the returned results to the given mapping type, possibly including subclasses.
addClassConditions(Select, ClassMapping, boolean, Joins) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Add WHERE conditions to the given select limiting the returned results to the given mapping type, possibly including subclasses.
addClassExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Add a column to the constraint.
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
 
addColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given column to the database schema.
addColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a column to the table.
addColumnResult(Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Add the id of a mapped column in the query result.
addConstraints(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Add existing unique constraints and indexes to the given value.
addDeclaredFieldMapping(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.addDeclaredField(java.lang.String, java.lang.Class).
addException(Collection, Exception) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Add the given exception to the given list, which may start out as null.
addFieldExtensionKeys(Collection) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
addForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given foreign key to the database schema.
addForeignKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Add a foreign key to the table.
addForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a foreign key to the table.
addIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add an index to the table.
addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds field to the set of fully-qualified field names to eagerly join when loading objects.
addJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addJoinConstraints(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Add existing unique constraints and indexes to the given field's join.
addJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
addJoins(Collection) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Adds fields to the set of fully-qualified field names to eagerly join when loading objects.
addJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
addListener(SchemaGenerator.Listener) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds a listener for schema generation events.
addMapping(String, Object) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Map the given path to the given result id.
addName(String, boolean) - Method in class org.apache.openjpa.jdbc.schema.NameSet
Attempt to add the given name to the set.
addPCResult(Class) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Add a mapped persistence-capable result with the given candidate type.
addPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given primary key to the database schema.
addPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Set the primary key for the table.
addPrimaryKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Set the primary key for the table.
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Add the primary key column to the given table and return it.
addPrimaryKeyColumn(Table) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
 
addQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Add a query result mapping.
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
No-op.
addSchema(ClassMapping, SchemaGroup) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCSeq
Add any tables, etc needed by this factory for the given mapping to the given schema group, if they do not exist already.
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
addSchema(ClassMapping, SchemaGroup) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
addSchema() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Add a schema to the group.
addSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Add a schema to the group.
addSequence(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Add a sequence to the schema.
addSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addStandardProperties(StringBuffer) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
 
addTable(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Add a table to the schema.
addTable(Table) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Add the given table to the set of tables that will be serialized.
addTable(Table) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
addUnique(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Add a unique constraint to the table.
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
afterLoad(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
This method is called after data is loaded into the instance, in case the version indicator works off of a state image.
afterSpecificationSet(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
ALIAS - Static variable in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
all(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
allocate(int, StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Allocate additional sequence values.
allocateInternal(int, JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
allowConcurrentRead - Variable in class org.apache.openjpa.jdbc.sql.EmpressDictionary
This setting inserts "BYPASS" after every "SELECT".
allowsAliasInBulkClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
allSequencesFromOneSchemaSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load schema,name pairs from a named schema.
allSequencesSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load all sequence schema,name pairs from all schemas.
and(Expression, Expression) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
and(Joins, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
AND the given joins together.
and(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
any(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
append(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Append the given joins to the given buffer.
append(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
append(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append all SQL and parameters of the given buffer.
append(Table) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Sequence) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(String) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
append(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a subselect.
appendCast(SQLBuffer, FilterValue, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Cast the specified value to the specified type.
appendCount(Select, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a subselect count.
appendIsEmpty(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsEmpty(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is empty to the given buffer.
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is empty.
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotEmpty(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNotEmpty(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is not empty to the given buffer.
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is not empty.
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNotEmpty(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNotNull(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is not null to the given buffer.
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is not null.
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
appendIsNotNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
appendIsNull(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendIsNull(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL testing whether this value is null to the given buffer.
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendIsNull(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking if this value is null.
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
appendIsNull(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
appendJoinCount(SQLBuffer, Select, Joins, DBDictionary, FieldMapping, ForeignKey) - Static method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendNumericCast(SQLBuffer, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append SQL for the given numeric value to the buffer, casting as needed.
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
If this dictionary can select ranges, use this method to append the range SQL.
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
appendSelectRange(SQLBuffer, long, long) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
appendSize(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendSize(SQLBuffer, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the SQL checking the size of this value.
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
appendSize(SQLBuffer, Select, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Append a where clause to the given statement checking the size of the value.
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
appendSize(SQLBuffer, Select, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Helper method to add size properties to the specified type.
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
appendSize(Column, String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
appendTo(SQLBuffer, int, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
appendTo(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Append the first SQL element for this value to the given buffer.
appendTo(SQLBuffer, int) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Append the indexth SQL element for this value to the given buffer.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
appendTo(SQLBuffer, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCAggregateListener
Append the SQL for this aggregate.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.JDBCFilterListener
Append the SQL for this expression or value.
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
Deprecated.  
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
Deprecated.  
appendTo(SQLBuffer, FilterValue, FilterValue[], ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
appendTo(SQLBuffer, int, Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Append the indexth SQL element to the given buffer.
appendUpdates(Select, JDBCStore, SQLBuffer, Object[], Map, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
appendValue(Object) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(Object, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value for a specific column.
appendValue(boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(boolean, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(byte) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(byte, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(char) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(char, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(double) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(double, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(float) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(float, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(int, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(long) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(long, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(short) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
appendValue(short, Column) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Append a parameter value.
areAllPrimaryKeyColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Return whether all the given columns are primary key columns.
Args - Class in org.apache.openjpa.jdbc.kernel.exps
A list of arguments to a multi-argument function.
Args(Val, Val) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.Args
Constructor.
arrayTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ASCII_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
asExpression(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
assertJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the joinable for the given column, or throw an exception if none is available.
assertJoinable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Throw the proper exception if the given handler-controlled value represents an unjoinable relation.
assertNoForeignKey(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place a foreign key on this mapping.
assertNoIndex(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place an index on this mapping.
assertNoJoin(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to join.
assertNoSchemaComponents(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not supply any columns, index, unique constraint, or foreign key for this mapping.
assertNotMappedBy() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
Throws an informative exception if the field declares a mapped-by value.
assertNoUnique(MetaDataContext, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that the user did not try to place a unique constraint on this mapping.
assertStrategy(MetaDataContext, Object, Object, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Assert that this info has the given strategy or no strategy.
assertSupport(boolean, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Assert that the given dictionary flag is true.
assignField(OpenJPAStateManager, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
assignObjectId(OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
autoAssignClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
autoAssignSequenceName - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
The global sequence name to use for autoassign simulation.
autoAssignTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
avg(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 

B

beforeConfigurationConstruct(ConfigurationProvider) - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
beforeConfigurationLoad(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
beforeStateChange(OpenJPAStateManager, PCState, PCState) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
begin() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
beginOptimistic() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
bigintTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BINARY_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
binaryTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
bindKeyVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bindValueVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bindVariable(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
bitLengthFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
bitTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BLOB - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
blobAsObject - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
blobTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
BlobValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for blob values.
BlobValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
 
booleanTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ByteArrayValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for byte array values.
ByteArrayValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
 
BYTES - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
bytes - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
 

C

CacheDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Intersystems Cache.
CacheDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.CacheDictionary
 
cacheTables - Variable in class org.apache.openjpa.jdbc.sql.HSQLDictionary
Sets whether HSQL should use "CREATED CACHED TABLE" rather than "CREATE TABLE", which allows disk-based database operations.
calculateDBDictionary(JDBCConfiguration, String, String, String) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
Attempt to create the dictionary from the given connection URL and driver name, either or both of which may be null.
calculateValue(Select, JDBCStore, Object[], Val, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
calculateValue(Select, JDBCStore, Object[], Val, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Calculate and cache the SQL for this value.
calendar - Variable in class org.apache.openjpa.jdbc.sql.Calendard
 
Calendard - Class in org.apache.openjpa.jdbc.sql
A calendar-modified value.
Calendard(Object, Calendar) - Constructor for class org.apache.openjpa.jdbc.sql.Calendard
 
cancelAll() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
canForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a foreign key.
canIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly non-indexable.
canIndicateNull() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Whether user has explicitly turned null indicator column off.
canOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Whether we can have an ordering column.
canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns if the given foreign key can be eagerly loaded using other joins.
canOuterJoin(int, ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
canSet(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return true if the given column index is settable.
canSetAny(ColumnIO, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return true if any of the given column indexes are settable.
canUnique() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a unique constraint.
cast(Value, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
castFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
catalogSeparator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CENTI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CHAR_STREAM - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
characterColumnSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CharArrayStreamValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for char array values.
CharArrayStreamValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
 
CharArrayValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for char array values.
CharArrayValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
 
charTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
checkNull(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
 
checkVersion(OpenJPAStateManager, JDBCStore, boolean) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
Checks the version of the given state manager with the version stored in memory.
ClassMapping - Class in org.apache.openjpa.jdbc.meta
Specialization of metadata for relational databases.
ClassMapping(Class, MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
Constructor.
ClassMapping(ValueMetaData) - Constructor for class org.apache.openjpa.jdbc.meta.ClassMapping
Embedded constructor.
ClassMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a class to the schema, in raw form.
ClassMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
ClassNameDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Stores the class name along with each database object record.
ClassNameDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
ClassStrategy - Interface in org.apache.openjpa.jdbc.meta
Mapping from a class to a relational schema.
ClassTableJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
Specialization of the TableJDBCSeq that maintains a separate sequence count per-class.
ClassTableJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Clear all mapping information.
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Clear mapping information.
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
clear() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Reset the internal repository.
clear() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
clear(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
 
clear() - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Clear the set of objects to be serialized.
clear() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
clearDefinedFieldCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
clearForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Clear a circular foreign key.
clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
clearJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Clears the set of field names to join when loading data.
clearJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Clear mapping information, including strategy.
clearMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Clear mapping information, including strategy.
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
clearMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
Clear mapping information, including strategy.
clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
clearOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Select
Clear odering conditions.
clearOrdering() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
clearParameters() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
clearParameters() - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Clear parameter values held by this value or its subcomponents.
clearPlaceholderSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Clear selected placeholders, and return removed select indexes.
clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
clearRelationId(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Clear a circular relation id.
clearSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
clearSelects() - Method in interface org.apache.openjpa.jdbc.sql.Select
Clear the existing column selects.
clearSelects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
clearSubclassCache() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
CLOB - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
clobTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ClobValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for clob values.
ClobValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
 
clone() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return a new tool with the same settings as this one.
clone() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
 
clone() - Method in class org.apache.openjpa.jdbc.sql.Join
 
clone() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Performs a proper deep clone.
clone() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Perform a shallow clone of this SQL Buffer.
close() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
Free the data sources.
close() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
No-op.
close() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
close() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
close() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
close() - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
close() - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Invoked when the customizer is no longer needed.
close() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Closes all eager results.
close() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
close() - Method in interface org.apache.openjpa.jdbc.sql.Result
Free the resources used by this result; do not close the SQL connection.
close() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
closeConnection() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Close the current connection.
closeDataSource(DataSource) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Close the given data source.
closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Closes the specified DataSource and releases any resources associated with it.
closeDataSource(DataSource) - Method in class org.apache.openjpa.jdbc.sql.DerbyDictionary
 
closeEagerMap(Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Close all results in eager map.
closePoolSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
cls - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
The owning class mapping.
Column - Class in org.apache.openjpa.jdbc.schema
Represents a database column.
Column() - Constructor for class org.apache.openjpa.jdbc.schema.Column
Default constructor.
Column(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Column
Constructor.
ColumnIO - Class in org.apache.openjpa.jdbc.schema
Metadata about column I/O in a specific context.
ColumnIO() - Constructor for class org.apache.openjpa.jdbc.schema.ColumnIO
 
columnsMatch(Column[], Column[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the given local and foreign columns match those on this key.
columnsMatch(Column[]) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the given columns match the columns of this constraint.
ColumnVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses a single column and corresponding version object.
ColumnVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
commit() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
compare(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
Compare the two versions.
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Schema
 
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
compareTo(Object) - Method in class org.apache.openjpa.jdbc.schema.Table
 
compareVersion(OpenJPAStateManager, Object, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
compareVersion(Object, Object) - Method in class org.apache.openjpa.jdbc.meta.Version
 
compareVersion(Object, Object) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
 
comparison(SQLBuffer, String, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append a comparison.
concat(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
concatenateDelimiter - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
concatenateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
conf - Variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
conf - Variable in class org.apache.openjpa.jdbc.meta.StrategyInstaller
 
conf - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
connected - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is called when the dictionary first sees any connection.
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
connectedConfiguration(Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
connectionDecoratorPlugins - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
ConnectionInfo - Class in org.apache.openjpa.jdbc.kernel
Struct to hold data about the current connection state.
ConnectionInfo() - Constructor for class org.apache.openjpa.jdbc.kernel.ConnectionInfo
 
CONS_NAME_AFTER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CONS_NAME_BEFORE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
CONS_NAME_MID - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
Constraint - Class in org.apache.openjpa.jdbc.schema
A table constraint.
constraintNameMode - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
ContainerFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
An abstract container mapping that handles traversing the join to examine the size of the relation.
ContainerFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
contains(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
contains(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
contains(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
contains(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
contains(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the given id or column is available in the result.
contains(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the given column is available in the result.
containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
containsAll(Object[]) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
containsAll(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
containsAll(Object[]) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if all the given ids or columns are available in the result.
containsAll(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if all the given columns are available in the result.
containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Return whether this result contains data for all the given ids or columns.
containsAllInternal(Object[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given local column.
containsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the pk includes the given column.
containsConstantColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given local column.
containsConstantPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given primary key column.
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Return whether this result contains data for the given id or column.
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
containsInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
containsKey(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
containsPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return true if the fk includes the given primary key column.
containsValue(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
convertSchemaCase(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified schema name to a name that the database will be able to understand.
copy(FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
copy(ClassMetaData) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
copy(FieldMetaData) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Copy missing info from the instance to this one.
copy(MappingInfo) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
 
copy(Column) - Method in class org.apache.openjpa.jdbc.schema.Column
Copy information from the given column to this one.
copy(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Copy cloneable state from the given instance.
copyDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Copy all values from this row into the given one.
copyInto(RowImpl, boolean) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
copyMappingInfo(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Copy mapping info from the given instance to this one.
copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
copyMappingInfo(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Copy mapping info from the given instance to this one.
copyMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
correctName(Table, Column) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Correct the given column's name.
count(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
count() - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
 
createCodeFormat() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
createColumns(MetaDataContext, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create columns on the given table by merging the given template information with any user-provided information.
createConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
createConnectionDecorators() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
createForeignKey(MetaDataContext, String, List, MappingInfo.ForeignKeyDefaults, Table, ClassMapping, ClassMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create a foreign key (possibly logical) on the given columns by merging the given template information with any user-provided information.
createIdentityColumn - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
If true, then whenever the schematool creates a table, it will append an additional IDENTITY column to the table's creation SQL.
createIndex(MetaDataContext, String, Index, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create an index on the given columns by merging the given template information with any user-provided information.
createIndex(Index, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given index to the database schema.
createPrimaryKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
createSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given sequence to the database schema.
createTable(MetaDataContext, MappingInfo.TableDefaults, Schema, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Find or generate a table for a mapping.
createTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Add the given table to the database schema.
createUnique(MetaDataContext, String, Unique, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Retrieve/create a unique constraint on the given columns by merging the given template information with any user-provided information.
crossJoin(Table, Table) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Perform a cross join on the given tables.
crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
crossJoin(Table, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
crossJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
current - Variable in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
current(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
currentDateFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the current sequence object.
currentInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
currentTimeFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
currentTimestampFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
This method is for class mappings that take over the insert process, but still want to use this indicator for optimistic locking.
customInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
customize(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
customize(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
customize(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Customize the given class information produced by the reverse mapping tool.
customize(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Customize the given field information produced by the reverse mapping tool.
customizer - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
customizerClass - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
customizerProperties - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to customize obtaining a result containing all instances of this class.
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to load the state of a given object, without a previous Result.
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Implement this method to customize loading from a Result into an instance.
customLoad(JDBCStore, boolean, JDBCFetchConfiguration, long, long) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customLoad(OpenJPAStateManager, JDBCStore, PCState, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customLoad(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Override this method to customize flushing this mapping.
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
customUpdate(OpenJPAStateManager, JDBCStore, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
This method is for class mappings that take over the update process, but still want to use this indicator for optimistic locking.
customUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 

D

DataSourceFactory - Class in org.apache.openjpa.jdbc.schema
Factory for DataSource objects.
DataSourceFactory() - Constructor for class org.apache.openjpa.jdbc.schema.DataSourceFactory
 
datePrecision - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
dateTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
DB2Dictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for IBM DB2 database.
DB2Dictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
DBDictionary - Class in org.apache.openjpa.jdbc.sql
Class which allows the creation of SQL dynamically, in a database agnostic fashion.
DBDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionary
 
DBDictionary.SerializedData - Class in org.apache.openjpa.jdbc.sql
Used by some mappings to represent data that has already been serialized so that we don't have to serialize multiple times.
DBDictionary.SerializedData(byte[]) - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
 
DBDictionaryFactory - Class in org.apache.openjpa.jdbc.sql
Factory class to instantiate a dictionary.
DBDictionaryFactory() - Constructor for class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
 
dbdictionaryPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
DECI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
decimalTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Decorate the given connection if needed.
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
decorate(Connection) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
decorateDataSource(DataSource, JDBCConfiguration, boolean) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Install listeners and base decorators.
defaultHandler(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default handler to use for the given value.
defaultHandler(ValueMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default handler to use for the given value.
defaultMissingInfo() - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Whether to fill in missing mapping information at runtime with the default values supplied by this plugin.
defaultMissingInfo() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
defaultMissingInfo() - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
defaultsDataSource(DataSource, String, String) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Return a data source with the given user name and password pre-configured as the defaults when DataSource.getConnection() is called.
defaultStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given class.
defaultStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given class.
defaultStrategy(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given field.
defaultStrategy(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given field.
defaultStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given discriminator.
defaultStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given discriminator.
defaultStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given version.
defaultStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Determine the default strategy to use for the given version.
defaultStrategy(Version, FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the default version strategy, given a version field.
defaultTypeStrategy(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the built-in strategy for the field's type, or null if none.
DelegatingJDBCFetchConfiguration - Class in org.apache.openjpa.jdbc.kernel
Delegating fetch configuration that can also perform exception transation for use in facades.
DelegatingJDBCFetchConfiguration(JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Constructor; supply delegate.
DelegatingJDBCFetchConfiguration(JDBCFetchConfiguration, RuntimeExceptionTranslator) - Constructor for class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Constructor; supply delegate and exception translator.
DelegatingJoinable - Class in org.apache.openjpa.jdbc.meta
Delegates to another Joinable after doing column translation.
DelegatingJoinable(Joinable, ForeignKey) - Constructor for class org.apache.openjpa.jdbc.meta.DelegatingJoinable
Constructor.
DelegatingJoinable(Joinable, Column[]) - Constructor for class org.apache.openjpa.jdbc.meta.DelegatingJoinable
Constructor.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Set the where values appropriately to delete the proper instance, and set all relations on non-secondary tables as updates.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
delete(OpenJPAStateManager, OpenJPAStateManager, JDBCStore, RowManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
Delete an embedded object record.
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
delete(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Version
 
deleteRow(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Delete the row for this object if the reference foreign key exists.
DerbyDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Apache Derby (formerly Cloudscape).
DerbyDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.DerbyDictionary
 
derefColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Deref all columns in this key.
derefColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Deref all columns in this constraint.
deriveKey(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Some mapping derive keys from map values.
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
deriveKey(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Some mapping derive values from map keys.
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
deriveValue(JDBCStore, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
desc - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
detachable - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
dict - Variable in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
dict - Variable in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
dict - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
directory - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
dirName - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
disc - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
The owning discriminator.
Discriminator - Class in org.apache.openjpa.jdbc.meta
Handles determining the object class of database records.
Discriminator(ClassMapping) - Constructor for class org.apache.openjpa.jdbc.meta.Discriminator
Constructor.
DISCRIMINATOR - Static variable in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Path token to represent a discriminator.
DiscriminatorMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a discriminator to the schema, in raw form.
DiscriminatorMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
 
DiscriminatorStrategy - Interface in org.apache.openjpa.jdbc.meta
Handles determining the object class of database records.
discriminatorStrategy - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
distinct(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
distinctCountColumnSeparator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
distinctTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
divide(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
doubleTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
DriverDataSource - Interface in org.apache.openjpa.jdbc.schema
A DataSource that allows additional configuration options to be set into it, so that it can wrap a JDBC driver or other DataSource.
driverDataSourcePlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
driverDeserializesBlobs - Variable in class org.apache.openjpa.jdbc.sql.MySQLDictionary
Whether the driver automatically deserializes blobs.
driverVendor - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
drop(Class[], int, ClassLoader) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
dropColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given column from the database schema.
dropForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given foreign key from the database schema.
dropIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given index from the database schema.
dropPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given primary key from the database schema.
dropSequence() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Drops the sequence in the DB.
dropSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given sequence from the database schema.
dropSequences - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
dropSequences - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
dropTable() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Drops the sequence table in the DB.
dropTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Drop the given table from the database schema.
dropTable() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Drops the sequence table in the DB.
dropTables - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
dropTables - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
dropTableSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
DynamicSchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory whose schema group dynamically fills itself with information as mappings validate themselves in their map method.
DynamicSchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 

E

EAGER_INNER - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to batch the select using an inner join.
EAGER_JOIN - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_JOIN - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating to load relations and subclass data if possible without separate queries.
EAGER_NONE - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_NONE - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating not to try to load subclass data and related objects when querying for an object.
EAGER_OUTER - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to batch the select using an outer join.
EAGER_PARALLEL - Static variable in class org.apache.openjpa.jdbc.conf.FetchModeValue
 
EAGER_PARALLEL - Static variable in interface org.apache.openjpa.jdbc.kernel.EagerFetchModes
Constant indicating to load relations and subclass data if possible using either joins or parallel queries.
EAGER_PARALLEL - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to use a separate select executed in parallel.
eagerClone(FieldMapping, int, boolean, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
eagerClone(FieldMapping, int, boolean, int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a select that will be eagerly executed with this one, or null if the select cannot be created for the given key and join type.
eagerClone(FieldMapping, int, boolean, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
eagerFetchMode - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
EagerFetchModes - Interface in org.apache.openjpa.jdbc.kernel
Eager fetch mode constants.
Embeddable - Interface in org.apache.openjpa.jdbc.meta
Interface for field strategies that can managed fields of embedded-element, embedded-key, and embedded-value objects.
EmbeddedClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Class mapping for embedded objects.
EmbeddedClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
 
EmbedFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for an embedded persistent object.
EmbedFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
EmbedValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Base class for embedded value handlers.
EmbedValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
 
EmpressDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Empress using ODBC server combined with their type 2 driver.
EmpressDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
EMPTY_COLUMNS - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_FOREIGN_KEYS - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_INDEXES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_MAPPINGS - Static variable in class org.apache.openjpa.jdbc.meta.ClassMapping
 
EMPTY_UNIQUES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
EMPTY_VALUES - Static variable in class org.apache.openjpa.jdbc.schema.Schemas
 
emptyExpression() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
endConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
endDataRequest() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
endDataRequest() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
endDataRequest() - Method in interface org.apache.openjpa.jdbc.sql.Result
Ends a data request.
endElement(String) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
endsWith(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
ensureDriverVendor() - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Ensure that the driver vendor has been set, and if not, set it now.
equal(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
equals(Object) - Method in class org.apache.openjpa.jdbc.sql.Join
 
equals(Object) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
equalsColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Column
Tests compatibility.
equalsForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Foreign keys are equal if the satisfy the equality constraints of Constraint and they have the same local and primary key columns and action.
equalsIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.Index
Indexes are equal if they have the same name, the same columns, and are both unique/not unique.
equalsLocalConstraint(LocalConstraint) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return true if the columns of this constraint matches that of the given one.
equalsPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
Return true if the structure of this primary key matches that of the given one (same table, same columns).
equalsUnique(Unique) - Method in class org.apache.openjpa.jdbc.schema.Unique
Return true if the structure of this primary key matches that of the given one (same table, same columns).
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
evaluate(JDBCStoreQuery, JDBCFetchConfiguration, QueryExpressions, Object[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
Evaluate the expression, returning a SQL select with the proper conditions.
evaluate(Object, Class, Object[], Class[], Object, StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
execute(JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Execute this select in the context of the given store manager.
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Execute this select in the context of the given store manager.
execute(JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
execute(JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
executeDelete(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
executeOn(String[]) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
executeQuery(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], boolean, long, long) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeUpdate(StoreQuery.Executor, ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
executeUpdate(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[]) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
expectsArguments() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
expectsArguments() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
expectsTarget() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
expectsTarget() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
exportMappings(JDBCConfiguration, Class[], boolean, Log, Writer) - Method in interface org.apache.openjpa.jdbc.meta.MappingTool.ImportExport
Export mappings for the given classes based on the given arguments.

F

fetchDirection - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
FetchModeValue - Class in org.apache.openjpa.jdbc.conf
Value type used to represent fetch modes.
FetchModeValue(String) - Constructor for class org.apache.openjpa.jdbc.conf.FetchModeValue
 
field - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
The owning field mapping.
FieldMapping - Class in org.apache.openjpa.jdbc.meta
Specialization of metadata for relational databases.
FieldMapping(String, Class, ClassMapping) - Constructor for class org.apache.openjpa.jdbc.meta.FieldMapping
Constructor.
FieldMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a field to the schema, in raw form.
FieldMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
FieldStrategy - Interface in org.apache.openjpa.jdbc.meta
Maps a persistent field to the relational schema.
file - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
file - Variable in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
FileSchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory that uses an XML schema file to construct the system schema.
FileSchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
FilterValue - Interface in org.apache.openjpa.jdbc.kernel.exps
The simplified public view of any non-operator in a query filter, including constants, variables, and object fields.
find(Object, ValueMapping, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Find the object with the given oid.
find(Object, ValueMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Find the object with the given oid.
findExportedForeignKeys(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find all foreign keys exported by a given primary key (all foreign keys that link to the primary key).
findObject(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the 1-based result set index for the given column or id, or a non-positive number if the column is not contained in this result.
findObject(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
findSequence(String) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
findSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the equivalent of the given sequence in this schema group.
findSequence(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the sequence with the given name in the group, using '.' as the catalog separator.
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
findTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the equivalent of the given table in this schema group.
findTable(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Find the table with the given name in the group, using '.' as the catalog separator.
findTargetField(Column[], String) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the position of the template column with the given target field.
finish() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
Parse the schema relating to the given class.
FirebirdDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Firebird.
FirebirdDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.FirebirdDictionary
 
fixedSizeTypeNames - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
fixedSizeTypeNameSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
FLAG_DIRECT_INSERT - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_DIRECT_UPDATE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_FK_INSERT - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_FK_UPDATE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_PK_JOIN - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_UNINSERTABLE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
FLAG_UNUPDATABLE - Static variable in class org.apache.openjpa.jdbc.schema.Column
 
flags - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
flags - Variable in class org.apache.openjpa.jdbc.sql.RowImpl
 
FlatClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for classes mapped to their superclass table.
FlatClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
floatTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
flush(Collection, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Flush all rows of the given row manager.
flush(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
flush(RowManager, PreparedStatementManager, Collection) - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
flush(Collection, PreparedStatementManager) - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
Flush the given collection of secondary rows.
flush(RowImpl) - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
Flush the given row.
flush() - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
This method must be called after the last row has been flushed, to flush any remaining statements.
flush(Collection, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.UpdateManager
Flush the given instances to the data store.
flush(PreparedStatement, DBDictionary, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Flush the row's values to the given prepared statement.
flush(PreparedStatement, int, DBDictionary, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Flush the row's values to the given prepared statement.
flushAllRows(Row) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
flushAllRows(Row) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Flush the logical row.
flushAllRows(Row) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
flushSecondaryRow(Row) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
flushSecondaryRow(Row) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Flush the secondary row; after flushing the row is available for reuse.
flushSecondaryRow(Row) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
ForeignKey - Class in org.apache.openjpa.jdbc.schema
Represents a database foreign key; may be a logical key with no database representation.
ForeignKey() - Constructor for class org.apache.openjpa.jdbc.schema.ForeignKey
Default constructor.
ForeignKey(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.ForeignKey
Constructor.
foreignKeys - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
foreignKeys - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
format - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
forUpdateClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
FoxProDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
FoxProDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
FROM_SELECT_ALIAS - Static variable in interface org.apache.openjpa.jdbc.sql.Select
The alias to use for the from select, if any.
FullClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for when the class maps all fields to its own table.
FullClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
fullClone(int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
fullClone(int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a SELECT that is a complete clone of this one.
fullClone(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 

G

generateClass(String, Class) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Generate a new class with the given name.
generateForeignKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate foreign key information for the given schema.
generateForeignKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table foreign keys.
generateIndexes(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate index information for the given schema.
generateIndexes(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table indexes.
generatePrimaryKeys(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate primary key information for the given schema.
generatePrimaryKeys(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generates table primary keys.
generateSchema(String, String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Add a fully-constructed Schema matching the given database schema to the current group.
generateSchemas() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate all schemas set in the configuration.
generateSchemas(String[]) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Generate the schemas and/or tables named in the given strings.
generateSequences(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds all sequences matching the given name pattern to the schema.
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Generate the SQL for this row; the result of this method is cached.
generateSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
generateTables(String, String, Connection, DatabaseMetaData) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Adds all tables matching the given name pattern to the schema.
GenericResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
Object provider implementation wrapped around a generic Result.
GenericResultObjectProvider(Class, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
Constructor.
GenericResultObjectProvider(ClassMapping, JDBCStore, JDBCFetchConfiguration, Result) - Constructor for class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
Constructor.
get(Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
Return a default foreign key for the given tables, or null to create a logical foreign key only.
get(Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.TableDefaults
Return the default table name.
getAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The action supplied on construction.
getAction(String) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key action constant for the given action name.
getAction() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
The action supplied on construction.
getAction() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the action for this row.
getAction() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
getActionName(int) - Static method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key action name for the given action constant.
getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given column to its table.
getAddColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given foreign key to its table.
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getAddForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getAddNullIndicator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to add a synthetic null indicator column to embedded mappings by default.
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to add the given primary key to its table.
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getAddPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getAlias() - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Return the alias of this strategy.
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
getAlias() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getAlias1() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getAlias2() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getAllocate() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getAllocate() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the number of sequences to allocate for each update of the sequence table.
getAllocate() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's cache size.
getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRowDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return any 'all row' deletes.
getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRows(Table, int) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Return a logical row representing an update that should be made to all rows of the given table.
getAllRows(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getAllRowUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return any 'all row' updates.
getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArray(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getArray(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getArray(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getArray(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getArray(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getArrayInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getAsciiStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getAsciiStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getAsciiStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getAsciiStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getAsciiStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getAutoAssignedColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
Return this table's auto-assigned columns.
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getAutoDistinct() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether to automatically make results distinct when relational joins would otherwise introduce duplicates.
getAutoDistinct() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getBaseClassStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base class strategy alias.
getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBaseMapping() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBaseMapping() - Method in interface org.apache.openjpa.jdbc.sql.Result
If this is the result of a UNION used to select a hierarchy of mappings, the base mapping represented by the current row.
getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimal(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBigDecimal(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigDecimal(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigDecimal(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBigDecimal(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigDecimalInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigInteger(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBigInteger(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigInteger(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBigInteger(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBigInteger(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBigIntegerInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBinaryStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBinaryStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBinaryStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBinaryStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBinaryStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBlob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBlob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBlob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBlob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBlobAsObject() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to reverse-map blob columns as containing serialized Java objects, rather than the default of using a byte[] field.
getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBlobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBlobObject(ResultSet, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBoolean(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBoolean(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBoolean(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBoolean(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getBoolean(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBooleanInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getByte(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getByte(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getByte(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getByte(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getByte(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getByteInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytes(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getBytes(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBytes(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getBytes(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getBytes(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getBytesInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCachedQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the cached query result mapping with the given name, or null if none.
getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getCalendar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCalendar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCalendar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getCalendar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCalendarInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCandidateType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
The result candidate class.
getCandidateTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Candidate mapping.
getCatalogNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the catalog name that will be used for obtaining information from DatabaseMetaData.
getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getChar(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getChar(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getChar(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getChar(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getChar(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStream(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getCharacterStream(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCharacterStream(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getCharacterStream(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getCharacterStream(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharacterStreamInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getCharInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getClass(JDBCStore, ClassMapping, Result) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Return the class for the current result row.
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Convert the given discriminator value to the corresponding class.
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getClass(JDBCStore, ClassMapping, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
getClass(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getClassCode(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getClassCode(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the given class, or null to use the standard system-generated Java code.
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Return SQL to limit the classes selected as much as possible to the given base class, and optionally its subclasses.
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
getClassConditions(JDBCStore, Select, Joins, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
getClassLoader() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getClassLoader() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getClassMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a path to a persistent object, return its class mapping, else return null.
getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Return the owning mapping.
getClassMapping(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the class mapping for the given table, or null if none.
getClassMapping() - Method in class org.apache.openjpa.jdbc.meta.Version
Return the owning mapping.
getClassName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The described class name.
getClassName(Table, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getClassName(Table, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return the fully-qualified class name to generate for the given table.
getClientConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClob(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getClob(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getClob(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getClob(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getClob(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getClobInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getClobString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCloseConnection() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Whether to close the backing connection when this result is closed.
getCodeFormat() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
The code formatter for the generated Java code.
GetColumn - Class in org.apache.openjpa.jdbc.kernel.exps
Returns the SQL alias of the named column for use in a query.
GetColumn() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
getColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local column joined to the given primary key column.
getColumn(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the column with the given name, or null if none.
getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the alias to use for the given column (this includes the table alias prefix, if any).
getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the alias to use for the given column (this includes the table alias prefix, if any).
getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getColumnAlias(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(String, Table) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(String, Table, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the alias for the given column.
getColumnAlias(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(String, Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnAlias(String, Table, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
I/O information on the key columns / join key.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
I/O information on the discriminator columns.
getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Return column I/O information for this mapping.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
I/O for the columns created by the last call to MappingInfo.createColumns(org.apache.openjpa.meta.MetaDataContext, java.lang.String, org.apache.openjpa.jdbc.schema.Column[], org.apache.openjpa.jdbc.schema.Table, boolean), or for the foreign key created by the last call to MappingInfo.createForeignKey(org.apache.openjpa.meta.MetaDataContext, java.lang.String, java.util.List, org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults, org.apache.openjpa.jdbc.schema.Table, org.apache.openjpa.jdbc.meta.ClassMapping, org.apache.openjpa.jdbc.meta.ClassMapping, boolean, boolean).
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getColumnIO() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
I/O information on the foreign key, or columns if this value doesn't have a key.
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getColumnIO() - Method in class org.apache.openjpa.jdbc.meta.Version
I/O information on the version columns.
getColumnName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the column's name.
getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the column name that will be used for obtaining information from DatabaseMetaData.
getColumnNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
getColumnResults() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Ids of mapped scalar columns in the result.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Columns used by this Discriminator.
getColumns(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Return the columns set for this discriminator, based on the given templates.
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Return the columns used by this strategy.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
The columns managed by this joinable.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw column data.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getColumns() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getColumns() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The columns that hold the data for this value.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getColumns(ValueMapping, String, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the columns for this value, based on the given templates.
getColumns() - Method in class org.apache.openjpa.jdbc.meta.Version
Columns used for versioning.
getColumns(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
Return the columns set for this version, based on the given templates.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local columns in the foreign key local table order.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Return all the columns the constraint spans.
getColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table's columns, in alphabetical order.
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find columns matching the given table and column patterns.
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
getColumns(DatabaseMetaData, String, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
getComments() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the configuration for this runtime.
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the configuration provided on construction.
getConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getConfiguration() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return the select configuration.
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
System configuration.
getConnection() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
Return the current Connection for this savepoint.
getConnection(JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the connection to use based on the type of sequence.
getConnection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return a SQL connection to the database.
getConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getConnection() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnection(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionDecoratorInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The ConnectionDecorators to use.
getConnectionDecoratorInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionDecorators() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the ConnectionDecorator for adding functionality to JDBC connections.
getConnectionDecorators() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionDriverName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getConnectionDriverName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionFactory2() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getConnectionFactoryProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getConnectionFactoryProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionProperties() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getConnectionProperties() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionURL() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getConnectionURL() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConnectionUserName() - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
getConnectionUserName() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getConstant(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant value assigned to the given local column.
getConstantColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the local columns that we link to using constant values.
getConstantPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the primary key columns that we link to using constant values.
getConstants() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant values assigned to the local columns returned by ForeignKey.getConstantColumns().
getContext() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Current persistence context.
getContext() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getCount(JDBCStore) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return the number of instances matching this select.
getCount(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given index.
getCreateIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given sequence.
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCreateSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to create the given table, complete with columns.
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getCreateTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getCurrentDate() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCurrentTime() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCurrentTimestamp() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getCustomizer() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the customizer in use, or null if none.
getDataSource(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the primary data source to use.
getDataSource(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDataSource2(StoreContext) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the non-enlisted data source to use.
getDataSource2(StoreContext) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], long, long) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getDataStoreIdColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for datastore identity columns, or null to the mapping's built-in name.
getDataStoreIdColumns(ClassMapping, Column[], Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return the datastore identity columns for the given class, based on the given templates.
getDataStoreIdSequence(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDataStoreIdType(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDataStoreSavepoint() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
Return the stored savepoint object
getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDate(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDate(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDate(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getDate(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getDate(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getDate(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getDate(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDateInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDateInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDateTypeCode(Class) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
Return the proper date typecode.
getDBDictionary() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use to define the RDBMS SQL information.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDBDictionary() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the dictionary in use.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getDBDictionary() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Convenient access to dictionary for mappings.
getDBDictionary() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the dictionary in use.
getDBDictionaryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use.
getDBDictionaryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDBSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Return the database schema.
getDecimalDigits() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the number of decimal digits for the column, if applicable.
getDeclaration(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getDeclaration(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the declaration of the given field, or null to use the system-generated default Java code.
getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given column.
getDeclareColumnSQL(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getDeclaredFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredField(int).
getDeclaredFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredField(int).
getDeclaredFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredFields().
getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getDeclaredTypeMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getDeclaredTypeMetaData().
getDeclaredTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getDeclaredUnmanagedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDeclaredUnmanagedFields().
getDeclaringMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getDeclaringMetaData()
getDefault() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the default value set for this column, if any.
getDefaultFetchGroupFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefaultFetchGroupFields().
getDefaultString() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the default value set for the column, if any.
getDeferConstraints() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to defer constraints by default.
getDefinedFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefinedFields().
getDefinedFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getDefinedFieldsInListingOrder().
getDefiningMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getDefiningMetaData()
getDefiningType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
The class that defines this query result, or null if none.
getDelayConstraintResolve() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
Delay resolution of foreign key constraints until SchemaParser.resolveConstraints() is called.
getDelayConstraintResolve() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
getDelegate() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
Delegate select.
getDeleteAction() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the delete action for the key.
getDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all deleted primary rows.
getDescription() - Method in class org.apache.openjpa.jdbc.schema.Column
Useful for debugging.
getDetachable() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to make generated classes detachable.
getDirectory() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
The file to output the generated code to, or null for the current directory.
getDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The class discriminator.
getDiscriminatorColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for discriminator columns, or null to the mapping's built-in name.
getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default discriminator strategy alias.
getDiscriminatorStrategy() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Default discriminator strategy for base class mappings.
getDiscriminatorValue(Discriminator, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return the default discriminator value for the given instance.
getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getDiscriminatorValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Return the discriminator value for the given type.
getDiscriminatorValue(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getDocType() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDouble(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getDouble(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDouble(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getDouble(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getDouble(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getDoubleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getDriverDataSource() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DriverDataSource to use for creating a DataSource from a JDBC Driver.
getDriverDataSource() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given column from its table.
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
getDropColumnSQL(Column) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getDropForeignKeySQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given foreign key from its table.
getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given index.
getDropIndexSQL(Index) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given primary key from its table.
getDropPrimaryKeySQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getDropSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, sequences that appear to be unused will be dropped.
getDropSequenceSQL(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given sequence.
getDropTables() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, tables that appear to be unused will be dropped.
getDropTableSQL(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a series of SQL statements to drop the given table.
getDropUnusedComponents() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether schema components that are unused by any mapping will be dropped from this tool's SchemaGroup, and, depending on the schema action, from the database.
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Result
The eager result for the given key, or null if none.
getEager(FieldMapping) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the eager select for the given key.
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getEager(FieldMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Specifies the default eager fetch mode to use.
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getEagerFetchMode() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Return the eager fetch mode.
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getEagerFetchMode() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The eager fetch mode, as one of the eager constants in JDBCFetchConfiguration.
getEagerFetchModeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the eager fetch mode as one of the following symbolic constants: EagerFetchModes.EAGER_NONE EagerFetchModes.EAGER_JOIN EagerFetchModes.EAGER_PARALLEL
getEagerFetchModeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getEagerMap(boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Raw eager information.
getEagerMap() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Return view of eager selects.
getElementColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return the columns holding the data for a collection element for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getElementColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getElementMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getElement()
getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getEmbeddedMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getEmbeddedMetaData().
getEmbeddedMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getEmbeddingMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getEmbeddingMetaData()
getEmptyValue(int) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
Return an empty value object for the given type code.
getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getEndIndex() - Method in interface org.apache.openjpa.jdbc.sql.Select
The result end index.
getEndIndex() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getExceptions() - Method in interface org.apache.openjpa.jdbc.kernel.PreparedStatementManager
Return the exceptions encountered during all flushes.
getExcludes(List) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the field indexes to exclude when loading data for the given path.
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
getExpectedJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
getExpressionFactory(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
getFailedObject() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the failed object to include in optimistic lock exceptions.
getFailedObject() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
This implementation does not track failed objects.
getFetchConfiguration() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the current default fetch configuration.
getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
getFetchDirection() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBC fetch direction.
getFetchDirection() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getFetchDirection() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The fetch direction to use as a constant from ResultSet.
getFetchDirection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getFetchDirectionConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the result set constant for the fetch direction.
getFetchDirectionConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getFieldCode(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getFieldCode(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return a code template for the get/set methods of the given field, or null to use the system-generated default Java code.
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getFieldIndex() - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the field index of this joinable, or -1 if not a field.
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getFieldIndex() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a path to a persistent field, return its mapping, else return null.
getFieldMapping(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getField(int).
getFieldMapping(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getField(int).
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
The owning field mapping.
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
The owning field mapping.
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getFieldMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getFieldMetaData().
getFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getFields().
getFieldMappingsInListingOrder() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getFieldsInListingOrder().
getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getFieldName(ClassMapping, Column[], ForeignKey, String) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return the field name used to map the given columns, or null to prevent the columns from being mapped.
getFieldName(String, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return a default Java identifier-formatted name for the given column/table name.
getFieldStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Association of a field value type name with the handler or strategy class name.
getFieldType(Column, boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the default field type for the given column.
getFile() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
Return the XML resource defining this schema.
getFilterListener(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getFlag(int) - Method in class org.apache.openjpa.jdbc.schema.Column
Flags are used for bookkeeping information.
getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloat(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getFloat(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getFloat(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getFloat(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getFloat(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getFloatInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this value to its related type, or null for a logical foreign key only.
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw foreign key information.
getForeignKey(ValueMapping, String, Table, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getForeignKey() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
If this value joins to another record, the foreign key.
getForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Return an equivalent of this value's foreign key, but joining to the given target, which may be an unjoined subclass of this value's related type.
getForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getForeignKey(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the foreign key with the given name.
getForeignKey() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getForeignKeyConstraintSQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given foreign key, or null if it is not supported.
getForeignKeyConstraintSQL(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for relation keys.
getForeignKeyIO(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the I/O information for the given set foreign key.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether foreign keys on existing tables should be manipulated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether foreign keys should be generated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether foreign keys on existing tables should be manipulated.
getForeignKeys() - Method in class org.apache.openjpa.jdbc.schema.Table
Return all foreign keys for the table.
getForeignKeySet(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the value for the given foreign key.
getForeignKeyWhere(ForeignKey) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the value for the given foreign key.
getFrom(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the portion of the select statement between the FROM keyword and the WHERE keyword.
getFromSelect(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the FROM clause for a select that selects from a tmp table created by an inner select.
getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getFromSelect() - Method in interface org.apache.openjpa.jdbc.sql.Select
Another select instance that creates a temporary table from which this select pulls data.
getFromSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's full name, in the form <table>.<name>.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the full name of the constraint.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
Return the sequence name, including schema, using '.' as the catalog separator.
getFullName() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table name, including schema, using '.' as the catalog separator.
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
getFullName(Table, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the table, including the schema (delimited by DBDictionary.catalogSeparator).
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the index, including the schema (delimited by the result of DBDictionary.catalogSeparator).
getFullName(Sequence) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the full name of the sequence, including the schema (delimited by the result of DBDictionary.catalogSeparator).
getFullName(Index) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the last generated value for the given column.
getGeneratedKey(Column, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getGeneratedKeySequenceName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the sequence name used by databases for the given autoassigned column.
getGeneratedKeyTriggerName(Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Trigger name for simulating auto-assign values on the given column.
getGrouping() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getGrouping() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the grouping SQL for this select.
getGrouping() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getHandler() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getHandler() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The handler used for this value, or null if none.
getHandler() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getHaving() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getHaving() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the HAVING clause, or null if none.
getHaving() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getHierarchyStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The default strategy for subclasses in this hierarchy.
getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getIdentifierAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
Get the aliases for identifier columns that can be used in COUNT selects to find the number of matches.
getIdentifierAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getIdentityClassSuffix() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Suffix used to create application identity class name from a class name, or in the case of inner identity classes, the inner class name.
getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether and SQL errors should cause a failure or just issue a warning.
getIgnoreErrors() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, SQLExceptions thrown during schema manipulation will be printed but ignored.
getIgnoreUnmapped() - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Whether unmapped classes should be ignored as possible primary key values in the table.
getImplementorMappings(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getImportedKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to return foreign keys imported by the given table pattern.
getImportedKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getIncrement() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getIncrement() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's increment.
getIndependentAssignableMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Returns the closest-derived list of non-inter-joinable mapped types assignable to this type.
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
Return all independent mappings to which this strategy must join in order to access collection elements, or empty array if none.
getIndependentElementMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return all independent mappings to which this strategy must join in order to access collection elements, or empty array if none.
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
getIndependentElementMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
getIndependentKeyMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return all independent mappings to which this strategy must join in order to access map keys, or empty array if none.
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getIndependentKeyMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getIndependentTypeMappings() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Return all independently-mapped joinable types for this value, depending on whether this value is polymorphic and how the related type is mapped.
getIndependentTypeMappings() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getIndependentValueMappings(boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return all independent mappings to which this strategy must join in order to access map values, or empty array if none.
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getIndependentValueMappings(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getIndex() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Index on the Discriminator columns, or null if none.
getIndex(Discriminator, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Return the index to set on the discriminator columns, or null if none.
getIndex(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the value, or null if the value columns should not be indexed by default.
getIndex(Version, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the version, or null if the version columns should not be indexed by default.
getIndex(Discriminator, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the discriminator, or null if the discriminator columns should not be indexed by default.
getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getIndex() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw index.
getIndex(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getIndex(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return an index for the given columns, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.meta.Version
Index on the version columns, or null if none.
getIndex(Version, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
Return the index to set on the version columns, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's 0-based index in the owning table.
getIndex() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign key's 0-based index in the owning table.
getIndex(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the index with the given name, or null if none.
getIndex() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
The index of this row in ordered row list.
getIndexDiscriminator() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index discriminator columns by default.
getIndexes() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether indexes on existing tables should be manipulated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether indexes should be generated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether indexes on existing tables should be manipulated.
getIndexes() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table's indexes.
getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find indexes matching the given table pattern.
getIndexInfo(DatabaseMetaData, String, String, String, boolean, boolean, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getIndexLogicalForeignKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index logical foreign keys by default.
getIndexName(String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Generate an index name.
getIndexVersion() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index version columns by default.
getInitialValue() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
getInitialValue(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getInitialValue(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return code for the initial value for the given field, or null to use the default generated by the system.
getInitialValue() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
Return the initial value for version column.
getInitialValue() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's initial value.
getInnerIdentityClasses() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether or not to generate inner classes when creating application identity classes.
getInnermostMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
Innermost mapping delegate.
getInserts() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getInserts() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all inserted primary rows.
getInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Factory method for obtaining a possibly-pooled factory from properties.
getInstance(JDBCConfiguration) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Factory method for constructing a factory from a configuration.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
Singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
Return singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
Return the singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
Return singleton instance.
getInstance() - Static method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
Singleton instance.
getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getInt(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getInt(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getInt(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getInt(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getInt(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getIntInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getInverseMappings() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getInverseMetaDatas()
getInverseRelations() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to generate inverse 1-many/1-1 relations for all many-1/1-1 relations.
getInverseTypeJoin(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the join from the related type to this value.
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
Return the code from JavaTypes for the version values this strategy uses.
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
Return the Java type code from JavaTypes for the discriminator values.
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
getJavaType() - Method in class org.apache.openjpa.jdbc.schema.Column
The Java type the data in this column is treated as, from JavaTypes or JavaSQLTypes.
getJavaType(int, int, int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the java type for the given SQL type from Types.
getJDBCDelegate() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
Return the JDBC delegate.
getJDBCListenerInstances() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBCListeners to use.
getJDBCListenerInstances() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getJDBCListeners() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the JDBCListener plugins for listening to JDBCEvents.
getJDBCListeners() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getJDBCName(int) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the SQL type name for the given Types constant.
getJDBCType(String) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the Types constant for the given SQL type name.
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the preferred Types constant for the given JavaTypes or JavaSQLTypes constant.
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getJDBCType(int, boolean) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
getJoin(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Return the join from the field table to the owning class table.
getJoinable(Column) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the Joinable for the given column.
getJoinablePCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return mapped subclasses that are reachable via joins.
getJoinablePCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the nearest mapped superclass that can join to this class.
getJoinColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
I/O information on the join columns.
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Direction of the join that the columns of this mapping info form.
getJoinDirection() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The join direction.
getJoinDirection() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Foreign key linking the primary key columns to the superclass table, or null if none.
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Foreign key linking the field table to the class' primary table.
getJoinForeignKey(ClassMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this class' table to its superclass' table, or null for a logical foreign key only.
getJoinForeignKey(FieldMapping, Table, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default foreign key for the join from this field's table to its defining class' table, or null for a logical foreign key only.
getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinForeignKey(ClassMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinForeignKey(FieldMapping, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.ContainerFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Return the foreign key used to join to the owning field for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
getJoinForeignKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return the foreign key used to join to the owning field for the given mapping from either LRSMapFieldStrategy.getIndependentKeyMappings(boolean) or LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
getJoinForeignKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Return the foreign key used to join to the owning field for the given element mapping from ContainerFieldStrategy.getIndependentElementMappings(boolean) (or null).
getJoinForeignKey() - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
getJoinForeignKeyDeleteAction() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for join keys.
getJoinIndex() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Index on join foreign key columns.
getJoinIndex(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Index on the field join.
getJoinIndex(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default index for the join, or null if the join columns should not be indexed by default.
getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinIndex(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoinIterator() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the top-level Join elements for this select.
getJoinIterator() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoins() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getJoins() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getJoins() - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Return the joins for this value.
getJoins() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Returns the names of the joins that this component will use when loading objects.
getJoins() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getJoins() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoins() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the top-level joins for this select.
getJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The join syntax to use.
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getJoinSyntax() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
The join syntax for this select, as one of the syntax constants from JoinSyntaxes.
getJoinSyntax() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getJoinUnique() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Unique constraint on join foreign key columns.
getJoinUnique(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Unique constraint on the field join.
getJoinUnique(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default constraint for the join, or null if the join columns should not be constrained by default.
getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getJoinUnique(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getJoinValue(Object, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the join value of the given column.
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the join value of the given column.
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getJoinValue(Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getJoinValue(OpenJPAStateManager, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
getKeyColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return the columns holding data for a map key for the given key mapping from LRSMapFieldStrategy.getIndependentKeyMappings(boolean) or LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getKeyColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getKeyMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getKey()
getKeySequence() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The sequence of this join in the foreign key.
getListingIndex() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Relative order of result mapping in metadata.
getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocale(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getLocale(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLocale(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLocale(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getLocale(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLocaleInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getLockManager() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
If the lock manager in use is a JDBCLockManager, return it.
getLockManager() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getLog() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the log to write to.
getLoginTimeout() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getLogWriter() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getLong(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLong(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getLong(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getLong(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getLong(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getLongInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getLRSSize() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
How to obtain the size of large result sets.
getLRSSize() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getLRSSize() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The large result set size mode to use.
getLRSSize() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getLRSSizeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the LRSSizes constant for the large result set size setting.
getLRSSizeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getManagedType(Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getMappedByMetaData()
getMappedPCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getMappedPCSubclassMetaDatas().
getMappedPCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getMappedPCSuperclassMetaData().
getMapping(Class, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMapping(Object, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMapping(String) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the mapping id for the given path supplied with QueryResultMapping.PCResult.addMapping(java.lang.String, java.lang.Object), or null if none.
getMappingDefaults() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MappingDefaults to use.
getMappingDefaults() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingDefaults() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Mapping defaults.
getMappingDefaultsInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The MappingDefaults to use with a repository.
getMappingDefaultsInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingDelegate() - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
Mapping factory delegate.
getMappingFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MetaDataFactory to use for loading and storing object-relational mapping data.
getMappingFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappingFile() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Allow sequence to have a mapping file separate from its metadata source file.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Raw mapping data.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Raw mapping data.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Raw mapping data about field's join to parent table, as well as miscellaneous specialized columns like order column.
getMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Version
Raw mapping data.
getMappingPaths() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return the raw mapping paths supplied with QueryResultMapping.PCResult.addMapping(java.lang.String, java.lang.Object), or empty array if none.
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getRepository().
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getRepository()
getMappingRepository() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from MetaDataContext.getRepository().
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getMappingRepository() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getMappingRepositoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the mapping repository.
getMappingRepositoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getMappings() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
getMappings() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the generated mappings.
getMappingWriter() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The stream to export the planned mappings to as an XML document.
getMetaData() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getMetaDataFile() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
If adding metadata, the metadata file to add to.
getName() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Return the name for this query result.
getName() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's name.
getName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the name of the constraint.
getName() - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the name of the schema, or null if none.
getName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
Return the name of the sequence.
getName() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the name of the table.
getNewTableSchema(JDBCConfiguration) - Static method in class org.apache.openjpa.jdbc.schema.Schemas
Return the schema name that should be used for new tables, or null if none.
getNonEmptyValue(int) - Static method in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
Return a non-empty value object for the given type code.
getNull() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getNullableAsObject() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return whether even nullable columns will be mapped to wrappers rather than primitives.
getNullIndicatorColumn(ValueMapping, String, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the null indicator column for this value, or null if none.
getNullIndicatorColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for null indicator columns, or null to the mapping's built-in name.
getNullIndicatorValue(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
Return the proper synthetic null indicator value for the given instance.
getNumber(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getNumber(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getNumber(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the specified column value as an unknown numeric type; we try from the most generic to the least generic.
getNumber(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getNumber(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getNumber(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getNumber(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getNumberInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getNumberInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getObject(Object, int, Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getObject(Column, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getObject(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getObject(Object, int, Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getObject(Column, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getObject(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getObject(Object, int, Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getObject(Column, Object, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getObjectId(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getObjectId(JDBCStore, Result, ForeignKey, boolean, Joins) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the oid value stored in the result.
getObjectInternal(Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Return the value stored in the given id or column.
getObjectInternal(Object, int, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getObjects() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
getOpenJPATables() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Whether to generate info on special tables used by OpenJPA components for bookkeeping.
getOpenJPATables() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether to act on special tables used by OpenJPA components for bookkeeping.
getOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Field order column, if any.
getOrderColumn() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Raw synthetic ordering column.
getOrderColumn(FieldMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Return the ordering column for this field, or null if none.
getOrderColumnIO() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
I/O information for order column.
getOrderColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for order columns, or null to the mapping's built-in name.
getOrdered() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return the ordered primary rows.
getOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getOrdering() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the ordering SQL for this select.
getOrdering() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getOrdering() - Method in interface org.apache.openjpa.jdbc.sql.Union
Get the union-level ordering, if any.
getOrderingValue(Result, int) - Method in interface org.apache.openjpa.jdbc.sql.MergedResult.ResultComparator
Return the ordering value of the current row of the given result.
getOrderLists() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to order lists and arrays using a dedicated ordering column by default.
getPackageName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the default package for the generated classes, or null if unset.
getPagedFields(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, long) - Static method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
Return a bit set representing batch select fields that will be paged, or null if no fields need paging, which indicates that this provider should not be used.
getPageSize() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
Return the page size in use.
getParameterCount() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
The number of parameters that will be set for this row.
getParameters() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Return the list of parameter values.
getParent() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getParent() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the parent of this select, if it is a subselect.
getParent() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getPCResults() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Return the mapped persistence-capable types in the query result.
getPCSubclassMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getPCSubclassMetaDatas().
getPCSuperclassMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getPCSuperclassMetaData().
getPersistentTypeNames(boolean, ClassLoader) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a SQL string to act as a placeholder for the given column.
getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
 
getPlaceholderValueString(Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getPolymorphic() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getPolymorphic() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The degree to which this relation is polymorphic.
getPolymorphic() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the preferred Types type for the given one.
getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
getPreferredType(int) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the primary key value for the given class.
getPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
 
getPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the primary key for the table, if any.
getPrimaryKey() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
getPrimaryKey() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the instance that controls this row.
getPrimaryKey() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
This implementation does not track primary keys.
getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The name of the table's primary key column.
getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of primary key column, if any.
getPrimaryKeyColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the primary key column joined to the given local column.
getPrimaryKeyColumn() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the primary key column on the schema definition table.
getPrimaryKeyColumnName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key column.
getPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The columns this mapping uses to uniquely identify an object.
getPrimaryKeyColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the foreign columns in the foreign key, in join-order with the result of ForeignKey.getColumns().
getPrimaryKeyConstant(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant value assigned to the given primary key column.
getPrimaryKeyConstants() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the constant values assigned to the primary key columns returned by ForeignKey.getConstantPrimaryKeyColumns().
getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given primary key.
getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getPrimaryKeyConstraintSQL(PrimaryKey) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getPrimaryKeyFieldMappings() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getPrimaryKeyFields().
getPrimaryKeyName(ClassMapping, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return the name of the primary key for the table of the given class, or null for database default.
getPrimaryKeyName(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getPrimaryKeyName(ClassMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getPrimaryKeyOnJoin() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return true if join tables are allowed to have primary keys, false if all primary key tables will be mapped as persistent classes.
getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether primary keys on existing tables should be manipulated.
getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether primary keys should be generated.
getPrimaryKeys() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether primary keys on existing tables should be manipulated.
getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find primary keys for the given table pattern.
getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getPrimaryKeySchemaName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key table's schema.
getPrimaryKeysFromBestRowIdentifier(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find primary keys for the given table pattern.
getPrimaryKeysFromGetPrimaryKeys(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find primary keys for the given table pattern.
getPrimaryKeyTable() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Returns the table this foreign key is linking to, if it is known yet.
getPrimaryKeyTableName() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key table.
getPrimaryKeyValue() - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
The primary key value for this row.
getPrimaryKeyValue(Result, Column[], ForeignKey, Joins) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
getPrimaryKeyValue(Result, Column[], ForeignKey, Joins) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Return the value for this joinable from the given result, using the given columns.
getPrimaryKeyValue() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Primary key value, if not auto-determined.
getPrimaryKeyValue(Result, Column[], ForeignKey, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getPrimaryKeyValue(Result, Column[], ForeignKey, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getPrimaryKeyValue(Result, Column[], ForeignKey, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getProperties() - Method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
 
getProperty(String) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
Return the property value for the given key, or null if none.
getQueryResultMapping(Class, String, ClassLoader, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the query result mapping for the given name.
getQueryResultMappings() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return all cached query result mappings.
getReadSchema() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Set to true to read the entire schema before mapping.
getRef(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getRef(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getRef(ResultSet, int, Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getRef(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getRef(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getRef(Object, Map) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getRef(Column, Map, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getRefInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getRefInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getRelationIdCallback(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the recorded callbacks for the given relation id column.
getRelationIdColumns() - Method in class org.apache.openjpa.jdbc.schema.Table
Return this table's relation id columns.
getRelationIdSet(Column) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Return the recorded value for the given relation id column.
getRepository() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
getRepository() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Return the repository to use to access mapping information.
getRepository() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the mapping repository used to hold generated mappings.
getRepository() - Method in class org.apache.openjpa.jdbc.meta.Version
 
getResolve() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Resolve mode.
getResolve() - Method in class org.apache.openjpa.jdbc.meta.Version
Resolve mode.
getResourceName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getResourceName() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getResourceName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
getResourceName() - Method in class org.apache.openjpa.jdbc.schema.Table
 
getRestoreFieldState() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
Return whether to retain in-memory copies of field values for restore on rollback.
getResult() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
getResultArgument(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
getResultArgument(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
 
getResultArgument(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Return the argument to pass to the result set when loading data via Result.getObject(java.lang.Object, int, java.lang.Object), or null if none.
getResultArguments() - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Return the arguments needed to extract datastore values via Result.getObject(java.lang.Object, int, java.lang.Object) for each column.
getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
getResultArguments() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
getResultObject() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
getResultObject() - Method in class org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider
 
getResultObject() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
 
getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return results containing all keys and values for this map.
getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getResults(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int, Joins[], boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getResultSet() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the backing result set.
getResultSetType() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBC result set type.
getResultSetType() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getResultSetType() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getResultSetType() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The result set type to use as a constant from ResultSet.
getResultSetType() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getResultSetTypeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the result set constant for the result set type.
getResultSetTypeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getRow(OpenJPAStateManager, JDBCStore, RowManager, int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Return the row to use for this field.
getRow(Table, int, OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getRow(Table, int, OpenJPAStateManager, boolean) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Return the row for the given table and owner object, or null if create is false and the row has not already been created.
getRow(Table, int, OpenJPAStateManager, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
getSchema() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Default schema for unqualified tables.
getSchema() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return the schema with the given name, or null if none.
getSchema() - Method in class org.apache.openjpa.jdbc.schema.Sequence
Return the schema for the sequence.
getSchema() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the schema for the table.
getSchemaAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The schema modification policy, or none.
getSchemaColumn() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the schema column on the schema definition table.
getSchemaFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The plugin string for the SchemaFactory to use to provide schema information during system initialization.
getSchemaFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSchemaFactoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SchemaFactory to use for schema information.
getSchemaFactoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Representation of the database schema.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Return the schema group to use in mapping.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return the schema group to reverse map.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the schema's group.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return the current schema group.
getSchemaGroup() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
Return the current schema group.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Return the schema group the tool will act on.
getSchemaGroup() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Column
The column's schema name.
getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the column table's schema name.
getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's schema name.
getSchemaName() - Method in class org.apache.openjpa.jdbc.schema.Table
The table's schema name.
getSchemaNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the schema name that will be used for obtaining information from DatabaseMetaData.
getSchemas() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Comma-separated list of modifiable schemas for persistent instances.
getSchemas() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSchemas() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return all schemas.
getSchemasList() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Modificable schema components.
getSchemasList() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSchemaTool() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Return the schema tool to use for schema modification.
getSchemaWriter() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The stream to export the planned schema to as an XML document.
getSecondaryDeletes() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getSecondaryDeletes() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all deleted secondary rows.
getSecondaryRow(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getSecondaryRow(Table, int) - Method in interface org.apache.openjpa.jdbc.sql.RowManager
Return a row for the given secondary table.
getSecondaryRow(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
 
getSecondaryTableJoinColumns(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return any columns defined for the given class level join, or empty list if none.
getSecondaryTableName(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
We allow fields to reference class-level joins using just the table name, whereas the class join might have schema, etc information.
getSecondaryTableNames() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return the class-level joined tables.
getSecondaryUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getSecondaryUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all inserted and updated secondary rows.
getSelect() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
getSelect() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
Select for this result.
getSelectAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getSelectAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the aliases of all selected columns and all selected buffers, in the order they were selected.
getSelectAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getSelectedOrderIndexes() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
Return the indexes of the data in the select clause this query is ordered by.
getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the "SELECT" operation clause, adding any available hints, etc.
getSelectOperation(JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Check to see if we have set the OracleDictionary.SELECT_HINT in the fetch configuraiton, and if so, append the Orache hint after the "SELECT" part of the query.
getSelects(Select, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the portion of the select statement between the SELECT keyword and the FROM keyword.
getSelects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
getSelects(Select, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getSelects() - Method in interface org.apache.openjpa.jdbc.sql.Union
Return the selects that make up this union.
getSelectSubclasses() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getSelectSubclasses() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Return the org.apache.openjpa.sql.Select subclasses constant for loading this relation, based on how the related type is mapped, whether this relation is polymorphic, and whether it is configured to use class criteria.
getSelectSubclasses() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getSequence() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
The sequence name.
getSequence(ClassMapping, Connection) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the current sequence value, or -1 if unattainable.
getSequence(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the sequence with the given name, or null if none.
getSequenceColumn() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The name of the column that holds the sequence value.
getSequenceColumn() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of sequence column, if any.
getSequences() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether to manipulate sequences.
getSequences() - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the schema's sequences.
getSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Return whether sequences should be generated.
getSequences() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether sequences should be manipulated.
getSequences() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
getSequences(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find sequences matching the given name pattern.
getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the SQL needed to select the list of sequences.
getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getSequencesSQL(String, String) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getSet(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return the value set for update on the given column.
getShort(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getShort(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getShort(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getShort(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getShort(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getShort(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
getShort(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getShort(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getShortInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getShortInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getSize() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's size.
getSourceFile() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getSourceFile() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getSourceFile() - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
getSourceFile() - Method in class org.apache.openjpa.jdbc.schema.Table
 
getSourceMode() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
The source mode of this query result.
getSourceScope() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getSourceScope() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getSourceScope() - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
getSourceScope() - Method in class org.apache.openjpa.jdbc.schema.Table
 
getSourceType() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
getSourceType() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
getSourceType() - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
getSourceType() - Method in class org.apache.openjpa.jdbc.schema.Table
 
getSQL() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
Return a boolean SQL expression that should be added to the WHERE clause of an UPDATE to test whether the current database record matches our stored version.
getSQL(DBDictionary) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return the SQL for the operation on this row.
getSQL() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Return the SQL for this buffer.
getSQL(boolean) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Returns the SQL for this buffer.
getSQLFactory() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SQL factory to use for SQL constructs.
getSQLFactory() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSQLFactory() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Return the SQL factory for this runtime.
getSQLFactory() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getSQLFactoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SQL factory to use for SQL constructs.
getSQLFactoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSQLObject(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getSQLObject(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getSQLObject(Object, Map) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getSQLObject(Column, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getSQLObject(Object, Map) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getSQLObject(Column, Map, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getSQLObjectInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getSQLObjectInternal(Object, Map, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getSQLValue() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a constant, returns its value as it would be represented in the database in this context, else return null.
getStartIndex() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getStartIndex() - Method in interface org.apache.openjpa.jdbc.sql.Select
The result start index.
getStartIndex() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getStateManager(Object, StoreContext) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Return the state manager for the given instance, using a detached state manager if the instnace is not managed.
getStatement() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Return the statement that produced this result.
getStatus(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
 
getStatus(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the appropriate status object for the given class, or null if cannot handle the given class.
getStore() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
Return the store.
getStore() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
getStore() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
getStore() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Optional store manager used to deserialize blobs containing references to persistent objects.
getStore(SQLException) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a StoreException.
getStore(SQLException, Object) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a OpenJPAException.
getStore(SQLException, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a StoreException.
getStore(SQLException, Object, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a StoreException.
getStore(String, SQLException, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a StoreException.
getStore(String, SQLException, Object, DBDictionary) - Static method in class org.apache.openjpa.jdbc.sql.SQLExceptions
Convert the specified exception into a StoreException.
getStoreEnumOrdinal() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to store enums as the ordinal value rather than the enum name.
getStoreUnmappedObjectIdString() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to store a relation to an unmapped class by stringifying the oid of the related object, rather than storing primary key values.
getStrategy() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The strategy used to map this mapping.
getStrategy() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
The strategy used for class discrimination.
getStrategy() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The strategy used to map this mapping.
getStrategy(ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Default mapping strategy when there is no explicit strategy and no hierarchy strategy given.
getStrategy(Version, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Default version mapping strategy when there is no explicit strategy.
getStrategy(Discriminator, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Default discriminator mapping strategy when there is no explicit strategy.
getStrategy(ValueMapping, Class, boolean) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Custom handler or strategy for the given field, or null if none has been registered.
getStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getStrategy(ValueMapping, Class, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Mapping strategy name.
getStrategy(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getStrategy(Version, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getStrategy(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getStrategy(ValueMapping, Class, boolean) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getStrategy() - Method in class org.apache.openjpa.jdbc.meta.Version
The strategy used for versioning.
getStrategyInstaller() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Installs mapping strategies on components.
getString(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getString(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getString(ResultSet, int) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
getString(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getString(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getString(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id.
getString(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column.
getStringInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getStringInternal(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getSubclassesLoaded() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Whether this Discriminator has loaded subclasses yet.
getSubclassFetchMode() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Specifies the default subclass fetch mode to use.
getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getSubclassFetchMode(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
getSubclassFetchMode() - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Return the subclass fetch mode.
getSubclassFetchMode(ClassMapping) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Return the effective subclass fetch mode for the given type.
getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getSubclassFetchMode(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
getSubclassFetchMode() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The subclass fetch mode, as one of the eager constants in JDBCFetchConfiguration.
getSubclassFetchModeConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the subclass fetch mode as one of the following symbolic constants: EagerFetchModes.EAGER_NONE EagerFetchModes.EAGER_JOIN EagerFetchModes.EAGER_PARALLEL
getSubclassFetchModeConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getSubclassStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default subclass strategy alias.
getSubselectPath() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getSubselectPath() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the subselect path for this select, if it is a subselect.
getSubselectPath() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getSubselects() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getSubselects() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return this select's subselects, or empty collection if none.
getSubselects() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getSuperclassJoin(ClassMapping, Table, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return the join from this class to its superclass.
getSynchronizeMappings() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Whether OpenJPA should try to automatically refresh O/R mapping information and the database schema.
getSynchronizeMappings() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getTable() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The sequence table name.
getTable() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The mapping's primary table.
getTable(ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Return the table for the given class.
getTable() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The mapping's primary table.
getTable(FieldMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Return the table for the given field, or null if no table given.
getTable() - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of sequence table, if any.
getTable() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the table for the column.
getTable() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the table of this constraint.
getTable(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the table with the given name, or null if none.
getTable() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the schema definition table.
getTable() - Method in interface org.apache.openjpa.jdbc.sql.Row
Return the table for this row.
getTable() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
getTable1() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getTable2() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getTableAliases() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getTableAliases() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the set of all used table aliases.
getTableAliases() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getTableName() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The given table name.
getTableName() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
The user-supplied name of the table for this field.
getTableName(ClassMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return the default table name for the given class.
getTableName(FieldMapping, Schema) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return the default secondary table name for the given field.
getTableName(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getTableName(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getTableName(ClassMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getTableName(FieldMapping, Schema) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getTableName() - Method in class org.apache.openjpa.jdbc.schema.Column
The column's table name.
getTableName() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return the column's table name.
getTableNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the table name that will be used for obtaining information from DatabaseMetaData.
getTableNameForMetadata(String) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
getTables() - Method in class org.apache.openjpa.jdbc.schema.Schema
Return the schema's tables.
getTables() - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Return the set of tables that will be serialized.
getTables() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
getTables(DatabaseMetaData, String, String, String, Connection) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Reflect on the schema to find tables matching the given name pattern.
getTableType(Table, int) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
getTableType(Table, int) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Return the type of the given table, or the given default type.
getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLExpression
Deprecated.  
getTag() - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLValue
Deprecated.  
getTarget() - Method in class org.apache.openjpa.jdbc.schema.Column
The name of the column this column joins to, if any.
getTargetField() - Method in class org.apache.openjpa.jdbc.schema.Column
The name of the field this column joins to, if any.
getThis() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
getTime(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTime(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTime(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getTime(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getTime(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getTime(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getTime(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getTimeInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTimeInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getTimestamp(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTimestamp(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTimestamp(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Convert the specified column of the SQL ResultSet to the proper java type.
getTimestamp(Object, Calendar) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getTimestamp(Column, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
getTimestamp(ResultSet, int, Calendar) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
getTimestamp(Object, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column or id; may not be supported by results that are not backed by a SQL result set.
getTimestamp(Column, Calendar, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.
getTimestampInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
getTimestampInternal(Object, Calendar, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
getTotal() - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
 
getTransactionIsolation() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The transaction isolation level to use at the database level.
getTransactionIsolation() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getTransactionIsolationConstant() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return the proper transaction isolation level constant from Connection, or -1 for the default level.
getTransactionIsolationConstant() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getType() - Method in class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
getType() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getType() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the expected type of this value.
getType(Class, Class[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
getType(Class, Class[]) - Method in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
getType() - Method in class org.apache.openjpa.jdbc.schema.Column
Return the column's SQL type.
getType() - Method in class org.apache.openjpa.jdbc.sql.Join
 
getTypeJoin(ValueMapping, String, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return the join from this value to its related type.
getTypeMap() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Map of JDBC-name to Java-type-name entries that allows customization of reverse mapping columns to field types.
getTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getTypeMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getTypeMetaData().
getTypeMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getTypeName() - Method in class org.apache.openjpa.jdbc.schema.Column
The database-specific SQL type of this column.
getTypeName(Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the preferred database type name for the given column's type from Types.
getTypeName(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the type name for the specific constant as defined by Types.
getTypes() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getUnique(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Return a default constraint for the value, or null if the value columns should not be constrained by default.
getUnique(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
getUnique() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw unique constraint information.
getUnique(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
getUnique(ValueMapping, String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Return a unique constraint for the given columns, or null if none.
getUnique(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Return the unique constraint with the given name, or null if none.
getUniqueConstraintSQL(Unique) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the declaration SQL for the given unique constraint.
getUniqueForeignKey(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
If the given table has a single unique foreign key or a foreign key that matches the primary key, return it.
getUniques() - Method in class org.apache.openjpa.jdbc.schema.Table
Return the table's unique constraints.
getUpdateAction() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Return the update action for the key.
getUpdateManager() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The UpdateManager to use for managing SQL updates.
getUpdateManager() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getUpdateManagerInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The UpdateManager for runtime data store interaction.
getUpdateManagerInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
getUpdates() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
getUpdates() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Return all updated primary rows.
getUseAliases() - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Whether to use type alises for primary key values in place of class names.
getUseBuiltinIdentityClass() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to use built in identity classes when possible.
getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getUseClassCriteria() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Whether to use class criteria when joining to related type.
getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getUseClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Whether to use class criteria when joining to related type.
getUseDataStoreIdentity() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to use datastore identity when possible.
getUseForeignKeyName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return whether the foreign key name will be used to generate relation names.
getUseSchemaName() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return true if the schema name will be included in the generated class name for each table.
getValidColumnName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given column name to make it valid for the current DB.
getValidForeignKeyName(String, Table, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given foreign key name to make it valid for the current DB.
getValidIndexName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given index name to make it valid for the current DB.
getValidPrimaryKeyName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given primary key name to make it valid for the current DB.
getValidSequenceName(String, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given sequence name to make it valid for the current DB.
getValidTableName(String, Schema) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given table name to make it valid for the current DB.
getValidUniqueName(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Make any necessary changes to the given unique constraint name to make it valid for the current DB.
getVals() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getValue() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
If this is a constant, return its value, else return null.
getValue() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
The discriminator value.
getValue() - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Raw discriminator value string.
getValue(Discriminator, boolean) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Return the discriminator value as an object of the right type.
getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
getValueColumns(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Return the columns holding data for a map value for the given value mapping from LRSMapFieldStrategy.getIndependentKeyMappings(boolean) or LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
getValueColumns(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
getValueIndex() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getValueIndex() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Index on this value's columns, or null if none.
getValueIndex() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getValueInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getValueInfo() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Raw mapping data.
getValueInfo() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getValueMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getValueMappedByMapping() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Convenience method to perform cast from ValueMetaData.getValueMappedByMetaData().
getValueMappedByMapping() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getValueMapping() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Convenience method to perform cast from FieldMetaData.getValue()
getValues() - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask.Action
 
getValues() - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask.SchemaAction
 
getValues() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask.Level
 
getValues() - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask.Action
 
getValues() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
getValueSequence(FieldMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
getValueUnique() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
getValueUnique() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Unique constraint on this value's columns, or null if none.
getValueUnique() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
getVersion() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The version indicator.
getVersionColumnName() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for version identity columns, or null to the mapping's built-in name.
getVersionFieldMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Convenience method to perform cast from ClassMetaData.getVersionField().
getVersionStrategy() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default version strategy alias.
getVersionStrategy() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Default version strategy for base class mappings.
getWhere(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the WHERE portion of the select statement, or null if no where conditions.
getWhere() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
getWhere(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return the value set for where on the given column.
getWhere() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return the WHERE clause, minus any necessary end joins.
getWhere() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
getWriter() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
The stream to write to for the creation of SQL scripts.
greaterThan(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
greaterThanEqual(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
groupBy(Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
groupBy(Select, JDBCStore, Object[], JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Group by this value.
groupBy(SQLBuffer, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(SQLBuffer, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(String, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(String, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(Column, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(Column[], boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(Column[], Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
groupBy(Column, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Group by the given column.
groupBy(Column, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Group by the given column.
groupBy(Column[], boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Group by the given columns.
groupBy(Column[], Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Group by the given columns.
groupBy(SQLBuffer, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add a GROUP BY clause.
groupBy(SQLBuffer, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add a GROUP BY clause.
groupBy(String, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add a GROUP BY clause.
groupBy(String, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add a GROUP BY clause.
groupBy(SQLBuffer, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(SQLBuffer, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(String, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(String, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(Column, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(Column[], boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
groupBy(Column[], Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 

H

handleCheckedException(Exception) - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
handleCheckedException(Exception) - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
HandlerFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for a single-valued field that delegates to a ValueHandler.
HandlerFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
HandlerHandlerMapTableFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for a map of keys and values both controlled by ValueHandlers.
HandlerHandlerMapTableFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
HandlerStrategies - Class in org.apache.openjpa.jdbc.meta.strats
Utility methods for strategies using value handlers.
HandlerStrategies() - Constructor for class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
 
handleWarning(SQLWarning) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Implementation of the LoggingConnectionDecorator.SQLWarningHandler interface that allows customization of the actions to perform when a SQLWarning occurs at any point on a Connection, Statement, or ResultSet.
has(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
 
hasAutoAssignConstraints() - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
hasAutoAssignConstraints() - Method in class org.apache.openjpa.jdbc.sql.RowManagerImpl
Whether any primary rows have auto-assign constraints.
hasEager(List, FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Return true if the mapped result contains eager data for the given field at the given path.
hasEagerJoin(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
hasEagerJoin(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Whether this select has an eager join of the specified type.
hasEagerJoin(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
hashCode() - Method in class org.apache.openjpa.jdbc.sql.Join
 
hashCode() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
 
hasJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
hasJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Return true if the given fully-qualified join has been added.
hasJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
hasJoin(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
hasJoin(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Whether this select has a join of the specified type.
hasJoin(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
hasSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
hasSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
hasSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Return true if this info has columns, foreign key information, index information, etc.
hasVariable(Variable) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
hasVariable(Variable) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Return true if this value uses the given variable.
having(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
having(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
having(String) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
having(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
having(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given having conditions.
having(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given having conditions.
having(String) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given having conditions.
having(String, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given having conditions.
having(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
having(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
having(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
having(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
HSQLDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Hypersonic SQL database.
HSQLDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.HSQLDictionary
 

I

identityClassSuffix - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
identityColumnName - Variable in class org.apache.openjpa.jdbc.sql.SybaseDictionary
If SybaseDictionary.createIdentityColumn is true, then the identityColumnName will be the name of the additional unique column that will be created.
ignoreErrors - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
ignoreErrors - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
ImmutableValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for simple type and string values.
ImmutableValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
 
IMPL_CLASS_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
ClassTableJDBCSeq alias.
IMPL_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
TableJDBCSeq alias.
IMPL_VALUE_TABLE - Static variable in class org.apache.openjpa.jdbc.meta.SequenceMapping
ValueTableJDBCSeq alias.
importColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Table
Import a column from another table.
importForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.Table
Import a foreign key; column names must match columns of this table.
importIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.Table
Import an index; column names must match columns of this table.
importMappings(JDBCConfiguration, Class[], String[], boolean, Log, ClassLoader) - Method in interface org.apache.openjpa.jdbc.meta.MappingTool.ImportExport
Import mappings for the given classes based on the given arguments.
importPrimaryKey(PrimaryKey) - Method in class org.apache.openjpa.jdbc.schema.Table
Import a primary key; column names must match columns of this table.
importSchema(Schema) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Import a schema from another group.
importSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.Schema
Import a sequence from another schema.
importTable(Table) - Method in class org.apache.openjpa.jdbc.schema.Schema
Import a table from another schema.
importUnique(Unique) - Method in class org.apache.openjpa.jdbc.schema.Table
Import a constraint; column names must match columns of this table.
Index - Class in org.apache.openjpa.jdbc.schema
Represents a database index.
Index() - Constructor for class org.apache.openjpa.jdbc.schema.Index
Default constructor.
Index(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Index
Constructor.
indexes - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
indexes - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
indexOf(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
 
indexOf() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Invoke this database's indexOf function.
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.JDataStoreDictionary
 
indexOf() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
indexOf() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
indexOf(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
indexOf() - Method in interface org.apache.openjpa.jdbc.sql.Result
The index of the select within the UNION that the current row corresponds to, or 0.
indexOf() - Method in interface org.apache.openjpa.jdbc.sql.Select
The index of this select within the UNION, or 0.
indexOf() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
indicatesNull(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
Return whether the given null indicator value means the object is null.
InformixDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Informix database.
InformixDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.InformixDictionary
 
initDBDictionary(DBDictionary) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
initDBDictionary(DBDictionary) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
initializationSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
initialize(Select, JDBCStore, boolean) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
initialize(Select, JDBCStore, boolean) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Initialize the value.
initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
initialize() - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Perform caching and other initialization operations.
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
initialize() - Method in class org.apache.openjpa.jdbc.meta.Version
 
initializeMapping() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
innerIdentityClasses - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
innerJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Set values for the mapping into the proper rows.
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
insert(OpenJPAStateManager, OpenJPAStateManager, JDBCStore, RowManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
Insert an embedded object.
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
insert(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Version
 
insertPlaceholder(String, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Insert a placeholder at the given index; use a negative index to count from the back of the select list.
installDBDictionary(DBDictionary, DecoratingDataSource, JDBCConfiguration, boolean) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Install things deferred until the DBDictionary instance is available.
installPrimaryKey(FieldMapping, Table) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
If desired, install a primary key on the given secondary table.
installPrimaryKey(FieldMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
installPrimaryKey(FieldMapping, Table) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
 
installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
 
installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
 
installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
 
installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
 
installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
 
installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
 
installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
 
installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
 
installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
 
installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
 
installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
 
installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
 
installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
 
installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
 
installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
 
installStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
Install a strategy on the given mapping.
installStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
Install a strategy on the given mapping.
installStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
Install a strategy on the given mapping.
installStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
Install a strategy on the given mapping.
InstanceResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
Object provider implementation wrapped around a Select.
InstanceResultObjectProvider(SelectExecutor, ClassMapping, JDBCStore, JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider
Constructor.
instantiateClassStrategy(String, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Return the strategy for the given name.
instantiateDiscriminatorStrategy(String, Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given discriminator strategy.
instantiateMetaDataFactory(Configuration, PluginValue, String) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
Intantiate a MetaDataFactory responsible for both metadata and mapping.
instantiateMetaDataFactory(Configuration, PluginValue, String, boolean) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
Intantiate a MetaDataFactory responsible for both metadata and mapping.
instantiateVersionStrategy(String, Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given version strategy.
instantiateVersionStrategy(Class, Version, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given version strategy.
integerTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
InterbaseDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Borland Interbase.
InterbaseDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
InValueDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Base discriminator strategy that determines the class of database records using a column holding a value mapped to a class, and limits SELECTs using an IN (...) statement.
InValueDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
inverseRelations - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
isAdapting() - Method in class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
 
isAdapting() - Method in class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
 
isAdapting() - Method in class org.apache.openjpa.jdbc.meta.StrategyInstaller
Return whether this installer adapts the given mapping data and schema, vs requiring that all information be supplied correctly.
isAggregate() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
isAggregate() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return true if this is an aggregate select.
isAggregate() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isAllInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether all columns up to but excluding the given index are insertable.
isAllInsertable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isAllInsertable (cols.length, nullValue).
isAllInsertable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Return true if all columns for the given key are insertable.
isAllUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether all columns up to but excluding the given index are updatable.
isAllUpdatable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isAllUpdatable (cols.length, nullValue).
isAllUpdatable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Return true if all columns for the given key are updatable.
isAnyInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether any column up to but excluding the given index is insertable.
isAnyInsertable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isAnyInsertable (cols.length, nullValue).
isAnyInsertable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Return true if any columns for the given key are insertable.
isAnyUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether any column up to but excluding the given index is updatable.
isAnyUpdatable(Column[], boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isAnyUpdatable (cols.length, nullValue).
isAnyUpdatable(ForeignKey, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Return true if any columns for the given key are updatable.
isAutoAssigned() - Method in class org.apache.openjpa.jdbc.schema.Column
Whether this column is auto-assigned a value on insert.
isBaseTable(Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return whether the given table is a base class table.
isCompatible(int, int) - Method in class org.apache.openjpa.jdbc.schema.Column
Return true if this column is compatible with the given JDBC type from Types and size.
isConstant() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return true if this value represents a literal or parameter.
isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
isCustom(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Return Boolean.FALSE if this mapping does not customize the delete process, Boolean.TRUE if it does, or null if it does customize the delete, but also relies on the standard delete method being called.
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
isCustomDelete(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Return Boolean.FALSE if this mapping does not customize the insert process, Boolean.TRUE if it does, or null if it does customize the insert, but also relies on the standard insert method being called.
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
isCustomInsert(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Return Boolean.FALSE if this mapping does not customize the update process, Boolean.TRUE if it does, or null if it does customize the update, but also relies on the standard update method being called.
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
isCustomUpdate(OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Version
 
isDeferred() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return true if this is a deferred constraint.
isDependent() - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Mark this row as dependent on some other row.
isDependent() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Secondary rows cannot be dependent.
isDirty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isDirty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
isDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
isDistinct() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
isDistinct() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether this is a SELECT DISTINCT / UNION ALL.
isDistinct() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
isEagerSelectToMany() - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Whether the eager joins or selects used by this field are to-many.
isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
isEagerSelectToMany() - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
isEmpty(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
isEmpty() - Method in interface org.apache.openjpa.jdbc.sql.Joins
Whether we have any joins.
isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
isEmpty() - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Return true if the buffer is emtpy.
isFinal - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
Whether the owning class is final.
isForeignKeyInversed() - Method in class org.apache.openjpa.jdbc.sql.Join
 
isForeignKeyObjectId(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return whether the columns of the given foreign key to this mapping can be used to construct an object id for this type.
isInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether the column at the given index is insertable in this context.
isInsertable(Column, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isInsertable (0, nullValue), but returns false if the given column is null.
isInstance(Value, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
isInvalidProperty(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
isJoinedSubclass() - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Whether there is a join to the superclass table.
isJoinOuter() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Whether to use an outer join from the class' primary table.
isJoinOuter() - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Whether the field's table is joined to the class table through an outer join.
isKnownSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return true if the given sequence is known to exist.
isKnownSequence(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return true if the given sequence is known to exist.
isKnownTable(Table) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
isKnownTable(String) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
isKnownTable(Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return true if the given table is known to exist.
isKnownTable(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return true if the given table is known to exist.
isLob() - Method in class org.apache.openjpa.jdbc.schema.Column
Whether this column is a LOB.
isLob() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
isLob() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return true if this select includes a LOB.
isLob() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isLocking() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
isLocking() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
isLocking() - Method in interface org.apache.openjpa.jdbc.sql.Result
If true, then any results loaded from this Result will be locked in the database.
isLogical() - Method in class org.apache.openjpa.jdbc.schema.Constraint
Return whether this constraint is a logical constraint only; i.e.
isLogical() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
 
isLogical() - Method in class org.apache.openjpa.jdbc.schema.Index
 
isLogical() - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
 
isLogical() - Method in class org.apache.openjpa.jdbc.schema.Unique
 
isLRS() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
isLRS() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
isLRS() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether the result of this select should be treated as a large result set.
isLRS() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isMapped() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Returns true if this class does not use the "none" strategy (including if it has a null strategy, and therefore is probably in the process of being mapped).
isMapped() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Returns true if field class does not use the "none" strategy (including if it has a null strategy, and therefore is probably in the process of being mapped).
isMetaDataAction() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether the action works on metadata as well as mappings.
isNameTaken(String) - Method in class org.apache.openjpa.jdbc.schema.NameSet
Return true if the given name is in use already.
isNotEmpty(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
isNotNull() - Method in class org.apache.openjpa.jdbc.schema.Column
Return true if this is a NOT NULL column.
isNotNullExplicit() - Method in class org.apache.openjpa.jdbc.schema.Column
Whether the not-null property has been set.
isOuter() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isOuter() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
isPath() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return true if this value represents a persistent field traversal, such as 'this', 'address.street', or 'projectVariable.title'.
isPrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Column
Return true if this column belongs to the table's primary key.
isPrimaryKeyAutoAssigned() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Whether the primary key columns of this key are auto-incrementing.
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
isPrimaryKeyObjectId(boolean) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Return true if the this class' primary key columns correspond to the base class' primary key columns used to construct oid values.
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
 
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
isPrimaryKeyObjectId(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
isRelationId() - Method in class org.apache.openjpa.jdbc.schema.Column
Whether this column stores some form of serialized identity value for a related record.
isSelected(Table) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
isSelected(Table) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return whether the given table is being used in this select.
isSelected(Table) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
isSingleResult() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
isSingleResult() - Method in interface org.apache.openjpa.jdbc.sql.Union
Whether this union will return at most a single result.
isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is used to filter system indexes from database metadata.
isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
isSystemIndex(String, Table) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is used to filter system sequences from database metadata.
isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
isSystemSequence(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
isSystemTable(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
This method is used to filter system tables from database metadata.
isSystemTable(String, String, boolean) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
isUnion() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
isUnion() - Method in interface org.apache.openjpa.jdbc.sql.Union
Whether this is a true UNION, rather than a logical combination of independent selects.
isUnique(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Return whether the given foreign key is unique.
isUnique() - Method in class org.apache.openjpa.jdbc.schema.Index
Return true if this is a UNIQUE index.
isUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether the column at the given index is updatable in this context.
isUpdatable(Column, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Equivalent to isUpdatable (0, nullValue), but returns false if the given column is null.
isValid() - Method in interface org.apache.openjpa.jdbc.sql.Row
Whether this row has information set on it.
isValid() - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
isVariable() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
isVersionable() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
isVersionable() - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Return true if this field can be used as part of a state image for optimistic locking.
isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
 
isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
isVersionable() - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
isVersionable(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
isVersionable(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Return whether the values managed by this handler can be used in state image versioning.
itr() - Method in class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
 

J

javaObjectTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
JavaSQLTypes - Class in org.apache.openjpa.jdbc.meta
Java SQL type constants.
JavaSQLTypes() - Constructor for class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
JDataStoreDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Borland JDataStore
JDataStoreDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.JDataStoreDictionary
 
JDBC_DEFAULT - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
JDBCAggregateListener - Interface in org.apache.openjpa.jdbc.kernel.exps
JDBC extension to the AggregateListener.
JDBCBrokerFactory - Class in org.apache.openjpa.jdbc.kernel
BrokerFactory type for use with the JDBC runtime.
JDBCBrokerFactory(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Construct the factory with the given option settings; however, the factory construction methods are recommended.
JDBCConfiguration - Interface in org.apache.openjpa.jdbc.conf
Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
JDBCConfigurationImpl - Class in org.apache.openjpa.jdbc.conf
Default implementation of the JDBCConfiguration interface.
JDBCConfigurationImpl() - Constructor for class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
Default constructor.
JDBCConfigurationImpl(boolean) - Constructor for class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
Constructor.
JDBCConfigurationImpl(boolean, boolean) - Constructor for class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
Constructor.
JDBCConfigurationImpl(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
Copy constructor
JDBCExpressionFactory - Class in org.apache.openjpa.jdbc.kernel.exps
Expression factory implementation that can be used to execute queries via SQL.
JDBCExpressionFactory(ClassMapping) - Constructor for class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
Constructor.
JDBCFetchConfiguration - Interface in org.apache.openjpa.jdbc.kernel
JDBC extensions to OpenJPA's FetchConfiguration.
JDBCFetchConfigurationImpl - Class in org.apache.openjpa.jdbc.kernel
JDBC extensions to OpenJPA's FetchConfiguration.
JDBCFetchConfigurationImpl() - Constructor for class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
JDBCFilterListener - Interface in org.apache.openjpa.jdbc.kernel.exps
JDBC extension to the FilterListener.
jdbcListenerPlugins - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
JDBCLockManager - Interface in org.apache.openjpa.jdbc.kernel
Extension of the LockManager interface with methods for datastore locking during the select and load process.
JDBCProductDerivation - Class in org.apache.openjpa.jdbc.conf
Sets JDBC as default store.
JDBCProductDerivation() - Constructor for class org.apache.openjpa.jdbc.conf.JDBCProductDerivation
 
JDBCSeq - Interface in org.apache.openjpa.jdbc.kernel
Specialization of the the Seq interface to provide information on the schema needed by this sequence.
JDBCSeqValue - Class in org.apache.openjpa.jdbc.conf
Adds additional aliases to base SeqValue.
JDBCSeqValue(String) - Constructor for class org.apache.openjpa.jdbc.conf.JDBCSeqValue
 
JDBCStore - Interface in org.apache.openjpa.jdbc.kernel
Represents the JDBC store.
JDBCStoreManager - Class in org.apache.openjpa.jdbc.kernel
StoreManager plugin that uses JDBC to store persistent data in a relational data store.
JDBCStoreManager() - Constructor for class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
JDBCStoreQuery - Class in org.apache.openjpa.jdbc.kernel
JDBC query implementation.
JDBCStoreQuery(JDBCStore, ExpressionParser) - Constructor for class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
Constructor.
JDBCStringContains - Class in org.apache.openjpa.jdbc.kernel.exps
Deprecated. Use matches() instead.
JDBCStringContains() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains
Deprecated.  
JDBCWildcardMatch - Class in org.apache.openjpa.jdbc.kernel.exps
Deprecated. Use matches() instead.
JDBCWildcardMatch() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch
Deprecated.  
join(Select) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Return any joins needed to get from the primary table to this table.
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
join(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Joins from the owning class' table to the table where this field lies using the join foreign key.
join(Joins, boolean) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Join this value to the class table.
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
join(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
join(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
join(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
join(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
join(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Join to the owning field table for the given element mapping from ContainerFieldStrategy.getIndependentElementMappings(boolean) (or null).
join(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
join(Column, Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Join a local column to a primary key column of another table.
Join - Class in org.apache.openjpa.jdbc.sql
Represents a SQL join.
join(ForeignKey, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Join the columns of the given foreign key.
join(ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
join(ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
JOIN_EXPECTED_INVERSE - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
Inverse join that is marked up as a forward join because the backing mapping expects an inverse direction.
JOIN_FORWARD - Static variable in class org.apache.openjpa.jdbc.meta.MappingInfo
 
JOIN_FORWARD - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
Standard forward join.
JOIN_INVERSE - Static variable in class org.apache.openjpa.jdbc.meta.MappingInfo
 
JOIN_INVERSE - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
Inverse join.
JOIN_NONE - Static variable in class org.apache.openjpa.jdbc.meta.MappingInfo
 
Joinable - Interface in org.apache.openjpa.jdbc.meta
Represents a value that can be joined to.
joinConstant(Object, Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Join a constant value to a primary key column of another table.
joinConstant(Column, Object) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Join a constant value to a local column of this table.
joinCount() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
joinCount() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
joinElementRelation(Joins, ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Join this value's table to the table for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
joinElementRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
joinElementRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
joinElementRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
joinElementRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
joinElementRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Join this value's table to the table for the given element mapping from ContainerFieldStrategy.getIndependentElementMappings(boolean) (or null).
joinKey(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
joinKey(Joins, boolean) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Join the key value to the class table.
joinKey(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
joinKey(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
joinKey(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
joinKey(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
joinKeyRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
joinKeyRelation(Joins, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Join this value's table to the table for the related first class object key type, if any.
joinKeyRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
joinKeyRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
joinKeyRelation(Joins, ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Join this value's table to the table for the given key mapping from LRSMapFieldStrategy.getIndependentKeyMappings(boolean) (or null).
joinKeyRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
Invokes FieldStrategy.joinKeyRelation(org.apache.openjpa.jdbc.sql.Joins, boolean, boolean) by default.
joinKeyRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
joinKeyRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
joinRelation(Joins, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Join this value's table to the table for the related first class object type, if any.
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
joinRelation(Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
joinRelation(String, ForeignKey, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Join the columns of the given foreign key, which represents a relation via the given field name.
joinRelation(String, ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
joinRelation(String, ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
Joins - Interface in org.apache.openjpa.jdbc.sql
Tracks joins made when traversing relations in a select.
joins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
joins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
joinSuperclass(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
joinSuperclass(Joins, boolean) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Join the mapping and its superclass.
joinSuperclass(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
joinSuperclass(Joins, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
joinSyntax - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
JoinSyntaxes - Interface in org.apache.openjpa.jdbc.sql
Constants for ways of describing joins in SQL.
joinValueRelation(Joins, ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Join this value's table to the table for the given value mapping from LRSMapFieldStrategy.getIndependentValueMappings(boolean) (or null).
joinValueRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
Invokes FieldStrategy.joinRelation(org.apache.openjpa.jdbc.sql.Joins, boolean, boolean) by default.
joinValueRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
joinValueRelation(Joins, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 

L

lastGeneratedKeyQuery - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
LazySchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory that uses database metadata to construct the system schema.
LazySchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
length() - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
length() - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Return the number of SQL elements in this value.
length() - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Return the number of SQL elements in this value.
lessThan(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
lessThanEqual(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
LEVEL_CLASS - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
 
LEVEL_PACKAGE - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
 
load(Result, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
load(Result, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Load the data for this value.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
load(ClassMapping, JDBCFetchConfiguration, BitSet, Result) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Load the object in the current row of the given result.
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load virtual row data; the given result is not guaranteed to contain data for this field, so the field mapping should make sure the result contains its needed column data before loading.
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load secondary data using a connection from the store manager.
load(Class, int, ClassLoader) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
load(OpenJPAStateManager, JDBCStore, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
load(Column, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
load(Column, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
load(OpenJPAStateManager, JDBCStore, Result) - Method in class org.apache.openjpa.jdbc.meta.Version
 
load(OpenJPAStateManager, JDBCStore, Result) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
Load data.
load(ClassMapping, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
load(ClassMapping, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
load(ClassMapping, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
load(ClassMapping, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
load(ClassMapping, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.sql.Result
Load a pc object using the given store manager.
load(ClassMapping, JDBCStore, JDBCFetchConfiguration, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Result
Load a pc object using the given store manager.
load(ClassMapping, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
loadAll(Collection, PCState, int, FetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
loadDataStore(ValueMapping, Result, Joins, Column[]) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Load the datastore value from the given result.
loadEagerJoin(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
loadEagerJoin(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load the joined eager result.
loadEagerJoin(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
loadEagerJoin(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
loadEagerJoin(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
loadEagerParallel(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
loadEagerParallel(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load the batched eager result.
loadEagerParallel(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
loadEagerParallel(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
loadEagerParallel(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
loadedForUpdate(OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCLockManager
Notification that the given instance was loaded via a result set produced by a FOR UPDATE select.
loadedForUpdate(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Load an element of the collection.
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
loadElement(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Load an element of the collection.
loadEmbedded(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Load this strategy's field by transforming the given datastore value.
loadEmbedded(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
loadEmbedded(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
loadEmbedded(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
loadEmbedded(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
loadKey(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
loadKey(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Load a key from the given result.
loadKey(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
loadKey(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
loadKeyProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
loadKeyProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load this field's key value using the given result.
loadKeyProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
loadKeyProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
loadObject(ValueMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins, Column[], boolean) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Load the Object value from the given result.
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Load this field value using the given result.
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
loadProjection(JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
loadSubclasses(ClassMapping) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Makes sure all subclasses of the given type are loaded in the JVM.
loadSubclasses(ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
Makes sure all subclasses of the given type are loaded in the JVM.
loadSubclasses(JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
loadSubclasses(JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Load all subclasses of the owning class mapping into the JVM.
loadSubclasses(JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
By default, logs a warning that this discriminator cannot calculate its list of subclasses on its own.
loadSubclasses(JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ClassNameDiscriminatorStrategy
 
loadSubclasses(JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
loadValue(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
loadValue(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Load a value from the given result.
loadValue(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
loadValue(OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Result, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
LocalConstraint - Class in org.apache.openjpa.jdbc.schema
Constraint over local table columns, as opposed to a foreign key which spans tables.
LocalConstraint() - Constructor for class org.apache.openjpa.jdbc.schema.LocalConstraint
Default constructor.
LocalConstraint(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.LocalConstraint
Constructor.
LOCK_DATASTORE_ONLY - Static variable in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
lockInternal(OpenJPAStateManager, int, int, Object) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
lockModeEnabled - Variable in class org.apache.openjpa.jdbc.sql.InformixDictionary
If true, then we will issue a "SET LOCK MODE TO WAIT N" statement whenever we create a Connection, in order allow waiting on locks.
lockWaitSeconds - Variable in class org.apache.openjpa.jdbc.sql.InformixDictionary
If InformixDictionary.lockModeEnabled is true, then this parameter specifies the number of seconds we will wait to obtain a lock for inserts and pessimistic locking.
log - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
LOG_JDBC - Static variable in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Name of the logger for JDBC-related messages: openjpa.jdbc.JDBC.
LOG_SCHEMA - Static variable in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Name of the logger for schema-related messages: openjpa.jdbc.Schema.
LOG_SQL - Static variable in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Name of the logger for SQL execution messages: openjpa.jdbc.SQL.
LogicalUnion - Class in org.apache.openjpa.jdbc.sql
A logical union made up of multiple distinct selects whose results are combined in memory.
LogicalUnion(JDBCConfiguration, int) - Constructor for class org.apache.openjpa.jdbc.sql.LogicalUnion
Constructor.
LogicalUnion(JDBCConfiguration, Select[]) - Constructor for class org.apache.openjpa.jdbc.sql.LogicalUnion
Constructor used to seed the internal selects.
LogicalUnion(JDBCConfiguration, int, Select[]) - Constructor for class org.apache.openjpa.jdbc.sql.LogicalUnion
Delegate constructor.
LogicalUnion.Selector - Interface in org.apache.openjpa.jdbc.sql
A callback used to create the selects in a SQL union.
LogicalUnion.UnionSelect - Class in org.apache.openjpa.jdbc.sql
A select that is part of a logical union.
LogicalUnion.UnionSelect(SelectImpl, int) - Constructor for class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
longVarbinaryTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
longVarcharTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
LRSCollectionFieldStrategy - Interface in org.apache.openjpa.jdbc.meta.strats
Interface implemented by collection strategies so that they can support large result set collections.
LRSMapFieldStrategy - Interface in org.apache.openjpa.jdbc.meta.strats
Interface implemented by map strategies so that they can support large result set maps.
LRSProxyCollection - Class in org.apache.openjpa.jdbc.meta.strats
Large result set collection.
LRSProxyCollection(LRSCollectionFieldStrategy, OpenJPAConfiguration) - Constructor for class org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
 
lrsSize - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
LRSSizes - Interface in org.apache.openjpa.jdbc.kernel
Ways of calculating the size of large result sets.

M

main(String[]) - Static method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Usage: java org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq [option]* -action/-a <add | drop | get | set> [class name | .java file | .class file | .jdo file] [value] Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Usage: java org.apache.openjpa.jdbc.schema.NativeJDBCSequence [option]* -action/-a <add | drop | get> Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Usage: java org.apache.openjpa.jdbc.schema.TableJDBCSequence [option]* -action/-a <add | drop | get | set> [value] Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
Usage: java org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq [option]* -action/-a <add | drop | get | set> [primary key value] [value] Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.meta.MappingTool
Usage: java org.apache.openjpa.jdbc.meta.MappingTool [option]* [-action/-a <refresh | add | buildSchema | drop | validate | import | export>] <class name | .java file | .class file | .jdo file>* Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Usage: java org.apache.openjpa.jdbc.meta.ReverseMappingTool [option]* <.schema file or resource>* Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.schema.SchemaTool
Usage: java org.apache.openjpa.jdbc.schema.SchemaTool [option]* [-action/-a <add | retain | drop | refresh | createDB | dropDB | build | reflect | import | export>] <.schema file or resource>* Where the following options are recognized.
main(String[]) - Static method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Usage: java org.apache.openjpa.jdbc.schema.TableSchemaFactory [option]* -action/-a <add | drop> Where the following options are recognized.
makeNameValid(String, NameSet, int, int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Shortens the given name to the given maximum length, then checks that it is not a reserved word.
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
map(List, Object, Joins) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping.PCResult
Map the given request onto a result id.
map(boolean) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Map the owning mapping using this strategy.
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.BlobValueHandler
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ClobValueHandler
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbeddedClassStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
map(ValueMapping, String, ColumnIO, boolean, List, List) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
Maps embedded value and gathers columns and arguments into given lists.
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FlatClassStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
map(ValueMapping, String, ColumnIO, boolean) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Map the given value.
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdClassStrategy
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
map(ValueMapping, String, ColumnIO, boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
map(ValueMapping, String, ColumnIO, boolean) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Map the given value and return all mapped columns, or simply return an array of unmapped default columns.
map(boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
 
mapConstraints(String, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
mapConstraints(String, boolean) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Map indexes and constraints for this value, using the current ValueMappingInfo.
mapConstraints(String, boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
mapJoin(boolean, boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Map this field to its table, optionally requiring that it be in another table.
mapping - Variable in class org.apache.openjpa.jdbc.kernel.ConnectionInfo
 
MappingDefaults - Interface in org.apache.openjpa.jdbc.meta
Generates default names for tables, columns, indexes, constraints, etc.
MappingDefaultsImpl - Class in org.apache.openjpa.jdbc.meta
Default implementation of MappingDefaults.
MappingDefaultsImpl() - Constructor for class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
mappingDefaultsPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
mappingFactoryPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
MappingFactoryValue - Class in org.apache.openjpa.jdbc.conf
Handles the complex logic of creating a MetaDataFactory for combined metadata and mapping.
MappingFactoryValue(String) - Constructor for class org.apache.openjpa.jdbc.conf.MappingFactoryValue
 
MappingInfo - Class in org.apache.openjpa.jdbc.meta
Base class storing raw mapping information; defines utility methods for converting raw mapping information to full mapping to the schema.
MappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.MappingInfo
 
MappingInfo.ForeignKeyDefaults - Interface in org.apache.openjpa.jdbc.meta
Supplies default foreign key information.
MappingInfo.TableDefaults - Interface in org.apache.openjpa.jdbc.meta
Supplies default table information.
MappingRepository - Class in org.apache.openjpa.jdbc.meta
Repository of object/relational mapping information.
MappingRepository() - Constructor for class org.apache.openjpa.jdbc.meta.MappingRepository
Default constructor.
MappingRepositoryValue - Class in org.apache.openjpa.jdbc.conf
Handles the complex logic of creating a MappingRepository for a given configuration.
MappingRepositoryValue(String) - Constructor for class org.apache.openjpa.jdbc.conf.MappingRepositoryValue
 
mappings - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
MappingStrategyInstaller - Class in org.apache.openjpa.jdbc.meta
Installer used during mapping that attempts to use the given mapping information (if any), and fails if it does not work.
MappingStrategyInstaller(MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.MappingStrategyInstaller
Constructor; supply configuration.
MappingTool - Class in org.apache.openjpa.jdbc.meta
Tool for manipulating class mappings and associated schema.
MappingTool(JDBCConfiguration, String, boolean) - Constructor for class org.apache.openjpa.jdbc.meta.MappingTool
Constructor.
MappingTool.Flags - Class in org.apache.openjpa.jdbc.meta
Run flags.
MappingTool.Flags() - Constructor for class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
MappingTool.ImportExport - Interface in org.apache.openjpa.jdbc.meta
Helper used to import and export mapping data.
MappingToolTask - Class in org.apache.openjpa.jdbc.ant
Executes the MappingTool on the specified files.
MappingToolTask() - Constructor for class org.apache.openjpa.jdbc.ant.MappingToolTask
 
MappingToolTask.Action - Class in org.apache.openjpa.jdbc.ant
 
MappingToolTask.Action() - Constructor for class org.apache.openjpa.jdbc.ant.MappingToolTask.Action
 
MappingToolTask.SchemaAction - Class in org.apache.openjpa.jdbc.ant
 
MappingToolTask.SchemaAction() - Constructor for class org.apache.openjpa.jdbc.ant.MappingToolTask.SchemaAction
 
mappingWriter - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
mapPrimaryKey(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Maps the primary key on the secondary table for this field, if the user's defaults create one.
mapRelationToUnmappedPC(ValueMapping, String, boolean) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Map a logical foreign key to an unmapped base class relation.
MapTableFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Base class for map mappings.
MapTableFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
matches(Value, Value, String, String, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
mathFunction(SQLBuffer, String, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Append the numeric parts of a mathematical function.
max(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
max - Variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
 
maxAutoAssignNameLength - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
maxColumnNameLength - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
maxConstraintNameLength - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
MaxEmbeddedBlobFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for serialized fields on a dictionary that has a maximum embedded BLOB size.
MaxEmbeddedBlobFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
maxEmbeddedBlobSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
MaxEmbeddedByteArrayFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for byte array fields on a dictionary that has a maximum embedded BLOB size.
MaxEmbeddedByteArrayFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
MaxEmbeddedCharArrayFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.
MaxEmbeddedCharArrayFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
MaxEmbeddedClobFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for CLOB string on a dictionary that has a maximum embedded CLOB size.
MaxEmbeddedClobFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
maxEmbeddedClobSize - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
maxIndexesPerTable - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
maxIndexNameLength - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
maxTableNameLength - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
mergeColumn(MetaDataContext, String, Column, boolean, Column, Table, boolean, boolean) - Static method in class org.apache.openjpa.jdbc.meta.MappingInfo
Merge the given columns if possible.
MergedResult - Class in org.apache.openjpa.jdbc.sql
Result that merges multiple result delegates.
MergedResult(Result[]) - Constructor for class org.apache.openjpa.jdbc.sql.MergedResult
Constructor; supply delegates.
MergedResult(Result[], MergedResult.ResultComparator) - Constructor for class org.apache.openjpa.jdbc.sql.MergedResult
Constructor; supply delegates and comparator for ordering results.
MergedResult.ResultComparator - Interface in org.apache.openjpa.jdbc.sql
Comparator for ordering result rows.
meta - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
metaDataFile - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
metaDataLevel - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
MetaDataPlusMappingFactory - Class in org.apache.openjpa.jdbc.meta
Combines two internal MetaDataFactory instances -- one for metadata, one for mappings -- into a single MetaDataFactory facade.
MetaDataPlusMappingFactory(MetaDataFactory, MetaDataFactory) - Constructor for class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
Constructor; supply delegates.
MICRO - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
MILLI - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
min(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
mod(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
multiply(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
MySQLDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for MySQL.
MySQLDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.MySQLDictionary
 

N

NAME_ANY - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
NAME_SEQUENCE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
NAME_TABLE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
namedHandler(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given value's named handler, or return null if no named handler.
namedSequenceFromOneSchemaSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load a sequence's schema,name pair from one schema.
namedSequencesFromAllSchemasSQL - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
SQL statement to load schema,name pairs for all sequences with a certain name from all schemas.
namedStrategy(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given class' named strategy, or return null if no named strategy.
namedStrategy(FieldMapping, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given field's named strategy, or return null if no named strategy.
namedStrategy(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given discriminator's named strategy, or return null if no named strategy.
namedStrategy(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Instantiate the given version's named strategy, or return null if no named strategy.
NameSet - Class in org.apache.openjpa.jdbc.schema
Name sets track what names have been taken, ignoring case.
NameSet() - Constructor for class org.apache.openjpa.jdbc.schema.NameSet
 
NANO - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
NativeJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
JDBCSeq implementation that uses a database sequences to generate numbers.
NativeJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
newAggregate(AggregateListener, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newArgumentList(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newBoundVariable(String, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newBrokerImpl(String, String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
 
newBrokerInstance(String, String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
newClassMapping(Class, Table) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Create a new class to be mapped to a table.
newClassMetaData(Class) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newClassMetaDataArray(int) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newColumn(String, Table) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
newColumn(String, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new column with the given name and owner table.
newColumn(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new column from the information in the schema metadata.
newColumn(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
newColumn(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.MySQLDictionary
 
newCompilationKey() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
newConfiguration() - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
newConfiguration() - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
newConfiguration() - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
newDataSource(JDBCConfiguration, boolean) - Static method in class org.apache.openjpa.jdbc.schema.DataSourceFactory
Create a datasource using the given configuration.
newDataStoreExecutor(ClassMetaData, boolean) - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
newDataStoreId(long, ClassMapping, boolean) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCStore
Create a new datastore identity object from the given id value and mapping.
newDataStoreId(Object, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
newDataStoreId(long, ClassMapping, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
newDBDictionary(JDBCConfiguration, String, String) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
Create the dictionary for the given class name and properties.
newDBDictionary(JDBCConfiguration, DataSource, String) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
Create the dictionary using connection metadata to determine its type.
newDiscriminator(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create discriminator metadata for the given class.
newDriverDataSourceInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Create an instance of the DriverDataSource to use for creating a DataSource from a JDBC Driver.
newDriverDataSourceInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
newEmbeddedClassMetaData(ValueMetaData) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newExtension(FilterListener, Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newFetchConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
newFieldMapping(String, Class, Column, ForeignKey, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Create a field mapping for the given info, or return null if customizer rejects.
newFieldMetaData(String, Class, ClassMetaData) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newFieldMetaDataArray(int) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newForeignKey(String, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new foreign key with the given name and owner table.
newForeignKey(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new foreign key from the information in the schema metadata.
newIndex(String, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new index with the given name and owner table.
newIndex(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new index from the information in the schema metadata.
newIndex(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
newInstance(String, Class, Configuration, boolean) - Method in class org.apache.openjpa.jdbc.conf.MappingRepositoryValue
 
newInstance(ConfigurationProvider) - Static method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Factory method for constructing a factory from properties.
newInstance(FetchConfigurationImpl.ConfigurationState) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
newInstance() - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newInstance(Table, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
newInstance() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Create a new instance of this class.
newInstance(Table, int) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
newInstance(Table, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
Return a new row.
newInstance(Table, int) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
newJoins() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Returns a no-op joins object by default.
newJoins() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
newJoins() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
newJoins() - Method in interface org.apache.openjpa.jdbc.sql.Result
Return a new joins instance to use for traversing to related data.
newJoins() - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a new instance to use for joining.
newJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
newJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
newLiteral(Object, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newLRSProxy(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
newLRSProxy(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
newLRSProxy(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
newLRSProxy(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
newLRSProxy(OpenJPAConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Return a large result set proxy for this field.
newMappingInfo(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create raw mapping info for the given instance.
newMappingInfo(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create raw mapping info for the given instance.
newMappingInfo(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create raw mapping info for the given instance.
newMappingInfo(Version) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create raw mapping info for the given instance.
newMappingInfo(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create raw mapping info for the given instance.
newMappingRepositoryInstance() - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Return a new empty mapping repository of the configured type.
newMappingRepositoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
newMetaDataFactoryInstance() - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
newOrderArray(int) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newParameter(String, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newPath() - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newPath(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newPluginValue(String) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
 
newPreparedStatementManager(JDBCStore, Connection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Return a new PreparedStatementManager.
newPreparedStatementManager(JDBCStore, Connection) - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
newPrimaryKey(String, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new primary key with the given name and owner table.
newPrimaryKey(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new primary key from the information in the schema metadata.
newPrimaryKey(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
newQuery(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
newRelatedFieldOrder(FieldMetaData, FieldMetaData, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newResultList(ResultObjectProvider) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
newRowManager() - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
Return a new RowManager.
newRowManager() - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
newSavepoint(String, Broker) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
newSchema(String) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new schema with the given name.
newSelect() - Method in interface org.apache.openjpa.jdbc.sql.SQLFactory
Select factory.
newSelect() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
newSequence(String, Schema) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new sequence with the given name and owner schema.
newSequence(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new sequence from the information in the schema metadata.
newSequenceMetaData(String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newStoreException(String, SQLException[], Object) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return a new exception that wraps causes.
newStoreException(String, SQLException[], Object) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
newStoreException(String, SQLException[], Object) - Method in class org.apache.openjpa.jdbc.sql.JDataStoreDictionary
 
newStoreManager() - Method in class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
 
newSubquery(ClassMetaData, boolean, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newTable(String, Schema) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
newTable(String, Schema) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new table with the given name and owner schema.
newTable(ResultSet) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a new table from the information in the schema metadata.
newUnboundVariable(String, Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
newUnion(int) - Method in interface org.apache.openjpa.jdbc.sql.SQLFactory
Union factory.
newUnion(Select[]) - Method in interface org.apache.openjpa.jdbc.sql.SQLFactory
Union factory.
newUnion(int) - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
newUnion(Select[]) - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
newUnionSelect(SelectImpl, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
Create a new union select with the given delegate and union position.
newUnique(String, Table) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Return a new unique constraint with the given name and owner table.
newValueMetaData(FieldMetaData) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newValueOrder(FieldMetaData, boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
newVersion(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Create version metadata for the given class.
next(StoreContext, ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
next() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
next() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
 
next() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
next() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
next() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
next() - Method in interface org.apache.openjpa.jdbc.sql.Result
Advance to the next row, or return false if there are no more rows in the result.
nextInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Return the next sequence object.
nextInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
nextInternal(JDBCStore, ClassMapping) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
nextInternal() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Advance this row.
nextInternal() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
nextInternal() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
nextSequenceQuery - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
nextVersion(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
Return the next version given the current one, which may be null.
nextVersion(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
nextVersion(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
NoneClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Strategy for classes that aren't mapped.
NoneDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op Discriminator strategy.
NoneFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
An unmapped field.
NoneMappingDefaults - Class in org.apache.openjpa.jdbc.meta
No-op mapping defaults.
NoneMappingDefaults() - Constructor for class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
NoneStrategyInstaller - Class in org.apache.openjpa.jdbc.meta
Clears all mapping information from classes and installs none strategies.
NoneStrategyInstaller(MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.NoneStrategyInstaller
Constructor; supply configuration.
NoneVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
No-op version strategy.
not(Expression) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
notEqual(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
notMatches(Value, Value, String, String, String) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
NULL - Static variable in class org.apache.openjpa.jdbc.meta.Discriminator
Null discriminator value marker.
NULL - Static variable in class org.apache.openjpa.jdbc.sql.RowImpl
 
nullableAsObject - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
nullJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
nullJoins() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
nullTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
NumberVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses a version number for optimistic versioning.
NumberVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
 
numericTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 

O

ObjectIdClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Class mapping for embedded object id fields.
ObjectIdClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ObjectIdClassStrategy
 
ObjectIdValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for embedded object id fields.
ObjectIdValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
 
objectValueRequiresLoad(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
objectValueRequiresLoad(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
objectValueRequiresLoad(ValueMapping) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Return whether this handler potentially must load extra data to extract the object value from its datastore representation.
open() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
open() - Method in class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
 
open() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
openjpa3GeneratedKeyNames - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
Flag to use OpenJPA 3 style naming for auto assign sequence name and trigger name for backwards compatibility.
openjpaTables - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
openjpaTables - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
OperationOrderUpdateManager - Class in org.apache.openjpa.jdbc.kernel
Update manager that writes SQL in object-level operation order.
OperationOrderUpdateManager() - Constructor for class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
or(Expression, Expression) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
or(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
or(Joins, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
OR the given joins together.
or(Joins, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
OracleDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Oracle.
OracleDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.OracleDictionary
 
orderBy(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
orderBy(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Order by this value.
orderBy(Column, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(Column, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(Column[], boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(Column[], boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(SQLBuffer, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(SQLBuffer, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(String, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(String, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderBy(Column, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Order by the given column.
orderBy(Column, boolean, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Order by the given column.
orderBy(Column[], boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Order by the given columns.
orderBy(Column[], boolean, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Order by the given columns.
orderBy(SQLBuffer, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add an ORDER BY clause.
orderBy(SQLBuffer, boolean, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add an ORDER BY clause.
orderBy(String, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add an ORDER BY clause.
orderBy(String, boolean, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add an ORDER BY clause.
orderBy(Column, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(Column, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(Column[], boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(Column[], boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(SQLBuffer, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(SQLBuffer, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(String, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderBy(String, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderByPrimaryKey(ClassMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderByPrimaryKey(ClassMapping, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderByPrimaryKey(ClassMapping, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Order on the primary key columns of the given mapping, joining to superclasses as necessary to get all columns needed to construct an object id.
orderByPrimaryKey(ClassMapping, boolean, Joins, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select and order on the primary key columns of the given mapping, joining to superclasses as necessary to get all columns needed to construct an object id.
orderByPrimaryKey(ClassMapping, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderByPrimaryKey(ClassMapping, boolean, Joins, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
orderByPrimaryKey(ClassMapping, boolean, Joins, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
Allow unions to set aliases on order columns.
orderDirty() - Method in class org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
 
orderDirty() - Method in interface org.apache.openjpa.jdbc.kernel.UpdateManager
Whether the store context should maintain the order in which instances are dirtied.
orderIdxs - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
orderLocal(Select, ClassMapping, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Add ordering to the given select for all non-relation order values, including the synthetic order column, if any.
orderRelation(Select, ClassMapping, Joins) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Add ordering to the given select for all relation-based values.
orders - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
org.apache.openjpa.jdbc.ant - package org.apache.openjpa.jdbc.ant
OpenJPA-JDBC Ant Tasks
org.apache.openjpa.jdbc.conf - package org.apache.openjpa.jdbc.conf
OpenJPA-JDBC Configuration
org.apache.openjpa.jdbc.kernel - package org.apache.openjpa.jdbc.kernel
OpenJPA-JDBC Runtime Kernel
org.apache.openjpa.jdbc.kernel.exps - package org.apache.openjpa.jdbc.kernel.exps
OpenJPA-JDBC Expression Tree
org.apache.openjpa.jdbc.meta - package org.apache.openjpa.jdbc.meta
OpenJPA-JDBC ORM Metadata
org.apache.openjpa.jdbc.meta.strats - package org.apache.openjpa.jdbc.meta.strats
OpenJPA-JDBC ORM Strategies
org.apache.openjpa.jdbc.schema - package org.apache.openjpa.jdbc.schema
OpenJPA-JDBC Schema Management
org.apache.openjpa.jdbc.sql - package org.apache.openjpa.jdbc.sql
OpenJPA-JDBC SQL Abstraction
otherTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
outer(Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
outer(Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a join set making the given joins outer joins.
outer(Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
outerJoin(ForeignKey, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Join the columns of the given foreign key.
outerJoin(ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
outerJoin(ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
outerJoinClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
outerJoinRelation(String, ForeignKey, boolean, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Join the columns of the given foreign key, which represents a relation via the given field name.
outerJoinRelation(String, ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
outerJoinRelation(String, ForeignKey, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 

P

packageName - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
PagingResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
Object provider implementation that fetches one page of results at a a time as it scrolls.
PagingResultObjectProvider(SelectExecutor, ClassMapping, JDBCStore, JDBCFetchConfiguration, BitSet, long) - Constructor for class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
Constructor.
PagingResultObjectProvider(SelectExecutor, ClassMapping[], JDBCStore, JDBCFetchConfiguration, BitSet[], long) - Constructor for class org.apache.openjpa.jdbc.kernel.PagingResultObjectProvider
Constructor.
path() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
path() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
PessimisticLockManager - Class in org.apache.openjpa.jdbc.kernel
Lock manager that uses exclusive database locks.
PessimisticLockManager() - Constructor for class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
PK_VALUE - Static variable in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
 
platform - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
PointbaseDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Pointbase Embedded.
PointbaseDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
POLY_FALSE - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
A non-polymorphic relation.
POLY_JOINABLE - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
A relation that can hold any joinable subclass type.
POLY_TRUE - Static variable in interface org.apache.openjpa.jdbc.meta.ValueMapping
A fully polymorphic relation (the default).
populate(Table, Table, Column, Object, boolean, int, int) - Method in interface org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults
Populate the given foreign key column with defaults.
populateColumns(Version, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given version columns.
populateColumns(Discriminator, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given discriminator columns.
populateColumns(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given value columns.
populateColumns(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateColumns(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateColumns(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateColumns(Version, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateColumns(Discriminator, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateColumns(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateDataStoreIdColumns(ClassMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given datastore identity columns.
populateDataStoreIdColumns(ClassMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateDataStoreIdColumns(ClassMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateForeignKeyColumn(ValueMapping, String, Table, Table, Column, Object, boolean, int, int) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given column used to join a value to its related type.
populateForeignKeyColumn(ValueMapping, String, Table, Table, Column, Object, boolean, int, int) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateForeignKeyColumn(ValueMapping, String, Table, Table, Column, Object, boolean, int, int) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateJoinColumn(ClassMapping, Table, Table, Column, Object, int, int) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given column used to join a class to its superclass table.
populateJoinColumn(FieldMapping, Table, Table, Column, Object, int, int) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given column used to join a field to its defining class' table.
populateJoinColumn(ClassMapping, Table, Table, Column, Object, int, int) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateJoinColumn(FieldMapping, Table, Table, Column, Object, int, int) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateJoinColumn(ClassMapping, Table, Table, Column, Object, int, int) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateJoinColumn(FieldMapping, Table, Table, Column, Object, int, int) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateNullIndicatorColumns(ValueMapping, String, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given null indicator columns.
populateNullIndicatorColumns(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateNullIndicatorColumns(ValueMapping, String, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
populateOrderColumns(FieldMapping, Table, Column[]) - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
Fill in default information for the given order columns.
populateOrderColumns(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
populateOrderColumns(FieldMapping, Table, Column[]) - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
pos - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
PostgresDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Postgres.
PostgresDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
prepareCall(Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepared statement using the SQL in this buffer.
prepareCall(Connection, int, int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepared statement using the SQL in this buffer.
prepareCall(Connection, JDBCFetchConfiguration, int, int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepred statement using the SQL in this buffer and the given fetch configuration.
PreparedStatementManager - Interface in org.apache.openjpa.jdbc.kernel
Manages prepared statement execution.
prepareMapping(ClassMetaData) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
 
prepareStatement(Connection) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepared statement using the SQL in this buffer.
prepareStatement(Connection, int, int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepared statement using the SQL in this buffer.
prepareStatement(Connection, JDBCFetchConfiguration, int, int) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Create and populate the parameters of a prepred statement using the SQL in this buffer and the given fetch configuration.
PrimaryKey - Class in org.apache.openjpa.jdbc.schema
Represents a table primary key.
PrimaryKey() - Constructor for class org.apache.openjpa.jdbc.schema.PrimaryKey
Default constructor.
PrimaryKey(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.PrimaryKey
Constructor.
primaryKeyOnJoin - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
primaryKeys - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
primaryKeys - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
PrimaryRow - Class in org.apache.openjpa.jdbc.sql
Primary table row that tracks foreign keys and auto-inc columns.
PrimaryRow(Table, int, OpenJPAStateManager) - Constructor for class org.apache.openjpa.jdbc.sql.PrimaryRow
Constructor; supply table and action.
PrimitiveFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Direct mapping from a primitive value to a column.
PrimitiveFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
PropertiesReverseCustomizer - Class in org.apache.openjpa.jdbc.meta
Simple ReverseCustomizer that uses a properties file to to allow customization of basic class and field properties.
PropertiesReverseCustomizer() - Constructor for class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
pushBack() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
pushBack() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
pushBack() - Method in interface org.apache.openjpa.jdbc.sql.Result
Push back the last result.
pushBack() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
putBytes(Object, byte[]) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Invoke the JDK 1.4 setBytes method on the given BLOB object.
putBytes(Object, byte[]) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Invoke Oracle's putBytes method on the given BLOB object.
putChars(Object, char[]) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Invoke the JDK 1.4 setCharacterStream method on the given CLOB object.
putChars(Object, char[]) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Invoke Oracle's putChars method on the given CLOB object.
putData(OpenJPAStateManager, ResultSet, DBDictionary) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
putData(OpenJPAStateManager, ResultSet, DBDictionary) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
putData(OpenJPAStateManager, ResultSet, DBDictionary) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
putData(OpenJPAStateManager, ResultSet, DBDictionary) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
putEager(FieldMapping, Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
putEager(FieldMapping, Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
putEager(FieldMapping, Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
The eager result for the given key, or null if none.
putEager(FieldMapping, Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
putString(Object, String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Invoke the JDK 1.4 setString method on the given CLOB object.
putString(Object, String) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
Invoke Oracle's putString method on the given CLOB object.

Q

QueryResultMapping - Class in org.apache.openjpa.jdbc.meta
Mapping of a query result set to scalar and/or persistence-capable object-level values.
QueryResultMapping.PCResult - Class in org.apache.openjpa.jdbc.meta
A persistence-capable result.

R

RANGE_POST_DISTINCT - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
RANGE_POST_SELECT - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
RANGE_PRE_DISTINCT - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
rangePosition - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
Raw - Class in org.apache.openjpa.jdbc.sql
Represents a raw SQL string for passing to Row.setObject.
Raw(String) - Constructor for class org.apache.openjpa.jdbc.sql.Raw
 
readSchema - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
readSchema() - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
readSchema() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
readSchema() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
readSchema() - Method in interface org.apache.openjpa.jdbc.schema.SchemaFactory
Return the schema group for the current object model and database.
readSchema() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
readSchemaColumn() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Returns the schema as an XML string.
realTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
record() - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Records the changes that have been made to both the mappings and the associated schema, and clears the tool for further use.
record - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
record() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Record the changes made to the DB in the current SchemaFactory.
recordCode() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Uses CodeGenerators to write the Java code for the generated mappings to the proper packages.
recordCode(Map) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Write the code for the tool.
recordMetaData(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Write the generated metadata to the proper packages.
recordMetaData(boolean, Map) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Write the code for the tool.
recordOrder(Object, boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
Record that we're ordering by a SQL expression.
recordOrderColumns(Column[], boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
Record that we're ordering by the given columns.
REF - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
refColumns() - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Ref all columns in this key.
refColumns() - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Ref all columns in this constraint.
refreshSequence() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Creates the sequence in the DB.
RefreshStrategyInstaller - Class in org.apache.openjpa.jdbc.meta
Attempts to install using the given mapping information.
RefreshStrategyInstaller(MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.RefreshStrategyInstaller
Constructor; supply configuration.
refreshTable() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Creates the sequence table in the DB.
refreshTable() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Creates the schema table in the DB.
refSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
refSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Increment the reference count of used schema components.
refSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Increment the reference count of used schema components.
refSchemaComponents() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Increase the reference count on used schema components.
refSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
refSchemaComponents() - Method in class org.apache.openjpa.jdbc.meta.Version
Increment the reference count of used schema components.
refSchemaComponents(Table) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Increment the reference count of any table components that this dictionary adds that are not used by mappings.
refSchemaComponents(Table) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
refTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
RelationCollectionInverseKeyFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Maps a relation to a collection of other objects using an inverse foreign key in the related object table.
RelationCollectionInverseKeyFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
RelationCollectionTableFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Maps a collection of related objects through an association table.
RelationCollectionTableFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
RelationFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for a single-valued relation to another entity.
RelationFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
RelationId - Interface in org.apache.openjpa.jdbc.meta
Callback to store a relation after the object id has been assigned.
RelationMapInverseKeyFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses an inverse foreign key in the table of the map value to determine map values.
RelationMapInverseKeyFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
RelationMapTableFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses an association table to hold map values.
RelationMapTableFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
RelationStrategies - Class in org.apache.openjpa.jdbc.meta.strats
Helper methods for relation mappings.
RelationStrategies() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
 
RelationToManyInverseKeyFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Maps a relation to a set of other objects using an inverse foreign key in the related object table.
RelationToManyInverseKeyFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
RelationToManyTableFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Maps a set of related objects through an association table.
RelationToManyTableFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
releaseConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
removeAll(Schema) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Remove the given schema's objects from the set to be serialized.
removeAll(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Remove all schemas in the given group from the set to be serialized.
removeAll(Schema) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
removeAll(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
removeColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Remove a column from the constraint.
removeColumn(Column) - Method in class org.apache.openjpa.jdbc.schema.Table
Remove the given column from the table.
removeForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.schema.Table
Remove the given foreign key from the table.
removeIndex(Index) - Method in class org.apache.openjpa.jdbc.schema.Table
Remove the given index from the table.
removeJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
removeJoin(String) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Removes field to the set of fully-qualified field names to eagerly join when loading objects.
removeJoin(String) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
removeJoin(Column) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Remove any joins inolving the given column.
removeJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
removeJoins(Collection) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Removes fields from the set of fully-qualified field names to eagerly join when loading objects.
removeJoins(Collection) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
removeListener(SchemaGenerator.Listener) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Removes a schema generation listener for schema events.
removeName(String) - Method in class org.apache.openjpa.jdbc.schema.NameSet
Remove the given name from the table.
removePrimaryKey() - Method in class org.apache.openjpa.jdbc.schema.Table
Remove the primary key from this table.
removeQueryResultMapping(QueryResultMapping) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Remove a query result mapping.
removeQueryResultMapping(Class, String) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Remove a query result mapping.
removeSchema(Schema) - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Remove the given schema from the group.
removeSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.Schema
Remove the given sequence from the schema.
removeSequence(Sequence) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
removeTable(Table) - Method in class org.apache.openjpa.jdbc.schema.Schema
Remove the given table from the schema.
removeTable(Table) - Method in interface org.apache.openjpa.jdbc.schema.SchemaSerializer
Remove the given table from the set to be serialized.
removeTable(Table) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
removeUnique(Unique) - Method in class org.apache.openjpa.jdbc.schema.Table
Remove the given unique constraint from the table.
removeUnusedComponents() - Method in class org.apache.openjpa.jdbc.schema.SchemaGroup
Remove unreferenced or emtpy components from the schema.
replace(Select, Select) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Replace a subselect.
repos - Variable in class org.apache.openjpa.jdbc.meta.StrategyInstaller
 
requiresAliasForSubselect - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
requiresAutoCommitForMetaData - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
requiresCandidateType() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
requiresCastForComparisons - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
requiresCastForMathFunctions - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
requiresConditionForCrossJoin - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
requiresParameterDeclarations() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
reservedWords - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
reservedWordSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
reset() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
reset() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
reset() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
resolve(int) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Resolve mapping information.
resolve(int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
resolve(int) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
resolve(int) - Method in class org.apache.openjpa.jdbc.meta.Version
Resolve mapping information.
resolveConstraints() - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
If this parser is in delayed resolve mode, resolve all constraints.
resolveConstraints() - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
resolveMapping(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
result - Variable in class org.apache.openjpa.jdbc.kernel.ConnectionInfo
 
Result - Interface in org.apache.openjpa.jdbc.sql
A result from the execution of a query or stored procedure.
ResultSetResult - Class in org.apache.openjpa.jdbc.sql
Base Result implementation wrapped around a result set.
ResultSetResult(Connection, Statement, ResultSet, DBDictionary) - Constructor for class org.apache.openjpa.jdbc.sql.ResultSetResult
Constructor.
ResultSetResult(Connection, Statement, ResultSet, JDBCStore) - Constructor for class org.apache.openjpa.jdbc.sql.ResultSetResult
Constructor.
ResultSetResult(ResultSet, DBDictionary) - Constructor for class org.apache.openjpa.jdbc.sql.ResultSetResult
JDBC 2 constructor.
ResultSetResult(ResultSet, JDBCStore) - Constructor for class org.apache.openjpa.jdbc.sql.ResultSetResult
JDBC 2 constructor.
resultSetType - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
retainConnection() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
reverse() - Method in class org.apache.openjpa.jdbc.sql.Join
Return a join that is this join in reverse.
ReverseCustomizer - Interface in org.apache.openjpa.jdbc.meta
Plugin in interface to customize the output of the ReverseMappingTool.
ReverseMappingTool - Class in org.apache.openjpa.jdbc.meta
Reverse-maps a schema into class mappings and the assiciated java code.
ReverseMappingTool(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Constructor.
ReverseMappingTool.Flags - Class in org.apache.openjpa.jdbc.meta
Holder for run flags.
ReverseMappingTool.Flags() - Constructor for class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
ReverseMappingToolTask - Class in org.apache.openjpa.jdbc.ant
Executes the ReverseMappingTool on the specified XML files.
ReverseMappingToolTask() - Constructor for class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Default constructor.
ReverseMappingToolTask.Level - Class in org.apache.openjpa.jdbc.ant
 
ReverseMappingToolTask.Level() - Constructor for class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask.Level
 
rollback(Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
 
rollback() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
rollbackDataStore(AbstractJDBCSavepointManager.ConnectionSavepoint) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
Rollback the datastore savepoint.
rollbackOptimistic() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
Row - Interface in org.apache.openjpa.jdbc.sql
Logical representation of a table row for insert/update/delete.
RowImpl - Class in org.apache.openjpa.jdbc.sql
Basic Row implementation.
RowImpl(Table, int) - Constructor for class org.apache.openjpa.jdbc.sql.RowImpl
Constructor.
RowManager - Interface in org.apache.openjpa.jdbc.sql
Manages rows during an insert/update/delete process.
RowManagerImpl - Class in org.apache.openjpa.jdbc.sql
Manages SQL rows during an insert/update/delete process.
RowManagerImpl(boolean) - Constructor for class org.apache.openjpa.jdbc.sql.RowManagerImpl
Constructor.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], String, MappingRepository, ClassLoader) - Static method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], String) - Static method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], String) - Static method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
Run the tool.
run(JDBCConfiguration, String[], String, MappingRepository, ClassLoader) - Static method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
Run the tool.
run(Class) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Run the configured action on the given instance.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.meta.MappingTool
Run the tool.
run(JDBCConfiguration, String[], MappingTool.Flags, ClassLoader) - Static method in class org.apache.openjpa.jdbc.meta.MappingTool
Run the tool.
run() - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Generate mappings and class code for the current schema group.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Run the tool.
run(JDBCConfiguration, String[], ReverseMappingTool.Flags, ClassLoader) - Static method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Run the tool.
run() - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Run the tool action.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.schema.SchemaTool
Run the tool.
run(JDBCConfiguration, String[], SchemaTool.Flags, ClassLoader) - Static method in class org.apache.openjpa.jdbc.schema.SchemaTool
Run the tool.
run(JDBCConfiguration, String[], Options) - Static method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Run the tool.
run(JDBCConfiguration, String) - Static method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Run the tool.
RuntimeStrategyInstaller - Class in org.apache.openjpa.jdbc.meta
Installer that attempts to use the given mapping information, and fails if it does not work.
RuntimeStrategyInstaller(MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.RuntimeStrategyInstaller
Constructor; supply configuration.

S

save(Collection) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
 
schema - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
Schema - Class in org.apache.openjpa.jdbc.schema
Represents a database schema.
Schema() - Constructor for class org.apache.openjpa.jdbc.schema.Schema
Default constructor.
Schema(String, SchemaGroup) - Constructor for class org.apache.openjpa.jdbc.schema.Schema
Constructor.
SCHEMA_ACTION_NONE - Static variable in class org.apache.openjpa.jdbc.meta.MappingTool
 
SCHEMA_CASE_LOWER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
SCHEMA_CASE_PRESERVE - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
SCHEMA_CASE_UPPER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
schemaAction - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
schemaCase - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
SchemaFactory - Interface in org.apache.openjpa.jdbc.schema
Factory for SchemaGroups.
schemaFactoryPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
schemaFile - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
SchemaGenerator - Class in org.apache.openjpa.jdbc.schema
The SchemaGenerator creates Schemas matching the current database.
SchemaGenerator(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.schema.SchemaGenerator
Constructor.
SchemaGenerator.Event - Class in org.apache.openjpa.jdbc.schema
An event corresponding to the generation of a schema object.
SchemaGenerator.Event(Object, int) - Constructor for class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event
 
SchemaGenerator.Listener - Interface in org.apache.openjpa.jdbc.schema
A listener for a potentially lengthy schema generation process.
SchemaGroup - Class in org.apache.openjpa.jdbc.schema
Represents a grouping of schemas used in a database.
SchemaGroup() - Constructor for class org.apache.openjpa.jdbc.schema.SchemaGroup
 
schemaObjectGenerated(SchemaGenerator.Event) - Method in interface org.apache.openjpa.jdbc.schema.SchemaGenerator.Listener
 
SchemaParser - Interface in org.apache.openjpa.jdbc.schema
Interface class for parers that read schema information.
schemas - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
Schemas - Class in org.apache.openjpa.jdbc.schema
Helper class to deal with schemas.
Schemas() - Constructor for class org.apache.openjpa.jdbc.schema.Schemas
 
SchemaSerializer - Interface in org.apache.openjpa.jdbc.schema
Interface for schema serializers.
SchemaTool - Class in org.apache.openjpa.jdbc.schema
The SchemaTool is used to manage the database schema.
SchemaTool(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.schema.SchemaTool
Default constructor.
SchemaTool(JDBCConfiguration, String) - Constructor for class org.apache.openjpa.jdbc.schema.SchemaTool
Construct a tool to perform the given action.
SchemaTool.Flags - Class in org.apache.openjpa.jdbc.schema
Run flags.
SchemaTool.Flags() - Constructor for class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
SchemaToolTask - Class in org.apache.openjpa.jdbc.ant
Executes the SchemaTool on the specified XML schema definition files.
SchemaToolTask() - Constructor for class org.apache.openjpa.jdbc.ant.SchemaToolTask
 
SchemaToolTask.Action - Class in org.apache.openjpa.jdbc.ant
 
SchemaToolTask.Action() - Constructor for class org.apache.openjpa.jdbc.ant.SchemaToolTask.Action
 
schemaWriter - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
searchStringEscape - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
SEC - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
SecondaryRow - Class in org.apache.openjpa.jdbc.sql
Secondary table row that tracks foreign keys to auto-inc columns.
SecondaryRow(Table, int) - Constructor for class org.apache.openjpa.jdbc.sql.SecondaryRow
Constructor; supply table and action.
sel - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
select(JDBCStoreQuery, ClassMapping, boolean, Select, QueryExpressions, Object[], JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
Select the data for this query.
select(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Select the data for this value.
select(Select, ClassMapping, int, OpenJPAStateManager, BitSet, JDBCFetchConfiguration, int, boolean) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
For implementation use only.
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
select(Select, ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Select the data for this Discriminator.
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Select the virtual row columns of this mapping.
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.InValueDiscriminatorStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
select(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
select(Select, ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.Version
 
select(Select, ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
Select the data for this indicator.
select(Union.Selector) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
select(Select, int) - Method in interface org.apache.openjpa.jdbc.sql.LogicalUnion.Selector
Populate the ith select in the union.
select(SQLBuffer, Object) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(SQLBuffer, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(String, Object) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(String, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(Column[]) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
Select - Interface in org.apache.openjpa.jdbc.sql
Abstraction of a SQL SELECT statement.
select(SQLBuffer, Object) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given SQL; the given id object is an identifier to use when retrieving the corresponding value from a Result.
select(SQLBuffer, Object, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given SQL; the given id object is an identifier to use when retrieving the corresponding value from a Result.
select(String, Object) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given SQL; the given id object is an identifier to use when retrieving the corresponding value from a Result.
select(String, Object, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given SQL; the given id object is an identifier to use when retrieving the corresponding value from a Result.
select(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given column.
select(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given column.
select(Column[]) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given columns.
select(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given columns.
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the columns of the given mapping, possibly including subclasses.
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the columns of the given mapping, possibly including subclasses.
select(SQLBuffer, Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(SQLBuffer, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(String, Object) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(String, Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(Column[]) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
select(Union.Selector) - Method in interface org.apache.openjpa.jdbc.sql.Union
Select data using the given selector.
select(Select, int) - Method in interface org.apache.openjpa.jdbc.sql.Union.Selector
Populate the ith select in the union.
SELECT_HINT - Static variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
selectAll(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Select data for loading, starting in field table.
selectColumns(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
selectColumns(Select, JDBCStore, Object[], boolean, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Select just the columns for this value.
selectEagerJoin(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
selectEagerJoin(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Fill in joined select to related objects.
selectEagerJoin(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
selectEagerJoin(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
selectEagerJoin(Select, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
selectEagerParallel(SelectExecutor, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
selectEagerParallel(SelectExecutor, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Fill in parallel eager select for related objects.
selectEagerParallel(SelectExecutor, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
selectEagerParallel(SelectExecutor, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
selectEagerParallel(SelectExecutor, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
Implement this method to select the elements of this field for the given element mapping from LRSCollectionFieldStrategy.getIndependentElementMappings(boolean) (or null).
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionInverseKeyFieldStrategy
 
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationCollectionTableFieldStrategy
 
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
selectElement(Select, ClassMapping, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Implement this method to select the elements of this field for the given element mapping from ContainerFieldStrategy.getIndependentElementMappings(boolean) (or null).
SelectExecutor - Interface in org.apache.openjpa.jdbc.sql
Interface for configuring and executing a SQL select.
selectForUpdate(Select, int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCLockManager
Return whether to issue the given select FOR UPDATE, depending on the capabilities of the dictionary and the fetch configuration.
selectForUpdate(Select, int) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
selectIdentifier(Column) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(Column[]) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectIdentifier(Column) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given column as one that can be used to get a count of distinct matches.
selectIdentifier(Column, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given column as one that can be used to get a count of distinct matches.
selectIdentifier(Column[]) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given columns as ones that can be used to get a count of distinct matches.
selectIdentifier(Column[], Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given columns as ones that can be used to get a count of distinct matches.
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the columns of the given mapping, possibly including subclasses.
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the columns of the given mapping, possibly including subclasses.
selectIdentifier(Column) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectIdentifier(Column, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectIdentifier(Column[]) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectIdentifier(Column[], Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectIdentifier(ClassMapping, int, JDBCStore, JDBCFetchConfiguration, int, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
SelectImpl - Class in org.apache.openjpa.jdbc.sql
Standard Select implementation.
SelectImpl(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.sql.SelectImpl
Constructor.
SelectImpl.SelectResult - Class in org.apache.openjpa.jdbc.sql
A Result implementation wrapped around this select.
SelectImpl.SelectResult(Connection, Statement, ResultSet, DBDictionary) - Constructor for class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
Constructor.
selectKey(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
selectKey(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Implement this method to select the keys of this field.
selectKey(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
selectKey(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
selectPlaceholder(String) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectPlaceholder(String) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the given SQL as a placeholder for a UNION element.
selectPlaceholder(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectPrimaryKey(ClassMapping, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
selectPrimaryKey(ClassMapping) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the primary key columns of the given mapping, joining to superclasses as necessary to get all columns needed to construct an object id.
selectPrimaryKey(ClassMapping, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Select the primary key columns of the given mapping, joining to superclasses as necessary to get all columns needed to construct an object id.
selectPrimaryKey(ClassMapping) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
selectPrimaryKey(ClassMapping, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
SelectResultObjectProvider - Class in org.apache.openjpa.jdbc.kernel
Abstract provider implementation wrapped around a Select.
SelectResultObjectProvider(SelectExecutor, JDBCStore, JDBCFetchConfiguration) - Constructor for class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
Constructor.
selectValue(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
selectValue(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in interface org.apache.openjpa.jdbc.meta.strats.LRSMapFieldStrategy
Implement this method to select the values of this field.
selectValue(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
selectValue(Select, ClassMapping, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration, Joins) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
sels - Variable in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
seq - Variable in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
 
Sequence - Class in org.apache.openjpa.jdbc.schema
Represents a database sequence.
Sequence() - Constructor for class org.apache.openjpa.jdbc.schema.Sequence
Default constructor.
Sequence(String, Schema) - Constructor for class org.apache.openjpa.jdbc.schema.Sequence
Constructor.
SequenceMapping - Class in org.apache.openjpa.jdbc.meta
Specialization of sequence metadata for ORM.
SequenceMapping(String, MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.SequenceMapping
 
sequences - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
sequences - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
serialize(Collection) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
 
serialize(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the serialized bytes for the given object.
set(ValueMapping, Object, JDBCStore, Row, Column[], ColumnIO, boolean) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Set the given value into the given row.
setAction(MappingToolTask.Action) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set the enumerated MappingTool action type.
setAction(SchemaToolTask.Action) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set the enumerated SchemaTool action type.
setAddNullIndicator(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to add a synthetic null indicator column to embedded mappings by default.
setAggregate(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setAggregate(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Set to true for aggregate selects.
setAggregate(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setAllocate(int) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
setAllocate(int) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Return the number of sequences to allocate for each update of the sequence table.
setAllocate(int) - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's cache size.
setArray(PreparedStatement, int, Array, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setArray(Column, Array) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setArray(Column, Array) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setAsciiStream(PreparedStatement, int, InputStream, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setAsciiStream(Column, InputStream, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setAsciiStream(Column, InputStream, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setAutoAssigned(boolean) - Method in class org.apache.openjpa.jdbc.schema.Column
Whether this column is auto-incrementing.
setAutoAssignedValue(OpenJPAStateManager, JDBCStore, Column, Object) - Method in class org.apache.openjpa.jdbc.meta.DelegatingJoinable
 
setAutoAssignedValue(OpenJPAStateManager, JDBCStore, Column, Object) - Method in interface org.apache.openjpa.jdbc.meta.Joinable
Use the given auto-assigned value to set this join value's field on the given instance.
setAutoAssignedValue(OpenJPAStateManager, JDBCStore, Column, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
setAutoAssignedValue(OpenJPAStateManager, JDBCStore, Column, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
setAutoAssignedValue(OpenJPAStateManager, JDBCStore, Column, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
setAutoDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
setAutoDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setAutoDistinct(boolean) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether to automatically make results distinct when relational joins would otherwise introduce duplicates.
setAutoDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setBaseClassStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base class strategy alias.
setBaseMapping(ClassMapping) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
setBaseMapping(ClassMapping) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
setBaseMapping(ClassMapping) - Method in interface org.apache.openjpa.jdbc.sql.Result
If this is the result of a UNION used to select a hierarchy of mappings, the base mapping represented by the current row.
setBigDecimal(PreparedStatement, int, BigDecimal, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBigDecimal(PreparedStatement, int, BigDecimal, Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
setBigDecimal(Column, BigDecimal) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBigDecimal(Column, BigDecimal) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setBigInteger(PreparedStatement, int, BigInteger, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBigInteger(Column, BigInteger) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBigInteger(Column, BigInteger) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setBigInteger(PreparedStatement, int, BigInteger, Column) - Method in class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
setBinaryStream(PreparedStatement, int, InputStream, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBinaryStream(Column, InputStream, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBinaryStream(Column, InputStream, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setBlob(PreparedStatement, int, Blob, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBlob(Column, Blob) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBlob(Column, Blob) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setBlobAsObject(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to represent blob columns as Java objects rather than byte[] fields.
setBlobAsObject(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to reverse-map blob columns as containing serialized Java objects, rather than the default of using a byte[] field.
setBlobObject(PreparedStatement, int, Object, Column, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBoolean(PreparedStatement, int, boolean, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBoolean(PreparedStatement, int, boolean, Column) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
setBoolean(PreparedStatement, int, boolean, Column) - Method in class org.apache.openjpa.jdbc.sql.PostgresDictionary
 
setBoolean(Column, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBoolean(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setByte(PreparedStatement, int, byte, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setByte(Column, byte) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setByte(Column, byte) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setBytes(PreparedStatement, int, byte[], Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setBytes(Column, byte[]) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setBytes(Column, byte[]) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setCalendar(PreparedStatement, int, Calendar, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setCalendar(Column, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setCalendar(Column, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setCanForeignKey(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a foreign key.
setCanIndex(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly non-indexable.
setCanIndicateNull(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Whether user has explicitly turned null indicator column off.
setCanOrderColumn(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Whether we can have an ordering column.
setCanUnique(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
The user can mark columns as explicitly not having a unique constraint.
setChar(PreparedStatement, int, char, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setChar(Column, char) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setChar(Column, char) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setCharacterStream(PreparedStatement, int, Reader, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setCharacterStream(Column, Reader, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setCharacterStream(Column, Reader, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setClassLoader(ClassLoader) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setClassLoader(ClassLoader) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setClassMapping(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
setClassMapping(ClassMapping) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Set the class mapping using this strategy.
setClassMapping(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
setClassMapping(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
setClassName(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The described class name.
setClob(PreparedStatement, int, Clob, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setClob(Column, Clob) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setClob(Column, Clob) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setClobString(PreparedStatement, int, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setCloseConnection(boolean) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Whether to close the backing connection when this result is closed.
setCodeFormat(CodeFormat) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set the code formatter for the generated Java code.
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
I/O information on the key columns / join key.
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
I/O information on the discriminator columns.
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
I/O for the columns created by the last call to MappingInfo.createColumns(org.apache.openjpa.meta.MetaDataContext, java.lang.String, org.apache.openjpa.jdbc.schema.Column[], org.apache.openjpa.jdbc.schema.Table, boolean), or for the foreign key created by the last call to MappingInfo.createForeignKey(org.apache.openjpa.meta.MetaDataContext, java.lang.String, java.util.List, org.apache.openjpa.jdbc.meta.MappingInfo.ForeignKeyDefaults, org.apache.openjpa.jdbc.schema.Table, org.apache.openjpa.jdbc.meta.ClassMapping, org.apache.openjpa.jdbc.meta.ClassMapping, boolean, boolean).
setColumnIO(ColumnIO) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
I/O information on the foreign key, or columns if this value doesn't have a key.
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.Version
I/O information on the version columns.
setColumnName(String) - Method in class org.apache.openjpa.jdbc.schema.Constraint
Set the column's name.
setColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Columns used by this Discriminator.
setColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setColumns(List) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw column data.
setColumns(Column[]) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The columns that hold the data for this value.
setColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.Version
Columns used for versioning.
setColumns(Column[]) - Method in class org.apache.openjpa.jdbc.schema.LocalConstraint
Set the columns the constraint spans.
setComments(String[]) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
setComments(String[]) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
 
setComments(String[]) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
setConfiguration(Properties) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
setConfiguration(Properties) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Set configuration properties given by the user.
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
setConfiguration(Configuration) - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
setConnectionDecorators(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the ConnectionDecorator for adding functionality to JDBC connections.
setConnectionDecorators(ConnectionDecorator[]) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The ConnectionDecorators to use.
setConnectionDecorators(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setConnectionDecorators(ConnectionDecorator[]) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setConnectionDriverName(String) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionDriverName(String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConnectionFactory(Object) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setConnectionFactory2(Object) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setConnectionFactoryProperties(Properties) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionFactoryProperties(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConnectionPassword(String) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionPassword(String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConnectionProperties(Properties) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionProperties(Properties) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConnectionURL(String) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionURL(String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConnectionUserName(String) - Method in interface org.apache.openjpa.jdbc.schema.DriverDataSource
 
setConnectionUserName(String) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setConstantJoins(Object[], Column[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the foreign key's constant joins.
setConstantJoins(Column[], Object[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the foreign key's constant joins.
setContext(StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setContext(StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
setContext(StoreContext) - Method in class org.apache.openjpa.jdbc.kernel.PessimisticLockManager
 
setCustomizer(ReverseCustomizer) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set the customizer.
setCustomizerClass(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set a customizer class to use.
setCustomizerProperties(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set a properties file to pass to the customizer class.
setDataStore(AbstractJDBCSavepointManager.ConnectionSavepoint) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
Set the datastore savepoint.
setDataStoreIdColumnName(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for datastore identity columns, or null to the mapping's built-in name.
setDataStoreSavepoint(Object) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager.ConnectionSavepoint
Set the implementation specific savepoint object
setDate(PreparedStatement, int, Date, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setDate(PreparedStatement, int, Date, Calendar, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setDate(Column, Date) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setDate(Column, Date, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setDate(Column, Date) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setDate(Column, Date, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setDBDictionary(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use to define the RDBMS SQL information.
setDBDictionary(DBDictionary) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DBDictionary to use.
setDBDictionary(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setDBDictionary(DBDictionary) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setDBSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Set the database schema.
setDecimalDigits(int) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the number of decimal digits for the column.
setDefault(Object) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the default value for the column.
setDefaultMissingInfo(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
setDefaultString(String) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the default value for the column.
setDeferConstraints(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to defer constraints by default.
setDeferred(boolean) - Method in class org.apache.openjpa.jdbc.schema.Constraint
Make this constrain deferred.
setDefiningType(Class) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
The class that defines this query result, or null if none.
setDelayConstraintResolve(boolean) - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
Delay resolution of foreign key constraints until SchemaParser.resolveConstraints() is called.
setDelayConstraintResolve(boolean) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
setDeleteAction(int) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the delete action for the key.
setDependent(boolean) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
Mark this row as dependent on some other row.
setDescribedType(Class) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
setDetachable(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to make generated classes detachable.
setDetachable(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to make generated classes detachable.
setDirectory(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set the output directory for the generated classes.
setDirectory(File) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
The file to output the generated code to, or null for the current directory.
setDiscriminator(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
setDiscriminator(Discriminator) - Method in interface org.apache.openjpa.jdbc.meta.DiscriminatorStrategy
Set the Discriminator that uses this strategy.
setDiscriminator(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
 
setDiscriminator(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneDiscriminatorStrategy
 
setDiscriminatorColumnName(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for discriminator columns, or null to the mapping's built-in name.
setDiscriminatorStrategy(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Default discriminator strategy for base class mappings.
setDiscriminatorStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default discriminator strategy alias.
setDiscriminatorStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Default discriminator strategy for base class mappings.
setDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
setDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setDistinct(boolean) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether this is a SELECT DISTINCT / UNION ALL.
setDistinct(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setDouble(PreparedStatement, int, double, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setDouble(PreparedStatement, int, double, Column) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
setDouble(Column, double) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setDouble(Column, double) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setDriverDataSource(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The DriverDataSource to use for creating a DataSource from a JDBC Driver.
setDriverDataSource(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setDropSequences(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether the MappingTool should drop sequences.
setDropSequences(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether the SchemaTool should drop sequences.
setDropSequences(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, sequences that appear to be unused will be dropped.
setDropTables(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether the MappingTool should drop tables.
setDropTables(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, tables that appear to be unused will be dropped.
setDropUnusedComponents(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether schema components that are unused by any mapping will be dropped from this tool's SchemaGroup, and, depending on the schema action, from the database.
setEagerFetchMode(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Specifies the default eager fetch mode to use.
setEagerFetchMode(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the eager fetch mode as one of the following symbolic constants: EagerFetchModes.EAGER_NONE EagerFetchModes.EAGER_JOIN EagerFetchModes.EAGER_PARALLEL
setEagerFetchMode(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setEagerFetchMode(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setEagerFetchMode(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setEagerFetchMode(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Set the eager fetch mode.
setEagerFetchMode(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setEagerFetchMode(int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The eager fetch mode, as one of the eager constants in JDBCFetchConfiguration.
setEagerMap(Map) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Raw eager information.
setFailedObject(Object) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setFailedObject(Object) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the failed object to include in the optimistic lock exception that will be thrown if this update results in an update count of 0 when executed.
setFailedObject(Object) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
This implementation does not track failed objects.
setFetchDirection(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBC fetch direction.
setFetchDirection(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the result set fetch direction constant.
setFetchDirection(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setFetchDirection(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setFetchDirection(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setFetchDirection(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The fetch direction to use as a constant from ResultSet.
setFetchDirection(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setFieldMapping(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setFieldMapping(FieldMapping) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Set the class mapping using this strategy.
setFieldMapping(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
setFieldMapping(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
 
setFieldStrategies(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Property string mapping field type names to value handler or field mapping class names.
setFieldStrategy(String, String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Association of a field value type name with the handler or strategy class name.
setFile(String) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set the output file we want the MappingTool to write to.
setFile(String) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set the output file we want the SchemaTool to write to.
setFile(String) - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
Set the XML resource defining this schema.
setFileName(String) - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
Deprecated. Use FileSchemaFactory.setFile(java.lang.String). Retained for backwards-compatible auto-configuration.
setFlag(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.Column
Flags are used for bookkeeping information.
setFloat(PreparedStatement, int, float, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setFloat(PreparedStatement, int, float, Column) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
setFloat(Column, float) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setFloat(Column, float) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setForeignKey(Row, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw foreign key information.
setForeignKey(ForeignKey) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
If this value joins to another record, the foreign key.
setForeignKey(Row, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Sets this value's foreign key to the given related object.
setForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setForeignKey(Row, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setForeignKey(ForeignKey, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setForeignKey(ForeignKey, ColumnIO, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setForeignKey(ForeignKey, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given foreign key to the given object.
setForeignKey(ForeignKey, ColumnIO, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given foreign key to the given object.
setForeignKey(ForeignKey, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setForeignKey(ForeignKey, ColumnIO, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setForeignKey(ForeignKey, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
setForeignKey(ForeignKey, ColumnIO, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
setForeignKeyDeleteAction(int) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for relation keys.
setForeignKeyDeleteAction(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action name for relation keys.
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether to generate foreign key information.
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether to generate foreign key information.
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether foreign keys on existing tables should be manipulated.
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Set whether foreign keys should be generated.
setForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether foreign keys on existing tables should be manipulated.
setFormat(String) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Deprecated. Retained for backwards-compatibility for auto-configuration.
setFromSelect(Select) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setFromSelect(Select) - Method in interface org.apache.openjpa.jdbc.sql.Select
Another select instance that creates a temporary table from which this select pulls data.
setFromSelect(Select) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setHandler(ValueHandler) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setHandler(ValueHandler) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The handler used for this value, or null if none.
setHandler(ValueHandler) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setHierarchyStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The default strategy for subclasses in this hierarchy.
setIdentityClassSuffix(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
The suffix to use to create the identity class name for a class, or for inner classes, the name of the inner class.
setIdentityClassSuffix(String) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Suffix used to create application identity class name from a class name, or in the case of inner identity classes, the inner class name.
setIgnoreErrors(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether we want the MappingTool to ignore SQL errors.
setIgnoreErrors(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether we want the SchemaTool to ignore SQL errors.
setIgnoreErrors(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether and SQL errors should cause a failure or just issue a warning.
setIgnoreErrors(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
If true, SQLExceptions thrown during schema manipulation will be printed but ignored.
setIgnoreUnmapped(boolean) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Whether unmapped classes should be ignored as possible primary key values in the table.
setIgnoreVirtual(boolean) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Deprecated. Use ClassTableJDBCSeq.setIgnoreUnmapped(boolean). Retained for backwards-compatibility for auto-configuration.
setImplicitType(Class) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
setIncrement(int) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
setIncrement(int) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Deprecated. Use TableJDBCSeq.setAllocate(int). Retained for backwards compatibility of auto-configuration.
setIncrement(int) - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's increment.
setIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Index on the Discriminator columns, or null if none.
setIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw index.
setIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.Version
Index on the version columns, or null if none.
setIndex(int) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
The index of this row in ordered row list.
setIndexDiscriminator(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index discriminator columns by default.
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether to generate index information.
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether to generate index information.
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether indexes on existing tables should be manipulated.
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Set whether indexes should be generated.
setIndexes(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether indexes on existing tables should be manipulated.
setIndexLogicalForeignKeys(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index logical foreign keys by default.
setIndexOf(int) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
setIndexVersion(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to index version columns by default.
setInitialValue(int) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
setInitialValue(int) - Method in class org.apache.openjpa.jdbc.meta.strats.NumberVersionStrategy
Set the initial value for version column.
setInitialValue(int) - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's initial value.
setInnerIdentityClasses(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Whether or not to generate application identity classes as inner classes.
setInnerIdentityClasses(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether or not to generate inner classes when creating application identity classes.
setInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether the column at the given index is insertable in this context.
setInt(PreparedStatement, int, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setInt(Column, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setInt(Column, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setInverseRelations(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to generate inverse 1-many/1-1 relations for all many-1/1-1 relations.
setInverseRelations(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to generate inverse 1-many/1-1 relations for all many-1/1-1 relations.
setJavaType(int) - Method in class org.apache.openjpa.jdbc.schema.Column
The Java type the data in this column is treated as, from JavaTypes or JavaSQLTypes.
setJDBCListeners(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A comma-separated list of the JDBCListener plugins for listening to JDBCEvents.
setJDBCListeners(JDBCListener[]) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBCListeners to use.
setJDBCListeners(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setJDBCListeners(JDBCListener[]) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setJoinable(Column, Joinable) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Add the given column-to-joinable mapping.
setJoinColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
I/O information on the join columns.
setJoinDirection(int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setJoinDirection(int) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Direction of the join that the columns of this mapping info form.
setJoinDirection(int) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The join direction.
setJoinDirection(int) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setJoinedSubclass(boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Whether there is a join to the superclass table.
setJoinForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Foreign key linking the primary key columns to the superclass table, or null if none.
setJoinForeignKey(ForeignKey) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Foreign key linking the field table to the class' primary table.
setJoinForeignKeyDeleteAction(int) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action for join keys.
setJoinForeignKeyDeleteAction(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default foreign key action name for join keys.
setJoinIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Index on join foreign key columns.
setJoinOuter(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Whether to use an outer join from the class' primary table.
setJoinOuter(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Whether the field's table is joined to the class table through an outer join.
setJoins(Column[], Column[]) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the foreign key's joins.
setJoinSyntax(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setJoinSyntax(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The join syntax to use.
setJoinSyntax(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setJoinSyntax(String) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the name of the join syntax to use: sql92, traditional, database
setJoinSyntax(int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
setJoinSyntax(int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setJoinSyntax(int) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
The join syntax for this select, as one of the syntax constants from JoinSyntaxes.
setJoinSyntax(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setJoinUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Unique constraint on join foreign key columns.
setKeySequence(int) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The sequence of this join in the foreign key.
setListingIndex(int) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
Relative order of result mapping in metadata.
setLob(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setLob(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Select
Set to true for selects that include LOB columns.
setLob(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setLocale(PreparedStatement, int, Locale, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setLocale(Column, Locale) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setLocale(Column, Locale) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setLocking(boolean) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
setLogical(boolean) - Method in class org.apache.openjpa.jdbc.schema.PrimaryKey
 
setLoginTimeout(int) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
setLong(PreparedStatement, int, long, Column) - Method in class org.apache.openjpa.jdbc.sql.AccessDictionary
 
setLong(PreparedStatement, int, long, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setLong(PreparedStatement, int, long, Column) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
setLong(Column, long) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setLong(Column, long) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setLRS(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
setLRS(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setLRS(boolean) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether the result of this select should be treated as a large result set.
setLRS(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setLRSSize(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
How to obtain the size of large result sets.
setLRSSize(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the fetch configuration large result set size constant.
setLRSSize(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setLRSSize(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setLRSSize(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setLRSSize(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The large result set size mode to use.
setLRSSize(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setMappedMetaDataFactoryDefault(String, String) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
If the Mapping property is set, we check these defaults before checking metadata factory defaults.
setMappingDefaults(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MappingDefaults to use.
setMappingDefaults(MappingDefaults) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The MappingDefaults to use with a repository.
setMappingDefaults(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setMappingDefaults(MappingDefaults) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setMappingDefaults(MappingDefaults) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Mapping default.
setMappingFactory(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
A plugin string describing the MetaDataFactory to use for loading and storing object-relational mapping data.
setMappingFactory(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setMappingFile(File) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Allow sequence to have a mapping file separate from its metadata source file.
setMappingWriter(Writer) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The stream to export the planned mappings to as an XML document.
setMeta(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether this action applies to metadata as well as mappings.
setMetadata(ReverseMappingToolTask.Level) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set the level of the generated metadata.
setMetaData(ClassMetaData) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
setMetaDataFactoryDefault(String, String) - Method in class org.apache.openjpa.jdbc.conf.MappingFactoryValue
Default setting for a given MetaDataFactory alias setting.
setMetaDataFile(File) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
If adding metadata, the metadata file to add to.
setName(String) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the column's name.
setName(String) - Method in class org.apache.openjpa.jdbc.schema.Constraint
Set the name of the constraint.
setName(String) - Method in class org.apache.openjpa.jdbc.schema.Schema
Set the name of the schema.
setName(String) - Method in class org.apache.openjpa.jdbc.schema.Sequence
Set the name of the sequence.
setName(String) - Method in class org.apache.openjpa.jdbc.schema.Table
Set the name of the table.
setNotNull(boolean) - Method in class org.apache.openjpa.jdbc.schema.Column
Set whether this is a NOT NULL column.
setNull(PreparedStatement, int, int, Column) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
setNull(PreparedStatement, int, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameters to the statement.
setNull(PreparedStatement, int, int, Column) - Method in class org.apache.openjpa.jdbc.sql.FoxProDictionary
 
setNull(PreparedStatement, int, int, Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
setNull(Column) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setNull(Column, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setNull(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setNull(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setNullableAsObject(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to represent nullable columns as primitive wrappers.
setNullableAsObject(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set whether even nullable columns will be mapped to wrappers rather than primitives.
setNullIndicatorColumnName(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for null indicator columns, or null to the mapping's built-in name.
setNullInsertable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether this context can insert the given column as null/default in this context.
setNullUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether this context can set the given column to null/default in this context.
setNumber(PreparedStatement, int, Number, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setNumber(Column, Number) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setNumber(Column, Number) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setObject(Column, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy.CustomUpdate
 
setObject(PreparedStatement, int, Object, int, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameters to the statement.
setObject(Column, Object, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setObject(Column, Object) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setObject(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setObject(Column, Object, int, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
All set column methods delegate to this one.
setOpenJPATables(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether to drop OpenJPA tables.
setOpenJPATables(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether to drop or reflect on OpenJPA tables.
setOpenJPATables(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Whether to generate info on special tables used by OpenJPA components for bookkeeping.
setOpenJPATables(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether to act on special tables used by OpenJPA components for bookkeeping.
setOrderColumn(Column) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Field order column, if any.
setOrderColumn(Column) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Raw synthetic ordering column.
setOrderColumnIO(ColumnIO) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
I/O information for order column.
setOrderColumnName(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for order columns, or null to the mapping's built-in name.
setOrderLists(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to order lists and arrays using a dedicated ordering column by default.
setOuter(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
setOuter(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setPackage(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set the package name for the generated classes.
setPackageName(String) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set the default package for the generated classes; use null to indicate no package.
setParameters(PreparedStatement) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Populate the parameters of an existing PreparedStatement with values from this buffer.
setParent(Select, String) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setParent(Select, String) - Method in interface org.apache.openjpa.jdbc.sql.Select
Turn this select into a subselect of the given instance.
setParent(Select, String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setPolymorphic(int) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setPolymorphic(int) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
The degree to which this relation is polymorphic.
setPolymorphic(int) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setPrimaryKey(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setPrimaryKey(ColumnIO, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setPrimaryKey(OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the primary key to represent the given object.
setPrimaryKey(ColumnIO, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the primary key to represent the given object.
setPrimaryKey(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setPrimaryKey(ColumnIO, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setPrimaryKeyColumn(String) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The name of the table's primary key column.
setPrimaryKeyColumn(String) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of primary key column, if any.
setPrimaryKeyColumn(String) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the primary key column on the schema definition table.
setPrimaryKeyColumnName(String) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key column.
setPrimaryKeyColumns(Column[]) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The columns this mapping uses to uniquely identify an object.
setPrimaryKeyOnJoin(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to allow primary keys on join tables.
setPrimaryKeyOnJoin(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set to true if join tables are allowed to have primary keys, false if all primary key tables will be mapped as persistent classes.
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether to generate primary key information.
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether to generate primary key information.
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether primary keys on existing tables should be manipulated.
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Set whether primary keys should be generated.
setPrimaryKeys(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether primary keys on existing tables should be manipulated.
setPrimaryKeySchemaName(String) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key table's schema.
setPrimaryKeyTableName(String) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
The name of the primary key table.
setPrimaryKeyValue(String) - Method in class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
The primary key value for this row.
setPrimaryKeyValue(String) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Primary key value, if not auto-determined.
setRange(long, long) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
setRange(long, long) - Method in interface org.apache.openjpa.jdbc.sql.Select
Set the result range for this select.
setRange(long, long) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setRaw(Column, String) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set a DB understood value for the given column.
setRaw(Column, String) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setReadSchema(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether the MappingTool should read the full schema.
setReadSchema(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Set to true to read the entire schema before mapping.
setRecord(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether the SchemaTool should record to the schema factory.
setRef(PreparedStatement, int, Ref, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setRelationId(boolean) - Method in class org.apache.openjpa.jdbc.schema.Column
Whether this column stores some form of serialized identity value for a related record.
setRelationId(Column, OpenJPAStateManager, RelationId) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
setRelationId(Column, OpenJPAStateManager, RelationId) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column to the identity of given instance, using the given callback to create the column value.
setRelationId(Column, OpenJPAStateManager, RelationId) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setRelationId(Column, OpenJPAStateManager, RelationId) - Method in class org.apache.openjpa.jdbc.sql.SecondaryRow
 
setRepository(MappingRepository) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Set the repository to use to access mapping information.
setRepository(MetaDataRepository) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
setRepository(MappingRepository) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set the repository to use.
setResolve(int) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Resolve mode.
setResolve(int, boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Resolve mode.
setResolve(int) - Method in class org.apache.openjpa.jdbc.meta.Version
Resolve mode.
setResolve(int, boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
Resolve mode.
setRestoreFieldState(boolean) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
Set whether to retain in-memory copies of field values for restore on rollback.
setResultSetType(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The JDBC result set type.
setResultSetType(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the result set constant type.
setResultSetType(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setResultSetType(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setResultSetType(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setResultSetType(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
The result set type to use as a constant from ResultSet.
setResultSetType(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setSchema(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Default schema for unqualified tables.
setSchema(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSchemaAction(MappingToolTask.SchemaAction) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set the enumerated SchemaTool action type.
setSchemaAction(String) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The schema modification policy, or none.
setSchemaColumn(String) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the schema column on the schema definition table.
setSchemaFactory(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The plugin string for the SchemaFactory to use to provide schema information during system initialization.
setSchemaFactory(SchemaFactory) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SchemaFactory to use for schema information.
setSchemaFactory(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSchemaFactory(SchemaFactory) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSchemaFile(String) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set the output file for an XML representation of the planned schema.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Representation of the database schema.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Set the schema to use in mapping.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set the schema to reverse map.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Set the schema group to add generated schemas to.
setSchemaGroup(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaParser
Set the current schema group; this clears all state from the last group.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Set the schema group the tool will act on.
setSchemaGroup(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
setSchemaName(String) - Method in class org.apache.openjpa.jdbc.schema.Column
The column's schema name.
setSchemaName(String) - Method in class org.apache.openjpa.jdbc.schema.Constraint
Set the column table's schema name.
setSchemaName(String) - Method in class org.apache.openjpa.jdbc.schema.Sequence
The sequence's schema name.
setSchemaName(String) - Method in class org.apache.openjpa.jdbc.schema.Table
The table's schema name.
setSchemas(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Comma-separated list of modifiable schemas for persistent instances.
setSchemas(String[]) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Modifiable schema components.
setSchemas(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSchemas(String[]) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSchemaTool(SchemaTool) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Set the schema tool to use for schema modification.
setSchemaWriter(Writer) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
The stream to export the planned schema to as an XML document.
setSecondaryTableJoinColumns(String, List) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Declare the given class-level join.
setSelect(SelectImpl) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
Select for this result.
setSequence(String) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
The sequence name.
setSequence(ClassMapping, TableJDBCSeq.Status, int, boolean, Connection) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Grabs the next handful of sequence numbers.
setSequenceColumn(String) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The name of the column that holds the sequence value.
setSequenceColumn(String) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of sequence column, if any.
setSequenceName(String) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Deprecated. Use NativeJDBCSeq.setSequence(java.lang.String). Retained for backwards-compatibility for auto-configuration.
setSequences(boolean) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set whether the MappingTool should manipulate sequences.
setSequences(boolean) - Method in class org.apache.openjpa.jdbc.ant.SchemaToolTask
Set whether the SchemaTool should manipulate sequences.
setSequences(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingTool
Whether to manipulate sequences.
setSequences(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaGenerator
Set whether sequences should be generated.
setSequences(boolean) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
Whether sequences should be manipulated.
setShort(PreparedStatement, int, short, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setShort(Column, short) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setShort(Column, short) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setSingleResult(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
setSingleResult(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Union
Whether this union will return at most a single result.
setSize(int) - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
Allow subclasses that know the size to set it; otherwise we calculate it internally.
setSize(int) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the column's size.
setSource(File, int) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
 
setSource(File, Object, int) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
setSource(File, int) - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
setSource(File, int) - Method in class org.apache.openjpa.jdbc.schema.Table
 
setSourceMode(int) - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
The source mode of this query result.
setSQLFactory(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SQL factory to use for SQL constructs.
setSQLFactory(SQLFactory) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The SQL factory to use for SQL constructs.
setSQLFactory(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSQLFactory(SQLFactory) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSQLFile(String) - Method in class org.apache.openjpa.jdbc.ant.MappingToolTask
Set the output file we want the MappingTool to write a SQL script to.
setStore(JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
Optional store manager used to deserialize blobs containing references to persistent objects.
setStoreDirectory(File) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
setStoreEnumOrdinal(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to store enums as the ordinal value rather than the enum name.
setStoreMode(int) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
setStoreUnmappedObjectIdString(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Whether to store a relation to an unmapped class by stringifying the oid of the related object, rather than storing primary key values.
setStrategy(ClassStrategy, Boolean) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The strategy used to map this mapping.
setStrategy(DiscriminatorStrategy, Boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
The strategy used for class discrimination.
setStrategy(FieldStrategy, Boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
The strategy used to map this mapping.
setStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Mapping strategy name.
setStrategy(VersionStrategy, Boolean) - Method in class org.apache.openjpa.jdbc.meta.Version
The strategy used for versioning.
setStrategyInstaller(StrategyInstaller) - Method in class org.apache.openjpa.jdbc.meta.MappingRepository
Installs mapping strategies on components.
setStrict(boolean) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
setString(PreparedStatement, int, String, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setString(PreparedStatement, int, String, Column) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
setString(Column, String) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setString(Column, String) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setSubclassesLoaded(boolean) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Whether this Discriminator has loaded subclasses yet.
setSubclassFetchMode(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Specifies the default subclass fetch mode to use.
setSubclassFetchMode(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the subclass fetch mode as one of the following symbolic constants: EagerFetchModes.EAGER_NONE EagerFetchModes.EAGER_JOIN EagerFetchModes.EAGER_PARALLEL
setSubclassFetchMode(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSubclassFetchMode(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setSubclassFetchMode(int) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
setSubclassFetchMode(int) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Set the subclass fetch mode.
setSubclassFetchMode(int) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
setSubclassFetchMode(int) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The subclass fetch mode, as one of the eager constants in JDBCFetchConfiguration.
setSubclassStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default subclass strategy alias.
setSubselect(String) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Set the subquery alias.
setSubselect(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
setSubselect(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setSynchronizeMappings(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Whether OpenJPA should try to automatically refresh O/R mapping information and the database schema.
setSynchronizeMappings(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setTable(String) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
The sequence table name.
setTable(Table) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
The mapping's primary table.
setTable(String) - Method in class org.apache.openjpa.jdbc.meta.SequenceMapping
Name of sequence table, if any.
setTable(String) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
The name of the schema definition table.
setTableName(String) - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
Deprecated. Retained for backwards-compatibility for auto-configuration.
setTableName(String) - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
Deprecated. Use TableJDBCSeq.setTable(java.lang.String). Retained for backwards-compatibility with auto-configuration.
setTableName(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
The given table name.
setTableName(String) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
The user-supplied name of the table for this field.
setTableName(String) - Method in class org.apache.openjpa.jdbc.schema.Column
The column's table name.
setTableName(String) - Method in class org.apache.openjpa.jdbc.schema.Constraint
Set the column's table name.
setTableName(String) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Deprecated. Use TableSchemaFactory.setTable(java.lang.String). Retained for backwards-compatible auto-configuration.
setTarget(String) - Method in class org.apache.openjpa.jdbc.schema.Column
The name of the column this column joins to, if any.
setTargetField(String) - Method in class org.apache.openjpa.jdbc.schema.Column
The name of the field this column joins to, if any.
setTime(PreparedStatement, int, Time, Calendar, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setTime(Column, Time, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setTime(Column, Time, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setTimestamp(PreparedStatement, int, Timestamp, Calendar, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set the given value as a parameter to the statement.
setTimestamp(Column, Timestamp, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the value of the given column in this row.
setTimestamp(Column, Timestamp, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setTool(ReverseMappingTool) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
setTool(ReverseMappingTool) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Set the reverse mapping tool using this customizer.
setTransactionIsolation(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The transaction isolation level to use at the database level.
setTransactionIsolation(int) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
Set the proper transaction isolation level constant from Connection, or -1 for the default level.
setTransactionIsolation(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setTransactionIsolation(int) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setType(int) - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
Records the sequence type.
setType(int) - Method in class org.apache.openjpa.jdbc.schema.Column
Set the column's SQL type.
setType(int) - Method in class org.apache.openjpa.jdbc.sql.Join
 
setTyped(PreparedStatement, int, Object, Column, int, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set a column value into a prepared statement.
setTypeMap(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set the SQL type map overrides.
setTypeMap(Properties) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Map of JDBC-name to Java-type-name entries that allows customization of reverse mapping columns to field types.
setTypeName(String) - Method in class org.apache.openjpa.jdbc.schema.Column
The database-specific SQL type of this column.
setUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Raw unique constraint information.
setUnique(boolean) - Method in class org.apache.openjpa.jdbc.schema.Index
Set whether this is a UNIQUE index.
setUnknown(PreparedStatement, int, Object, Column) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Set a completely unknown parameter into a prepared statement.
setUpdatable(int, boolean) - Method in class org.apache.openjpa.jdbc.schema.ColumnIO
Whether the column at the given index is updatable in this context.
setUpdateAction(int) - Method in class org.apache.openjpa.jdbc.schema.ForeignKey
Set the update action for the key.
setUpdateManager(String) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The UpdateManager to use for managing SQL updates.
setUpdateManager(UpdateManager) - Method in interface org.apache.openjpa.jdbc.conf.JDBCConfiguration
The UpdateManager for runtime data store interaction.
setUpdateManager(String) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setUpdateManager(UpdateManager) - Method in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
setUseAliases(boolean) - Method in class org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq
Whether to use type alises for primary key values in place of class names.
setUseBuiltinIdentityClass(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to use single field identity where possible.
setUseBuiltinIdentityClass(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to use built in identity classes when possible.
setUseClassCriteria(boolean) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setUseClassCriteria(boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
setUseClassCriteria(boolean) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Whether to use class criteria when joining to related type.
setUseClassCriteria(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setUseClassCriteria(boolean) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Whether to use class criteria when joining to related type.
setUseDataStoreIdentity(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to use datastore identity by default.
setUseDataStoreIdentity(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Whether to use datastore identity when possible.
setUseForeignKeyName(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to use foreign key names to name relations.
setUseForeignKeyName(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set whether the foreign key name will be used to generate relation names.
setUseSchemaName(boolean) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Set whether to use the schema name when naming the classes.
setUseSchemaName(boolean) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Set whether the schema name will be included in the generated class name for each table.
setValid(boolean) - Method in interface org.apache.openjpa.jdbc.sql.Row
Whether this row has information set on it.
setValid(boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
setValue(Object) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
The discriminator value.
setValue(String) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Raw discriminator value string.
setValueIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setValueIndex(Index) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Index on this value's columns, or null if none.
setValueIndex(Index) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setValueUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
setValueUnique(Unique) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Unique constraint on this value's columns, or null if none.
setValueUnique(Unique) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
setVariable(String) - Method in interface org.apache.openjpa.jdbc.sql.Joins
Set the variable name being traversed into with the next join.
setVariable(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl.SelectResult
 
setVariable(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
setVersion(Version) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
 
setVersion(Version) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
 
setVersion(Version) - Method in class org.apache.openjpa.jdbc.meta.Version
 
setVersion(Version) - Method in interface org.apache.openjpa.jdbc.meta.VersionStrategy
Set the version that uses this strategy.
setVersionColumnName(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default base name for version identity columns, or null to the mapping's built-in name.
setVersionStrategy(String) - Method in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
Default version strategy for base class mappings.
setVersionStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
Default version strategy alias.
setVersionStrategy(String) - Method in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Default version strategy for base class mappings.
setWriter(Writer) - Method in class org.apache.openjpa.jdbc.schema.SchemaTool
The stream to write to for the creation of SQL scripts.
shorten(String, int) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionary
Shorten the specified name to the specified target name.
shutdownOnClose - Variable in class org.apache.openjpa.jdbc.sql.DerbyDictionary
If true, we will shutdown the embedded database when closing the DataSource.
SimpleDriverDataSource - Class in org.apache.openjpa.jdbc.schema
 
SimpleDriverDataSource() - Constructor for class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
simulateLocking - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
size(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
size() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
size() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
size() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
size() - Method in interface org.apache.openjpa.jdbc.sql.Result
Return the number of rows in this result.
size() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
size - Variable in class org.apache.openjpa.jdbc.sql.Sized
 
SIZE_LAST - Static variable in interface org.apache.openjpa.jdbc.kernel.LRSSizes
Mode for using ResultSet.last() to calcualte the size of large result sets.
SIZE_QUERY - Static variable in interface org.apache.openjpa.jdbc.kernel.LRSSizes
Mode for using a query to calculate the size of large result sets.
SIZE_UNKNOWN - Static variable in interface org.apache.openjpa.jdbc.kernel.LRSSizes
Mode for returning Integer.MAX_VALUE for the size of large result sets.
Sized - Class in org.apache.openjpa.jdbc.sql
A sized value.
Sized(Object, int) - Constructor for class org.apache.openjpa.jdbc.sql.Sized
 
sm - Variable in class org.apache.openjpa.jdbc.kernel.ConnectionInfo
 
smallintTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
sql - Variable in class org.apache.openjpa.jdbc.sql.Raw
 
SQL_ARRAY - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
SQL_DATE - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
SQL_OBJECT - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
SQLBuffer - Class in org.apache.openjpa.jdbc.sql
Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
SQLBuffer(DBDictionary) - Constructor for class org.apache.openjpa.jdbc.sql.SQLBuffer
Default constructor.
SQLBuffer(SQLBuffer) - Constructor for class org.apache.openjpa.jdbc.sql.SQLBuffer
Copy constructor.
SQLEmbed - Class in org.apache.openjpa.jdbc.kernel.exps
Simple listener which embeds its SQL argument into the query.
SQLEmbed() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
sqlEquals(String) - Method in class org.apache.openjpa.jdbc.sql.SQLBuffer
Compare internal SQL without resolving subselects or stringifying parameters.
SQLExceptions - Class in org.apache.openjpa.jdbc.sql
Helper class for converting a SQLException into the appropriate OpenJPA type.
SQLExceptions() - Constructor for class org.apache.openjpa.jdbc.sql.SQLExceptions
 
SQLExpression - Class in org.apache.openjpa.jdbc.kernel.exps
Deprecated. Use SQLEmbed directly
SQLExpression() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.SQLExpression
Deprecated.  
SQLFactory - Interface in org.apache.openjpa.jdbc.sql
Factory for SQL constructs.
SQLFactoryImpl - Class in org.apache.openjpa.jdbc.sql
Default factory for SQL abstraction constructs.
SQLFactoryImpl() - Constructor for class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
sqlFactoryPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
sqlFile - Variable in class org.apache.openjpa.jdbc.ant.MappingToolTask
 
SQLServerDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for MS SQLServer.
SQLServerDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
SQLStoreQuery - Class in org.apache.openjpa.jdbc.kernel
A SQL query.
SQLStoreQuery(JDBCStore) - Constructor for class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
Construct a query managed by the given context.
SQLValue - Class in org.apache.openjpa.jdbc.kernel.exps
Deprecated. Use SQLEmbed directly
SQLValue() - Constructor for class org.apache.openjpa.jdbc.kernel.exps.SQLValue
Deprecated.  
sqlWriter - Variable in class org.apache.openjpa.jdbc.meta.MappingTool.Flags
 
sqrt(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.schema.SimpleDriverDataSource
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
startConfiguration() - Method in class org.apache.openjpa.jdbc.sql.SQLFactoryImpl
 
startDataRequest(Object) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
startDataRequest(Object) - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
startDataRequest(Object) - Method in interface org.apache.openjpa.jdbc.sql.Result
Informs this receiver about the application element for which a subsequent data request will be made.
startElement(String, Attributes) - Method in class org.apache.openjpa.jdbc.schema.XMLSchemaParser
 
startsWith(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
StateComparisonVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses a state image to determine whether concurrency violations take place.
StateComparisonVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
StateComparisonVersionStrategy.CustomUpdate - Class in org.apache.openjpa.jdbc.meta.strats
Row implementation we use to pass to versionable mappings so they can set up the where conditions we need to add to update statements.
storageLimitationsFatal - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
storageWarning(Object, Object) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Warn that a particular value could not be stored precisely.
store(ClassMetaData[], QueryMetaData[], SequenceMetaData[], int, Map) - Method in class org.apache.openjpa.jdbc.meta.MetaDataPlusMappingFactory
 
storeCharsAsNumbers - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
StoreCollectionFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Base class for strategies that are stored as a collection, even if their field value is something else.
StoreCollectionFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
storeLargeNumbersAsStrings - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
storeSchema(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.DynamicSchemaFactory
 
storeSchema(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.FileSchemaFactory
 
storeSchema(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.LazySchemaFactory
 
storeSchema(SchemaGroup) - Method in interface org.apache.openjpa.jdbc.schema.SchemaFactory
Record the schema group after changes may have been made.
storeSchema(SchemaGroup) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
Strategy - Interface in org.apache.openjpa.jdbc.meta
Interface implemented by all mapping strategies.
StrategyInstaller - Class in org.apache.openjpa.jdbc.meta
Installs mapping strategies.
StrategyInstaller(MappingRepository) - Constructor for class org.apache.openjpa.jdbc.meta.StrategyInstaller
Constructor; supply repository.
StringFieldStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Direct mapping from a string value to a column.
StringFieldStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
stringLength(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
stringLengthFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
structTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
subclassFetchMode - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
SubclassJoinDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Discriminator strategy that outer joins to all possible subclass tables to determine the class of an instance.
SubclassJoinDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.SubclassJoinDiscriminatorStrategy
 
SUBS_ANY_JOINABLE - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to select subclasses but without adding any class conditions to the select.
SUBS_EXACT - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to select this class but without adding any class conditions to the select.
SUBS_JOINABLE - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to add conditions to the selcet to select this class and joinable subclasses only.
SUBS_NONE - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating to add conditions to the select to select this class only.
substring(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AbstractDB2Dictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AbstractSQLServerDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.AccessDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Invoke this database's substring function.
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.FirebirdDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.InterbaseDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.JDataStoreDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
substring(SQLBuffer, FilterValue, FilterValue, FilterValue) - Method in class org.apache.openjpa.jdbc.sql.PointbaseDictionary
 
substringFunctionName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
subtract(Value, Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
sum(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
SuperclassDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Discriminator strategy that delegates to superclass discriminator.
SuperclassDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.SuperclassDiscriminatorStrategy
 
SuperclassVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Version strategy that delegates to the suerpclass version.
SuperclassVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.SuperclassVersionStrategy
 
supportsAlterTableWithAddColumn - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsAlterTableWithDropColumn - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsAutoAssign - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsCascadeDeleteAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsCascadeUpdateAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsCorrelatedSubselect - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsDataStoreExecution() - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery
 
supportsDataStoreExecution() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
supportsDefaultDeleteAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsDefaultUpdateAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsDeferredConstraints - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsDeleteAction(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Whether this database supports the given foreign key delete action.
supportsEagerSelect(Select, OpenJPAStateManager, JDBCStore, ClassMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
supportsEagerSelect(Select, OpenJPAStateManager, JDBCStore, ClassMapping, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.ClassStrategy
Return true if this strategy can perform the given select from the given base mapping.
supportsEagerSelect(Select, OpenJPAStateManager, JDBCStore, ClassMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractClassStrategy
 
supportsEagerSelect(Select, OpenJPAStateManager, JDBCStore, ClassMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
supportsEagerSelect(Select, OpenJPAStateManager, JDBCStore, ClassMapping, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
supportsForeignKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsHaving - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsIncrementalFlush() - Method in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSavepointManager
 
supportsLocking(Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns true if a "FOR UPDATE" clause can be used for the specified Select object.
supportsLocking() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
supportsLocking() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
supportsLocking(Select) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
supportsLocking() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Whether this select can be executed for update.
supportsLocking() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
supportsLockingWithDistinctClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsLockingWithInnerJoin - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsLockingWithMultipleTables - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsLockingWithOrderClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsLockingWithOuterJoin - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsLockingWithSelectRange - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsModOperator - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsMultipleNontransactionalResultSets - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullDeleteAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullTableForGetColumns - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullTableForGetImportedKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullTableForGetIndexInfo - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullTableForGetPrimaryKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsNullUpdateAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsParameterDeclarations() - Method in class org.apache.openjpa.jdbc.kernel.SQLStoreQuery
 
supportsQueryTimeout - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsRandomAccess() - Method in class org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider
 
supportsRandomAccess() - Method in class org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider
 
supportsRandomAccess() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Returns false by default.
supportsRandomAccess(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
supportsRandomAccess(boolean) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
supportsRandomAccess() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
supportsRandomAccess() - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the result supports random access.
supportsRandomAccess() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
supportsRandomAccess(boolean) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return whether this select can support a random access result set type.
supportsRandomAccess(boolean) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
supportsRandomAccessResultSet(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DB2Dictionary
 
supportsRandomAccessResultSet(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return false if the given select requires a forward-only result set.
supportsRandomAccessResultSet(Select, boolean) - Method in class org.apache.openjpa.jdbc.sql.InformixDictionary
 
supportsRestrictDeleteAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsRestrictUpdateAction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSchemaForGetColumns - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSchemaForGetTables - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Return whether this mapping can perform the given select type.
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.MapTableFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
 
supportsSelect(Select, int, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
supportsSelectEndIndex - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSelectForUpdate - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSelectStartIndex - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsSetFetchSize - Variable in class org.apache.openjpa.jdbc.sql.PostgresDictionary
Some Postgres drivers do not support the Statement.setFetchSize(int) method.
supportsSubselect - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsUniqueConstraints - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
supportsUpdateAction(int) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Whether this database supports the given foreign key update action.
swapSchemaAndCatalog - Variable in class org.apache.openjpa.jdbc.sql.InformixDictionary
Informix JDBC metadata for all known drivers returns with the table catalog and the table schema name swapped.
SybaseDictionary - Class in org.apache.openjpa.jdbc.sql
Dictionary for Sybase.
SybaseDictionary() - Constructor for class org.apache.openjpa.jdbc.sql.SybaseDictionary
 
syncColumn(MetaDataContext, Column, int, boolean, Table, Table, Object, boolean) - Static method in class org.apache.openjpa.jdbc.meta.MappingInfo
Create a copy of the given column with the raw mapping information set correctly, and without settings that match defaults.
syncColumns(MetaDataContext, Column[], boolean) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Sets internal column information to match the given mapped columns.
syncForeignKey(MetaDataContext, ForeignKey, Table, Table) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Sets internal constraint and column information to match given mapped constraint.
synchronizeMappings - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
syncIndex(MetaDataContext, Index) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Sets internal index information to match given mapped index.
syncMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Update MappingInfo with our current mapping information.
syncMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
Update MappingInfo with our current mapping information.
syncMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Update MappingInfo with our current mapping information.
syncMappingInfo() - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Update MappingInfo with our current mapping information.
syncMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
syncMappingInfo() - Method in class org.apache.openjpa.jdbc.meta.Version
Update MappingInfo with our current mapping information.
syncOrderColumn(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Synchronize internal order column information with the given field.
syncStrategy(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Synchronize internal mapping strategy information with the given field.
syncUnique(MetaDataContext, Unique) - Method in class org.apache.openjpa.jdbc.meta.MappingInfo
Sets internal constraint information to match given mapped constraint.
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
 
syncWith(ClassMapping) - Method in class org.apache.openjpa.jdbc.meta.ClassMappingInfo
Synchronize internal information with the mapping data for the given class.
syncWith(Discriminator) - Method in class org.apache.openjpa.jdbc.meta.DiscriminatorMappingInfo
Synchronize internal information with the mapping data for the given discriminator.
syncWith(FieldMapping) - Method in class org.apache.openjpa.jdbc.meta.FieldMappingInfo
Synchronize internal information with the mapping data for the given field.
syncWith(ValueMapping) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingInfo
Synchronize internal information with the mapping data for the given value.
syncWith(Version) - Method in class org.apache.openjpa.jdbc.meta.VersionMappingInfo
Synchronize internal information with the mapping data for the given version.
SYNTAX_DATABASE - Static variable in interface org.apache.openjpa.jdbc.sql.JoinSyntaxes
Native database join syntax; outer joins are supported.
SYNTAX_SQL92 - Static variable in interface org.apache.openjpa.jdbc.sql.JoinSyntaxes
ANSI SQL 92 join syntax; outer joins are supported.
SYNTAX_TRADITIONAL - Static variable in interface org.apache.openjpa.jdbc.sql.JoinSyntaxes
Traditional join syntax; outer joins are not supported.
systemSchemas - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
systemSchemaSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
systemTables - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
systemTableSet - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 

T

Table - Class in org.apache.openjpa.jdbc.schema
Represents a database table.
Table() - Constructor for class org.apache.openjpa.jdbc.schema.Table
Default constructor.
Table(String, Schema) - Constructor for class org.apache.openjpa.jdbc.schema.Table
Constructor.
TABLE_ASSOCIATION - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Association table.
TABLE_BASE - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Primary table for a new base class.
TABLE_NONE - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Unmapped table.
TABLE_SECONDARY - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Secondary table of an existing class.
TABLE_SECONDARY_OUTER - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Secondary table of an existing class.
TABLE_SUBCLASS - Static variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool
Subclass table.
tableForUpdateClause - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
TableJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
JDBCSeq implementation that uses a database table for sequence number generation.
TableJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.TableJDBCSeq
 
TableJDBCSeq.Status - Class in org.apache.openjpa.jdbc.kernel
Helper struct to hold status information.
TableJDBCSeq.Status() - Constructor for class org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
 
TableSchemaFactory - Class in org.apache.openjpa.jdbc.schema
Factory that uses an XML schema definition stored in a database table to record the system schema.
TableSchemaFactory() - Constructor for class org.apache.openjpa.jdbc.schema.TableSchemaFactory
 
tableType - Variable in class org.apache.openjpa.jdbc.sql.MySQLDictionary
The MySQL table type to use when creating tables; defaults to innodb.
tableTypes - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
TAG - Static variable in class org.apache.openjpa.jdbc.kernel.exps.GetColumn
 
TAG - Static variable in class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
 
TAG - Static variable in class org.apache.openjpa.jdbc.kernel.exps.SQLExpression
Deprecated.  
TAG - Static variable in class org.apache.openjpa.jdbc.kernel.exps.SQLValue
Deprecated.  
TIME - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
TIMESTAMP - Static variable in class org.apache.openjpa.jdbc.meta.JavaSQLTypes
 
timestampTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
TimestampVersionStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Uses a timestamp for optimistic versioning.
TimestampVersionStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.TimestampVersionStrategy
 
timeTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
tinyintTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
toBulkOperation(ClassMapping, Select, JDBCStore, Object[], Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Returns the SQL for a bulk operation, either a DELETE or an UPDATE.
toCollection(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapInverseKeyFieldStrategy
 
toCollection(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationMapTableFieldStrategy
 
toCollection(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StoreCollectionFieldStrategy
Convert the field value to a collection.
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.kernel.exps.Args
 
toDataStoreValue(Object) - Method in interface org.apache.openjpa.jdbc.kernel.exps.FilterValue
Transform the given value into its datastore equivalent.
toDataStoreValue(Object, JDBCStore) - Method in interface org.apache.openjpa.jdbc.kernel.exps.Val
Return the datastore value of the given object in the context of this value.
toDataStoreValue(Object, Column[], JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
Return the given column value(s) for the given object.
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
toDataStoreValue(Object, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Translate the given external field value to its datastore equivalent.
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
 
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
toDataStoreValue(OpenJPAStateManager, ValueMapping, JDBCStore, Column[], Object, int) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
Helper to convert an object value to its datastore equivalent.
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
toDataStoreValue(ValueMapping, Object, Column[], JDBCStore) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Convert the given object to its datastore value(s).
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ImmutableValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
 
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Return the given object as its foreign key values.
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
toDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
toDataStoreValue(ValueMapping, Object, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Translate the given value to its datastore equivalent.
toDelete(ClassMapping, Select, JDBCStore, Object[]) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a DELETE statement for the specified Select.
toEmbeddedDataStoreValue(Object, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Convert the given Java value to its datastore equivalent.
toEmbeddedDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
toEmbeddedDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
toEmbeddedDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
toEmbeddedDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
toEmbeddedObjectValue(Object) - Method in interface org.apache.openjpa.jdbc.meta.Embeddable
Convert the given datastore value to its Java equivalent.
toEmbeddedObjectValue(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
toEmbeddedObjectValue(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
toEmbeddedObjectValue(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
toEmbeddedObjectValue(Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
toKeyDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
toKeyDataStoreValue(Object, JDBCStore) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Translate the given key value to its datastore equivalent.
toKeyDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
toKeyDataStoreValue(Object, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
toLowerCase(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
toLowerCaseFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
toNativeJoin(Join) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Use the given join instance to create SQL joining its tables in the database's native syntax.
toNativeJoin(Join) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
toObjectValue(ValueMapping, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
toObjectValue(ValueMapping, Object, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler
 
toObjectValue(ValueMapping, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ByteArrayValueHandler
 
toObjectValue(ValueMapping, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayStreamValueHandler
 
toObjectValue(ValueMapping, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.CharArrayValueHandler
 
toObjectValue(OpenJPAStateManager, ValueMapping, Object, JDBCStore, JDBCFetchConfiguration, Column[], int) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedValueHandler
Helper to convert a datastore value to its object equivalent.
toObjectValue(ValueMapping, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.ObjectIdValueHandler
 
toObjectValue(ValueMapping, Object, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
toObjectValue(ValueMapping, Object) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Translate the given datastore value into its Java equivalent.
toObjectValue(ValueMapping, Object, OpenJPAStateManager, JDBCStore, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.meta.ValueHandler
Translate the given datastore value into its Java equivalent.
tool - Variable in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
toOperation(String, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, boolean, boolean, long, long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Return the SQL for the given selecting operation.
toOperation(String, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, boolean, boolean, long, long) - Method in class org.apache.openjpa.jdbc.sql.HSQLDictionary
 
toOrderAlias(int) - Static method in class org.apache.openjpa.jdbc.sql.SelectImpl
Helper method to return the proper order alias for the given order column index.
toRelationDataStoreValue(OpenJPAStateManager, Column) - Method in interface org.apache.openjpa.jdbc.meta.RelationId
Return the serialized value for the given related object, now that its id has been assigned.
toRelationDataStoreValue(OpenJPAStateManager, Column) - Method in class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
toSelect(Select, boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a SELECT statement in the proper join syntax for the given instance.
toSelect(SQLBuffer, JDBCFetchConfiguration, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, boolean, boolean, long, long) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Combine the given components into a SELECT statement.
toSelect(SQLBuffer, JDBCFetchConfiguration, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, boolean, boolean, long, long) - Method in class org.apache.openjpa.jdbc.sql.EmpressDictionary
 
toSelect(boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
toSelect(boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
toSelect(SQLBuffer, JDBCFetchConfiguration, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, SQLBuffer, boolean, boolean, long, long) - Method in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
toSelect(boolean, JDBCFetchConfiguration) - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return this select as a SQL statement formatted for the current dictionary.
toSelect(boolean, JDBCFetchConfiguration) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
toSelectCount(Select) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Create a SELECT COUNT statement in the proper join syntax for the given instance.
toSelectCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
toSelectCount() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
toSelectCount() - Method in interface org.apache.openjpa.jdbc.sql.SelectExecutor
Return this select as a COUNT SQL statement formatted for the current dictionary.
toSelectCount() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
toSQL92Join(Join, boolean, boolean) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Use the given join instance to create SQL joining its tables in the SQL92 style.
toString() - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
toString() - Method in class org.apache.openjpa.jdbc.meta.QueryResultMapping
 
toString() - Method in class org.apache.openjpa.jdbc.meta.Version
 
toString() - Method in class org.apache.openjpa.jdbc.schema.Column
Returns the column name.
toString() - Method in class org.apache.openjpa.jdbc.schema.Constraint
 
toString() - Method in class org.apache.openjpa.jdbc.schema.Schema
 
toString() - Method in class org.apache.openjpa.jdbc.schema.Sequence
 
toString() - Method in class org.apache.openjpa.jdbc.schema.Table
 
toString(DatabaseMetaData) - Static method in class org.apache.openjpa.jdbc.sql.DBDictionaryFactory
Return a string containing all the property values of the given database metadata.
toString() - Method in class org.apache.openjpa.jdbc.sql.Join
 
toString() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion
 
toString() - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
toString() - Method in class org.apache.openjpa.jdbc.sql.Raw
 
toString() - Method in interface org.apache.openjpa.jdbc.sql.Select
Implement toString to generate SQL string for profiling/debuggging.
toString() - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
toTraditionalJoin(Join) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
Use the given join instance to create SQL joining its tables in the traditional style.
toUpdate(ClassMapping, Select, JDBCStore, Object[], Map) - Method in class org.apache.openjpa.jdbc.sql.DBDictionary
 
toUpperCase(Value) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
toUpperCaseFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
transactionIsolation - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
translate(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
Translate the user-given id or column.
translate(Object, Joins) - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
traverseJDBC(FieldMetaData) - Method in class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
 
traverseJDBC(FieldMetaData) - Method in interface org.apache.openjpa.jdbc.kernel.JDBCFetchConfiguration
Convenience method to cast traversal to store-specific type.
traverseJDBC(FieldMetaData) - Method in class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
 
trim(Value, Value, Boolean) - Method in class org.apache.openjpa.jdbc.kernel.exps.JDBCExpressionFactory
 
trimBothFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
trimLeadingFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
trimTrailingFunction - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
type - Variable in class org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
 
TYPE_CROSS - Static variable in class org.apache.openjpa.jdbc.sql.Join
 
TYPE_INNER - Static variable in class org.apache.openjpa.jdbc.sql.Join
 
TYPE_JOINLESS - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating a select can be made without joins.
TYPE_OUTER - Static variable in class org.apache.openjpa.jdbc.sql.Join
 
TYPE_TWO_PART - Static variable in interface org.apache.openjpa.jdbc.sql.Select
Constant indicating a two-part select and load.
typeMap - Variable in class org.apache.openjpa.jdbc.ant.ReverseMappingToolTask
 
typeMap - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 

U

uninversable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Return an exception indicating that the relation is invalid because it has is based on an inverse foreign key and has independent subclasses.
Union - Interface in org.apache.openjpa.jdbc.sql
SQL UNION.
Union.Selector - Interface in org.apache.openjpa.jdbc.sql
A callback used to create the selects in a SQL union.
Unique - Class in org.apache.openjpa.jdbc.schema
Represents a unique constraint.
Unique() - Constructor for class org.apache.openjpa.jdbc.schema.Unique
Default constructor.
Unique(String, Table) - Constructor for class org.apache.openjpa.jdbc.schema.Unique
Constructor.
uniqueIdentifierAsVarbinary - Variable in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
Flag whether to treat UNIQUEIDENTIFIER as VARBINARY or VARCHAR
unjoinable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Return an exception indicating that we cannot join to the given relation.
unloadable(ValueMapping) - Static method in class org.apache.openjpa.jdbc.meta.strats.RelationStrategies
Return an exception indicating that the relation cannot be loaded because it has independent subclasses and does not represent a full oid.
unmappedTable(Table) - Method in class org.apache.openjpa.jdbc.meta.PropertiesReverseCustomizer
 
unmappedTable(Table) - Method in interface org.apache.openjpa.jdbc.meta.ReverseCustomizer
Notification that a table has gone unmapped.
UNRESTRICTED - Static variable in class org.apache.openjpa.jdbc.schema.ColumnIO
 
UNSUPPORTED - Static variable in interface org.apache.openjpa.jdbc.meta.Embeddable
 
UntypedPCValueHandler - Class in org.apache.openjpa.jdbc.meta.strats
Handler for unknown persistence-capable object fields that stores stringified oids.
UntypedPCValueHandler() - Constructor for class org.apache.openjpa.jdbc.meta.strats.UntypedPCValueHandler
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Discriminator
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in interface org.apache.openjpa.jdbc.meta.Strategy
Set values for the mapping into the proper rows.
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.ColumnVersionStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
 
update(OpenJPAStateManager, OpenJPAStateManager, JDBCStore, RowManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.EmbedFieldStrategy
Update an embedded object.
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.FullClassStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerHandlerMapTableFieldStrategy
 
update(OpenJPAStateManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedBlobFieldStrategy
 
update(OpenJPAStateManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedByteArrayFieldStrategy
 
update(OpenJPAStateManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedCharArrayFieldStrategy
 
update(OpenJPAStateManager, Row) - Method in class org.apache.openjpa.jdbc.meta.strats.MaxEmbeddedClobFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.NoneClassStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyInverseKeyFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.RelationToManyTableFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StateComparisonVersionStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 
update(OpenJPAStateManager, JDBCStore, RowManager) - Method in class org.apache.openjpa.jdbc.meta.Version
 
UpdateManager - Interface in org.apache.openjpa.jdbc.kernel
This interface is used to customize the way that updates are made to database records.
updateManagerPlugin - Variable in class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl
 
useBuiltinIdentityClass - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
useClassCriteria() - Method in interface org.apache.openjpa.jdbc.meta.MappingDefaults
The default for whether relations use the related object's expected class as part of the join criteria.
useClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.MappingDefaultsImpl
 
useClassCriteria() - Method in class org.apache.openjpa.jdbc.meta.NoneMappingDefaults
 
useClobs - Variable in class org.apache.openjpa.jdbc.sql.MySQLDictionary
Whether to use clobs.
useDataStoreIdentity - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
useForeignKeyName - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
useGetBestRowIdentifierForPrimaryKeys - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useGetBytesForBlobs - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useGetObjectForBlobs - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useGetStringForClobs - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useSchemaName - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
useSchemaName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useSetBytesForBlobs - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useSetFormOfUseForUnicode - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
If true, then OpenJPA will attempt to use the special OraclePreparedStatement.setFormOfUse method to configure statements that it detects are operating on unicode fields.
useSetStringForClobs - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
useTriggersForAutoAssign - Variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
If true, then simulate auto-assigned values in Oracle by using a trigger that inserts a sequence value into the primary key value when a row is inserted.

V

Val - Interface in org.apache.openjpa.jdbc.kernel.exps
A Value represents any non-operator in a query filter, including constants, variables, and object fields.
VALID - Static variable in class org.apache.openjpa.jdbc.sql.RowImpl
 
validateDataStoreExtensionPrefix(String) - Method in class org.apache.openjpa.jdbc.meta.ClassMapping
 
validateDataStoreExtensionPrefix(String) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
validationSQL - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
value - Variable in class org.apache.openjpa.jdbc.sql.Calendard
 
value - Variable in class org.apache.openjpa.jdbc.sql.Sized
 
ValueHandler - Interface in org.apache.openjpa.jdbc.meta
Maps a value to a relational schema.
ValueMapDiscriminatorStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Maps metadata-given values to classes.
ValueMapDiscriminatorStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.ValueMapDiscriminatorStrategy
 
ValueMapping - Interface in org.apache.openjpa.jdbc.meta
Specialization of value metadata for relational databases.
ValueMappingImpl - Class in org.apache.openjpa.jdbc.meta
Standalone ValueMapping implementation.
ValueMappingImpl(FieldMapping) - Constructor for class org.apache.openjpa.jdbc.meta.ValueMappingImpl
Constructor.
ValueMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a field value to the schema, in raw form.
ValueMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.ValueMappingInfo
 
ValueTableJDBCSeq - Class in org.apache.openjpa.jdbc.kernel
Specialization of the TableJDBCSeq that maintains multiple sequence counts.
ValueTableJDBCSeq() - Constructor for class org.apache.openjpa.jdbc.kernel.ValueTableJDBCSeq
 
varbinaryTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
varcharTypeName - Variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
VENDOR_DATADIRECT - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
VENDOR_JTDS - Static variable in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
VENDOR_MICROSOFT - Static variable in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
VENDOR_NETDIRECT - Static variable in class org.apache.openjpa.jdbc.sql.SQLServerDictionary
 
VENDOR_ORACLE - Static variable in class org.apache.openjpa.jdbc.sql.OracleDictionary
 
VENDOR_OTHER - Static variable in class org.apache.openjpa.jdbc.sql.DBDictionary
 
vers - Variable in class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
The owning version.
Version - Class in org.apache.openjpa.jdbc.meta
Handles optimistic lock versioning for a class.
Version(ClassMapping) - Constructor for class org.apache.openjpa.jdbc.meta.Version
Constructor.
VersionMappingInfo - Class in org.apache.openjpa.jdbc.meta
Information about the mapping from a version indicator to the schema, in raw form.
VersionMappingInfo() - Constructor for class org.apache.openjpa.jdbc.meta.VersionMappingInfo
 
versionStrategy - Variable in class org.apache.openjpa.jdbc.meta.ReverseMappingTool.Flags
 
VersionStrategy - Interface in org.apache.openjpa.jdbc.meta
Handles optimistic lock versioning for a class.
VerticalClassStrategy - Class in org.apache.openjpa.jdbc.meta.strats
Mapping for subclasses that join to their superclass table.
VerticalClassStrategy() - Constructor for class org.apache.openjpa.jdbc.meta.strats.VerticalClassStrategy
 

W

wasNull() - Method in class org.apache.openjpa.jdbc.sql.AbstractResult
 
wasNull() - Method in class org.apache.openjpa.jdbc.sql.MergedResult
 
wasNull() - Method in interface org.apache.openjpa.jdbc.sql.Result
Return true if the last value fetched was null.
wasNull() - Method in class org.apache.openjpa.jdbc.sql.ResultSetResult
 
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in interface org.apache.openjpa.jdbc.meta.FieldStrategy
Add a WHERE condition to the row for this field such that the field's current DB value must equal the given previous value.
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
 
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy
 
where(ValueMapping, Object, JDBCStore, Row, Column[]) - Static method in class org.apache.openjpa.jdbc.meta.strats.HandlerStrategies
Add where conditions to the given row.
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.PrimitiveFieldStrategy
 
where(OpenJPAStateManager, JDBCStore, RowManager, Object) - Method in class org.apache.openjpa.jdbc.meta.strats.StringFieldStrategy
 
where(Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
where(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
where(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
where(String) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
where(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
where(Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given where conditions.
where(SQLBuffer) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given where conditions.
where(SQLBuffer, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given where conditions.
where(String) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given where conditions.
where(String, Joins) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add the given where conditions.
where(Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
where(SQLBuffer) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
where(SQLBuffer, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
where(String) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
where(String, Joins) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
whereArray(Column, Array) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereArray(Column, Array) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereAsciiStream(Column, InputStream, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereAsciiStream(Column, InputStream, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBigDecimal(Column, BigDecimal) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBigDecimal(Column, BigDecimal) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBigInteger(Column, BigInteger) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBigInteger(Column, BigInteger) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBinaryStream(Column, InputStream, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBinaryStream(Column, InputStream, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBlob(Column, Blob) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBlob(Column, Blob) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBoolean(Column, boolean) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBoolean(Column, boolean) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereByte(Column, byte) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereByte(Column, byte) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereBytes(Column, byte[]) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereBytes(Column, byte[]) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereCalendar(Column, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereCalendar(Column, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereChar(Column, char) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereChar(Column, char) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereCharacterStream(Column, Reader, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereCharacterStream(Column, Reader, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereClob(Column, Clob) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereClob(Column, Clob) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereClone(int) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
whereClone(int) - Method in interface org.apache.openjpa.jdbc.sql.Select
Return a SELECT with the same joins and where conditions as this one.
whereClone(int) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
whereDate(Column, Date) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereDate(Column, Date, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereDate(Column, Date) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereDate(Column, Date, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereDouble(Column, double) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereDouble(Column, double) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereFloat(Column, float) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereFloat(Column, float) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereForeignKey(Row, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
 
whereForeignKey(Row, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.meta.ValueMapping
Sets this value's foreign key to the given related object.
whereForeignKey(Row, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.meta.ValueMappingImpl
 
whereForeignKey(ForeignKey, Object, ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
whereForeignKey(ForeignKey, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
whereForeignKey(ForeignKey, OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the foreign key equality criteria to link to the given object.
whereForeignKey(ForeignKey, OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereForeignKey(ForeignKey, Object, ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add where conditions setting the given foreign key to the given oid values.
whereForeignKey(ForeignKey, Object, ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
whereInt(Column, int) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereInt(Column, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereLocale(Column, Locale) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereLocale(Column, Locale) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereLong(Column, long) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereLong(Column, long) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereNull(Column) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereNull(Column) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereNumber(Column, Number) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereNumber(Column, Number) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereObject(Column, Object) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereObject(Column, Object) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereObject(Column, Object, int) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
All where column methods delegate to this one.
wherePrimaryKey(Select, OpenJPAStateManager, JDBCStore) - Method in class org.apache.openjpa.jdbc.meta.FieldMapping
Add a wherePrimaryKey or whereForeignKey condition to the given select, depending on whether we have a join foreign key.
wherePrimaryKey(Object, ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.LogicalUnion.UnionSelect
 
wherePrimaryKey(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.PrimaryRow
 
wherePrimaryKey(OpenJPAStateManager) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set the primary key equality criteria for this row.
wherePrimaryKey(OpenJPAStateManager) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
wherePrimaryKey(Object, ClassMapping, JDBCStore) - Method in interface org.apache.openjpa.jdbc.sql.Select
Add where conditions setting the mapping's primary key to the given oid values.
wherePrimaryKey(Object, ClassMapping, JDBCStore) - Method in class org.apache.openjpa.jdbc.sql.SelectImpl
 
whereRaw(Column, String) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set a DB understood where condition for the given column.
whereRaw(Column, String) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereShort(Column, short) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereShort(Column, short) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereString(Column, String) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereString(Column, String) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereTime(Column, Time, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereTime(Column, Time, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
whereTimestamp(Column, Timestamp, Calendar) - Method in interface org.apache.openjpa.jdbc.sql.Row
Set an equality condition on the value of the given column in this row.
whereTimestamp(Column, Timestamp, Calendar) - Method in class org.apache.openjpa.jdbc.sql.RowImpl
 
writer - Variable in class org.apache.openjpa.jdbc.schema.SchemaTool.Flags
 
writeSchemaColumn(String) - Method in class org.apache.openjpa.jdbc.schema.TableSchemaFactory
Writes the schema as a string to the database.

X

XMLSchemaParser - Class in org.apache.openjpa.jdbc.schema
Custom SAX parser used to parse Schema objects.
XMLSchemaParser(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.schema.XMLSchemaParser
Constructor.
XMLSchemaSerializer - Class in org.apache.openjpa.jdbc.schema
Serializes Schemas to XML matching the document type definition defined by the XMLSchemaParser.
XMLSchemaSerializer(JDBCConfiguration) - Constructor for class org.apache.openjpa.jdbc.schema.XMLSchemaSerializer
Constructor.

_

_constsPK - Variable in class org.apache.openjpa.jdbc.schema.ForeignKey
 

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

Copyright © 2006 Apache Software Foundation. All Rights Reserved.