Uses of Class
org.apache.openjpa.jdbc.schema.Column
-
Packages that use Column Package Description org.apache.openjpa.jdbc.identifier org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of Column in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier with parameters of type Column Modifier and Type Method Description java.lang.StringDBIdentifierUtil. appendColumns(Column[] columns)Appends multiple columns names together into comma delimited string.java.lang.StringDBIdentifierUtilImpl. appendColumns(Column[] columns)DBIdentifierDBIdentifierUtil. getGeneratedKeySequenceName(Column col, int maxLen)Returns a generated key sequence identifier for the column.DBIdentifierDBIdentifierUtilImpl. getGeneratedKeySequenceName(Column col, int maxLen) -
Uses of Column in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return Column Modifier and Type Method Description protected ColumnClassTableJDBCSeq. addPrimaryKeyColumn(Table table)protected ColumnTableJDBCSeq. addPrimaryKeyColumn(Table table)Add the primary key column to the given table and return it.protected ColumnValueTableJDBCSeq. addPrimaryKeyColumn(Table table)protected Column[]PreparedStatementManagerImpl. getAutoAssignColumns(RowImpl row)Column[]FinderQueryImpl. getPKColumns()Methods in org.apache.openjpa.jdbc.kernel with parameters of type Column Modifier and Type Method Description protected java.lang.String[]PreparedStatementManagerImpl. getAutoAssignColNames(Column[] autoAssign, RowImpl row)protected java.util.List<java.lang.Object>PreparedStatementManagerImpl. populateAutoAssignCols(java.sql.PreparedStatement stmnt, Column[] autoAssign, java.lang.String[] autoAssignColNames, RowImpl row)protected java.util.List<java.lang.Object>PreparedStatementManagerImpl. populateAutoAssignCols(java.sql.PreparedStatement stmnt, Column[] autoAssign, DBIdentifier[] autoAssignColNames, RowImpl row)This method will only be called when there is auto assign columns.protected voidPreparedStatementManagerImpl. setObjectId(java.util.List vals, Column[] autoAssign, java.lang.String[] autoAssignColNames, RowImpl row)protected voidPreparedStatementManagerImpl. setObjectId(java.util.List vals, Column[] autoAssign, DBIdentifier[] autoAssignColNames, RowImpl row) -
Uses of Column in org.apache.openjpa.jdbc.kernel.exps
Fields in org.apache.openjpa.jdbc.kernel.exps declared as Column Modifier and Type Field Description Column[]PCPath.PathExpState. colsMethods in org.apache.openjpa.jdbc.kernel.exps that return Column Modifier and Type Method Description Column[]PCPath. getColumns(ExpState state)Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type Column Modifier and Type Method Description voidPCPath. appendTo(Select sel, ExpState state, SQLBuffer sql, Column col)java.lang.StringFilterValue. getColumnAlias(Column col)Return the alias to use for the given column (this includes the table alias prefix, if any). -
Uses of Column in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return Column Modifier and Type Method Description protected Column[]MappingInfo. createColumns(MetaDataContext context, java.lang.String prefix, Column[] tmplates, Table table, boolean adapt)Retrieve/create columns on the given table by merging the given template information with any user-provided information.Column[]DelegatingJoinable. getColumns()Column[]Discriminator. getColumns()Columns used by this Discriminator.Column[]DiscriminatorMappingInfo. getColumns(Discriminator discrim, Column[] tmplates, boolean adapt)Return the columns set for this discriminator, based on the given templates.Column[]Embeddable. getColumns()Return the columns used by this strategy.Column[]FieldMapping. getColumns()Column[]Joinable. getColumns()The columns managed by this joinable.Column[]ValueMapping. getColumns()The columns that hold the data for this value.Column[]ValueMappingImpl. getColumns()Column[]ValueMappingInfo. getColumns(ValueMapping val, java.lang.String name, Column[] tmplates, Table table, boolean adapt)Deprecated.Column[]ValueMappingInfo. getColumns(ValueMapping val, DBIdentifier name, Column[] tmplates, Table table, boolean adapt)Column[]Version. getColumns()Columns used for versioning.Column[]VersionMappingInfo. getColumns(Version version, Column[] templates, boolean adapt)Return the columns set for this version, based on the given templates.Column[]ClassMappingInfo. getDataStoreIdColumns(ClassMapping cls, Column[] tmplates, Table table, boolean adapt)Return the datastore identity columns for the given class, based on the given templates.Column[]VersionMappingInfo. getMultiTableColumns(Version vers, Column[] templates, boolean adapt)Return the columns set for this version when the columns are spread across multiple tables.ColumnValueMappingInfo. getNullIndicatorColumn(ValueMapping val, java.lang.String name, Table table, boolean adapt)Deprecated.ColumnValueMappingInfo. getNullIndicatorColumn(ValueMapping val, DBIdentifier name, Table table, boolean adapt)ColumnFieldMapping. getOrderColumn()Field order column, if any.ColumnFieldMappingInfo. getOrderColumn()Raw synthetic ordering column.ColumnFieldMappingInfo. getOrderColumn(FieldMapping field, Table table, boolean adapt)Return the ordering column for this field, or null if none.Column[]ClassMapping. getPrimaryKeyColumns()The columns this mapping uses to uniquely identify an object.Column[]ValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Map the given value and return all mapped columns, or simply return an array of unmapped default columns.protected static ColumnMappingInfo. mergeColumn(MetaDataContext context, java.lang.String prefix, Column tmplate, boolean compat, Column given, Table table, boolean adapt, boolean fill)Merge the given columns if possible.protected static ColumnMappingInfo. syncColumn(MetaDataContext context, Column col, int num, boolean forceJDBCType, Table colTable, Table targetTable, java.lang.Object target, boolean inverse)Create a copy of the given column with the raw mapping information set correctly, and without settings that match defaults.Methods in org.apache.openjpa.jdbc.meta that return types with arguments of type Column Modifier and Type Method Description java.util.Map<Column,?>Version. getBulkUpdateValues()java.util.Map<Column,?>VersionStrategy. getBulkUpdateValues()java.util.List<Column>MappingInfo. getColumns()Raw column data.java.util.List<Column>MappingInfo. getColumns(java.lang.String tableName)Deprecated.java.util.List<Column>MappingInfo. getColumns(DBIdentifier tableName)Gets the columns whose table name matches the given table name.java.util.List<Column>ValueMappingInfo. getMapsIdColumns()Raw column data.java.util.List<Column>ClassMappingInfo. getSecondaryTableJoinColumns(java.lang.String tableName)Deprecated.java.util.List<Column>ClassMappingInfo. getSecondaryTableJoinColumns(DBIdentifier tableName)Methods in org.apache.openjpa.jdbc.meta with parameters of type Column Modifier and Type Method Description protected booleanMappingDefaultsImpl. areAllPrimaryKeyColumns(Column[] cols)Return whether all the given columns are primary key columns.JoinableClassMapping. assertJoinable(Column col)Return the joinable for the given column, or throw an exception if none is available.protected voidMappingDefaultsImpl. correctName(Table table, Column col)Correct the given column's name.protected Column[]MappingInfo. createColumns(MetaDataContext context, java.lang.String prefix, Column[] tmplates, Table table, boolean adapt)Retrieve/create columns on the given table by merging the given template information with any user-provided information.protected IndexMappingInfo. createIndex(MetaDataContext context, java.lang.String prefix, Index tmplate, Column[] cols, boolean adapt)Retrieve/create an index on the given columns by merging the given template information with any user-provided information.protected UniqueMappingInfo. createUnique(MetaDataContext context, java.lang.String prefix, Unique tmplate, Column[] cols, boolean adapt)Retrieve/create a unique constraint on the given columns by merging the given template information with any user-provided information.intValueMappingInfo. findTargetField(Column[] tmplates, java.lang.String target)Return the position of the template column with the given target field.Column[]DiscriminatorMappingInfo. getColumns(Discriminator discrim, Column[] tmplates, boolean adapt)Return the columns set for this discriminator, based on the given templates.Column[]ValueMappingInfo. getColumns(ValueMapping val, java.lang.String name, Column[] tmplates, Table table, boolean adapt)Deprecated.Column[]ValueMappingInfo. getColumns(ValueMapping val, DBIdentifier name, Column[] tmplates, Table table, boolean adapt)Column[]VersionMappingInfo. getColumns(Version version, Column[] templates, boolean adapt)Return the columns set for this version, based on the given templates.Column[]ClassMappingInfo. getDataStoreIdColumns(ClassMapping cls, Column[] tmplates, Table table, boolean adapt)Return the datastore identity columns for the given class, based on the given templates.java.lang.StringPropertiesReverseCustomizer. getFieldName(ClassMapping dec, Column[] cols, ForeignKey fk, java.lang.String defaultName)java.lang.StringReverseCustomizer. getFieldName(ClassMapping dec, Column[] cols, ForeignKey fk, java.lang.String defaultName)Return the field name used to map the given columns, or null to prevent the columns from being mapped.java.lang.ClassReverseMappingTool. getFieldType(Column col, boolean forceObject)Return the default field type for the given column.IndexDiscriminatorMappingInfo. getIndex(Discriminator discrim, Column[] cols, boolean adapt)Return the index to set on the discriminator columns, or null if none.IndexMappingDefaults. getIndex(Discriminator disc, Table table, Column[] cols)Return a default index for the discriminator, or null if the discriminator columns should not be indexed by default.IndexMappingDefaults. getIndex(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.IndexMappingDefaults. getIndex(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)Return a default index for the value, or null if the value columns should not be indexed by default.IndexMappingDefaults. getIndex(Version vers, Table table, Column[] cols)Return a default index for the version, or null if the version columns should not be indexed by default.IndexMappingDefaultsImpl. getIndex(Discriminator disc, Table table, Column[] cols)IndexMappingDefaultsImpl. getIndex(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.IndexMappingDefaultsImpl. getIndex(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)IndexMappingDefaultsImpl. getIndex(Version vers, Table table, Column[] cols)IndexNoneMappingDefaults. getIndex(Discriminator disc, Table table, Column[] cols)IndexNoneMappingDefaults. getIndex(ValueMapping vm, java.lang.String name, Table table, Column[] cols)IndexNoneMappingDefaults. getIndex(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)IndexNoneMappingDefaults. getIndex(Version vers, Table table, Column[] cols)IndexVersionMappingInfo. getIndex(Version version, Column[] cols, boolean adapt)Return the index to set on the version columns, or null if none.protected java.lang.StringMappingDefaultsImpl. getIndexName(java.lang.String name, Table table, Column[] cols)Deprecated.protected DBIdentifierMappingDefaultsImpl. getIndexName(DBIdentifier name, Table table, Column[] cols)JoinableClassMapping. getJoinable(Column col)Return theJoinablefor the given column.IndexMappingDefaults. getJoinIndex(FieldMapping fm, Table table, Column[] cols)Return a default index for the join, or null if the join columns should not be indexed by default.IndexMappingDefaultsImpl. getJoinIndex(FieldMapping fm, Table table, Column[] cols)IndexNoneMappingDefaults. getJoinIndex(FieldMapping fm, Table table, Column[] cols)UniqueMappingDefaults. getJoinUnique(FieldMapping fm, Table table, Column[] cols)Return a default constraint for the join, or null if the join columns should not be constrained by default.UniqueMappingDefaultsImpl. getJoinUnique(FieldMapping fm, Table table, Column[] cols)UniqueNoneMappingDefaults. getJoinUnique(FieldMapping fm, Table table, Column[] cols)java.lang.ObjectDelegatingJoinable. getJoinValue(java.lang.Object val, Column col, JDBCStore store)java.lang.ObjectDelegatingJoinable. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)java.lang.ObjectJoinable. getJoinValue(java.lang.Object val, Column col, JDBCStore store)Return the join value of the given column.java.lang.ObjectJoinable. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)Return the join value of the given column.Column[]VersionMappingInfo. getMultiTableColumns(Version vers, Column[] templates, boolean adapt)Return the columns set for this version when the columns are spread across multiple tables.java.lang.ObjectDelegatingJoinable. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectJoinable. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)Return the value for this joinable from the given result, using the given columns.UniqueMappingDefaults. getUnique(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.UniqueMappingDefaults. getUnique(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)Return a default constraint for the value, or null if the value columns should not be constrained by default.UniqueMappingDefaultsImpl. getUnique(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.UniqueMappingDefaultsImpl. getUnique(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)UniqueNoneMappingDefaults. getUnique(ValueMapping vm, java.lang.String name, Table table, Column[] cols)UniqueNoneMappingDefaults. getUnique(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)protected static ColumnMappingInfo. mergeColumn(MetaDataContext context, java.lang.String prefix, Column tmplate, boolean compat, Column given, Table table, boolean adapt, boolean fill)Merge the given columns if possible.FieldMappingReverseMappingTool. newFieldMapping(java.lang.String name, java.lang.Class type, Column col, ForeignKey fk, ClassMapping dec)Create a field mapping for the given info, or return null if customizer rejects.voidMappingInfo.ForeignKeyDefaults. populate(Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)Populate the given foreign key column with defaults.voidMappingDefaults. populateColumns(Discriminator disc, Table table, Column[] cols)Fill in default information for the given discriminator columns.voidMappingDefaults. populateColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.voidMappingDefaults. populateColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)Fill in default information for the given value columns.voidMappingDefaults. populateColumns(Version vers, Table table, Column[] cols)Fill in default information for the given version columns.voidMappingDefaultsImpl. populateColumns(Discriminator disc, Table table, Column[] cols)voidMappingDefaultsImpl. populateColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)voidMappingDefaultsImpl. populateColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)voidMappingDefaultsImpl. populateColumns(Version vers, Table table, Column[] cols)voidNoneMappingDefaults. populateColumns(Discriminator disc, Table table, Column[] cols)voidNoneMappingDefaults. populateColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.voidNoneMappingDefaults. populateColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)voidNoneMappingDefaults. populateColumns(Version vers, Table table, Column[] cols)voidMappingDefaults. populateDataStoreIdColumns(ClassMapping cls, Table table, Column[] cols)Fill in default information for the given datastore identity columns.voidMappingDefaultsImpl. populateDataStoreIdColumns(ClassMapping cls, Table table, Column[] cols)voidNoneMappingDefaults. populateDataStoreIdColumns(ClassMapping cls, Table table, Column[] cols)voidMappingDefaults. populateForeignKeyColumn(ValueMapping vm, java.lang.String name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)Deprecated.voidMappingDefaults. populateForeignKeyColumn(ValueMapping vm, DBIdentifier name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)Fill in default information for the given column used to join a value to its related type.voidMappingDefaultsImpl. populateForeignKeyColumn(ValueMapping vm, java.lang.String name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)Deprecated.voidMappingDefaultsImpl. populateForeignKeyColumn(ValueMapping vm, DBIdentifier name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)voidNoneMappingDefaults. populateForeignKeyColumn(ValueMapping vm, java.lang.String name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)Deprecated.voidNoneMappingDefaults. populateForeignKeyColumn(ValueMapping vm, DBIdentifier name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)voidMappingDefaults. populateJoinColumn(ClassMapping cm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)Fill in default information for the given column used to join a class to its superclass table.voidMappingDefaults. populateJoinColumn(FieldMapping fm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)Fill in default information for the given column used to join a field to its defining class' table.voidMappingDefaultsImpl. populateJoinColumn(ClassMapping cm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)voidMappingDefaultsImpl. populateJoinColumn(FieldMapping fm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)voidNoneMappingDefaults. populateJoinColumn(ClassMapping cm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)voidNoneMappingDefaults. populateJoinColumn(FieldMapping fm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)booleanMappingDefaults. populateNullIndicatorColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.booleanMappingDefaults. populateNullIndicatorColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)Fill in default information for the given null indicator columns.booleanMappingDefaultsImpl. populateNullIndicatorColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.booleanMappingDefaultsImpl. populateNullIndicatorColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)booleanNoneMappingDefaults. populateNullIndicatorColumns(ValueMapping vm, java.lang.String name, Table table, Column[] cols)Deprecated.booleanNoneMappingDefaults. populateNullIndicatorColumns(ValueMapping vm, DBIdentifier name, Table table, Column[] cols)booleanMappingDefaults. populateOrderColumns(FieldMapping fm, Table table, Column[] cols)Fill in default information for the given order columns.booleanMappingDefaultsImpl. populateOrderColumns(FieldMapping fm, Table table, Column[] cols)booleanNoneMappingDefaults. populateOrderColumns(FieldMapping fm, Table table, Column[] cols)voidDelegatingJoinable. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autogen)voidJoinable. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autogen)Use the given auto-assigned value to set this join value's field on the given instance.voidDiscriminator. setColumns(Column[] cols)Columns used by this Discriminator.voidFieldMapping. setColumns(Column[] cols)voidValueMapping. setColumns(Column[] cols)The columns that hold the data for this value.voidValueMappingImpl. setColumns(Column[] cols)voidVersion. setColumns(Column[] cols)Columns used for versioning.voidClassMapping. setJoinable(Column col, Joinable joinable)Add the given column-to-joinable mapping.voidFieldMapping. setOrderColumn(Column order)Field order column, if any.voidFieldMappingInfo. setOrderColumn(Column order)Raw synthetic ordering column.voidClassMapping. setPrimaryKeyColumns(Column[] cols)The columns this mapping uses to uniquely identify an object.protected static ColumnMappingInfo. syncColumn(MetaDataContext context, Column col, int num, boolean forceJDBCType, Table colTable, Table targetTable, java.lang.Object target, boolean inverse)Create a copy of the given column with the raw mapping information set correctly, and without settings that match defaults.protected voidMappingInfo. syncColumns(MetaDataContext context, Column[] cols, boolean forceJDBCType)Sets internal column information to match the given mapped columns.java.lang.ObjectClassMapping. toDataStoreValue(java.lang.Object obj, Column[] cols, JDBCStore store)Return the given column value(s) for the given object.java.lang.ObjectRelationId. toRelationDataStoreValue(OpenJPAStateManager sm, Column col)Return the serialized value for the given related object, now that its id has been assigned.Method parameters in org.apache.openjpa.jdbc.meta with type arguments of type Column Modifier and Type Method Description protected ForeignKeyMappingInfo. createForeignKey(MetaDataContext context, java.lang.String prefix, java.util.List<Column> given, MappingInfo.ForeignKeyDefaults def, Table table, ClassMapping cls, ClassMapping rel, boolean inversable, boolean adapt)Retrieve/create a foreign key (possibly logical) on the given columns by merging the given template information with any user-provided information.ForeignKeyFieldMappingInfo. getJoin(FieldMapping field, Table table, boolean adapt, java.util.List<Column> cols)voidMappingInfo. setColumns(java.util.List<Column> cols)Raw column data.voidValueMappingInfo. setMapsIdColumns(java.util.List<Column> cols)Raw column data.voidClassMappingInfo. setSecondaryTableJoinColumns(java.lang.String tableName, java.util.List<Column> cols)Deprecated.voidClassMappingInfo. setSecondaryTableJoinColumns(DBIdentifier tableName, java.util.List<Column> cols)Constructors in org.apache.openjpa.jdbc.meta with parameters of type Column Constructor Description DelegatingJoinable(Joinable join, Column[] cols)Constructor. -
Uses of Column in org.apache.openjpa.jdbc.meta.strats
Fields in org.apache.openjpa.jdbc.meta.strats declared as Column Modifier and Type Field Description protected Column[]HandlerFieldStrategy. _colsMethods in org.apache.openjpa.jdbc.meta.strats that return Column Modifier and Type Method Description Column[]EmbedFieldStrategy. getColumns()Column[]HandlerFieldStrategy. getColumns()Column[]PrimitiveFieldStrategy. getColumns()Column[]RelationFieldStrategy. getColumns()Column[]StringFieldStrategy. getColumns()Column[]HandlerCollectionTableFieldStrategy. getElementColumns(ClassMapping elem)Column[]LRSCollectionFieldStrategy. getElementColumns(ClassMapping elem)Return the columns holding the data for a collection element for the given element mapping fromLRSCollectionFieldStrategy.getIndependentElementMappings(boolean)(or null).Column[]RelationCollectionInverseKeyFieldStrategy. getElementColumns(ClassMapping elem)Column[]RelationCollectionTableFieldStrategy. getElementColumns(ClassMapping elem)Column[]HandlerHandlerMapTableFieldStrategy. getKeyColumns(ClassMapping cls)Column[]HandlerRelationMapTableFieldStrategy. getKeyColumns(ClassMapping cls)Column[]LRSMapFieldStrategy. getKeyColumns(ClassMapping cls)Return the columns holding data for a map key for the given key mapping fromLRSMapFieldStrategy.getIndependentKeyMappings(boolean)orLRSMapFieldStrategy.getIndependentValueMappings(boolean)(or null).Column[]RelationHandlerMapTableFieldStrategy. getKeyColumns(ClassMapping cls)Column[]RelationMapInverseKeyFieldStrategy. getKeyColumns(ClassMapping cls)Column[]RelationMapTableFieldStrategy. getKeyColumns(ClassMapping cls)Column[]RelationRelationMapTableFieldStrategy. getKeyColumns(ClassMapping cls)Column[]HandlerHandlerMapTableFieldStrategy. getValueColumns(ClassMapping cls)Column[]HandlerRelationMapTableFieldStrategy. getValueColumns(ClassMapping cls)Column[]LRSMapFieldStrategy. getValueColumns(ClassMapping cls)Return the columns holding data for a map value for the given value mapping fromLRSMapFieldStrategy.getIndependentKeyMappings(boolean)orLRSMapFieldStrategy.getIndependentValueMappings(boolean)(or null).Column[]RelationHandlerMapTableFieldStrategy. getValueColumns(ClassMapping cls)Column[]RelationMapInverseKeyFieldStrategy. getValueColumns(ClassMapping cls)Column[]RelationMapTableFieldStrategy. getValueColumns(ClassMapping cls)Column[]RelationRelationMapTableFieldStrategy. getValueColumns(ClassMapping cls)Column[]BlobValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Column[]BlobValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]ByteArrayValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]ByteArrayValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]CharArrayStreamValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]CharArrayStreamValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]CharArrayValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]CharArrayValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]ClobValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]ClobValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]ElementEmbedValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]ElementEmbedValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]EnumValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]EnumValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)static Column[]HandlerStrategies. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Map the given value.Column[]ImmutableValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]ImmutableValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]ObjectIdValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]ObjectIdValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]UntypedPCValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]UntypedPCValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Column[]XMLValueHandler. map(ValueMapping vm, java.lang.String name, ColumnIO io, boolean adapt)Deprecated.Column[]XMLValueHandler. map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)Methods in org.apache.openjpa.jdbc.meta.strats that return types with arguments of type Column Modifier and Type Method Description java.util.Map<Column,java.lang.String>NumberVersionStrategy. getBulkUpdateValues()Methods in org.apache.openjpa.jdbc.meta.strats with parameters of type Column Modifier and Type Method Description java.lang.ObjectHandlerFieldStrategy. getJoinValue(java.lang.Object fieldVal, Column col, JDBCStore store)java.lang.ObjectHandlerFieldStrategy. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)java.lang.ObjectPrimitiveFieldStrategy. getJoinValue(java.lang.Object fieldVal, Column col, JDBCStore store)java.lang.ObjectPrimitiveFieldStrategy. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)java.lang.ObjectRelationFieldStrategy. getJoinValue(java.lang.Object fieldVal, Column col, JDBCStore store)java.lang.ObjectRelationFieldStrategy. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)java.lang.ObjectStringFieldStrategy. getJoinValue(java.lang.Object fieldVal, Column col, JDBCStore store)java.lang.ObjectStringFieldStrategy. getJoinValue(OpenJPAStateManager sm, Column col, JDBCStore store)java.lang.ObjectHandlerFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectPrimitiveFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectRelationFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)java.lang.ObjectStringFieldStrategy. getPrimaryKeyValue(Result res, Column[] cols, ForeignKey fk, JDBCStore store, Joins joins)static booleanRelationStrategies. isRelationId(Column[] cols)Affirms if all of the given columns represent a relationship identifier.protected java.lang.ObjectMaxEmbeddedByteArrayFieldStrategy. load(Column col, Result res, Joins joins)protected java.lang.ObjectMaxEmbeddedCharArrayFieldStrategy. load(Column col, Result res, Joins joins)static java.lang.ObjectHandlerStrategies. loadDataStore(ValueMapping vm, Result res, Joins joins, Column[] cols)Load the datastore value from the given result.static java.lang.ObjectHandlerStrategies. loadObject(ValueMapping vm, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch, Result res, Joins joins, Column[] cols, boolean objectValueRequiresLoad)Load the Object value from the given result.protected RowImplStateComparisonVersionStrategy.CustomUpdate. newInstance(Column[] cols, int action)static booleanHandlerStrategies. set(ValueMapping vm, java.lang.Object val, JDBCStore store, Row row, Column[] cols, ColumnIO io, boolean nullNone)Set the given value into the given row.voidHandlerFieldStrategy. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autoInc)voidPrimitiveFieldStrategy. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autoInc)voidRelationFieldStrategy. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autoInc)voidStringFieldStrategy. setAutoAssignedValue(OpenJPAStateManager sm, JDBCStore store, Column col, java.lang.Object autoInc)voidStateComparisonVersionStrategy.CustomUpdate. setObject(Column col, java.lang.Object val)protected java.lang.ObjectEmbedValueHandler. toDataStoreValue(OpenJPAStateManager em, ValueMapping vm, JDBCStore store, Column[] cols, java.lang.Object rval, int idx)Helper to convert an object value to its datastore equivalent.static java.lang.ObjectHandlerStrategies. toDataStoreValue(ValueMapping vm, java.lang.Object val, Column[] cols, JDBCStore store)Convert the given object to its datastore value(s).protected intEmbedValueHandler. toDataStoreValue1(OpenJPAStateManager em, ValueMapping vm, JDBCStore store, Column[] cols, java.util.List rvals, int idx)protected voidEmbedValueHandler. toObjectValue(OpenJPAStateManager em, ValueMapping vm, java.lang.Object val, JDBCStore store, JDBCFetchConfiguration fetch, Column[] cols, int idx)Helper to convert a datastore value to its object equivalent.protected intEmbedValueHandler. toObjectValue1(OpenJPAStateManager em, ValueMapping vm, java.lang.Object val, JDBCStore store, JDBCFetchConfiguration fetch, Column[] cols, int idx)java.lang.ObjectElementEmbedValueHandler. toRelationDataStoreValue(OpenJPAStateManager sm, Column col)java.lang.ObjectUntypedPCValueHandler. toRelationDataStoreValue(OpenJPAStateManager sm, Column col)static voidHandlerStrategies. where(ValueMapping vm, java.lang.Object val, JDBCStore store, Row row, Column[] cols)Add where conditions to the given row. -
Uses of Column in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as Column Modifier and Type Field Description static Column[]Schemas. EMPTY_COLUMNSMethods in org.apache.openjpa.jdbc.schema that return Column Modifier and Type Method Description ColumnTable. addColumn(java.lang.String name)Deprecated.ColumnTable. addColumn(java.lang.String name, java.lang.String validName)Deprecated.ColumnTable. addColumn(DBIdentifier name)ColumnTable. addColumn(DBIdentifier name, DBIdentifier validName)Column[]Table. getAutoAssignedColumns()Return this table's auto-assigned columns.ColumnForeignKey. getColumn(Column pk)Return the local column joined to the given primary key column.ColumnTable. getColumn(java.lang.String name)Deprecated.ColumnTable. getColumn(DBIdentifier name)ColumnTable. getColumn(DBIdentifier name, boolean create)Column[]ForeignKey. getColumns()Return the local columns in the foreign key local table order.Column[]LocalConstraint. getColumns()Return all the columns the constraint spans.Column[]Table. getColumns()Return the table's columns, in alphabetical order.Column[]ForeignKey. getConstantColumns()Return the local columns that we link to using constant values.Column[]ForeignKey. getConstantPrimaryKeyColumns()Return the primary key columns that we link to using constant values.ColumnForeignKey. getPrimaryKeyColumn(Column local)Return the primary key column joined to the given local column.Column[]ForeignKey. getPrimaryKeyColumns()Return the foreign columns in the foreign key, in join-order with the result ofForeignKey.getColumns().Column[]Table. getRelationIdColumns()Return this table's relation id columns.ColumnTable. importColumn(Column col)Import a column from another table.protected ColumnDynamicSchemaFactory. newColumn(DBIdentifier name, Table table)protected ColumnSchemaGroup. newColumn(java.lang.String name, Table table)Deprecated.protected ColumnSchemaGroup. newColumn(DBIdentifier name, Table table)Methods in org.apache.openjpa.jdbc.schema with parameters of type Column Modifier and Type Method Description voidLocalConstraint. addColumn(Column col)Add a column to the constraint.voidPrimaryKey. addColumn(Column col)booleanSchemaTool. addColumn(Column col)Add the given column to the database schema.booleanForeignKey. columnsMatch(Column[] fkCols, Column[] fkPKCols)Return true if the given local and foreign columns match those on this key.booleanLocalConstraint. columnsMatch(Column[] ocols)Return true if the given columns match the columns of this constraint.booleanForeignKey. containsColumn(Column col)Return true if the fk includes the given local column.booleanLocalConstraint. containsColumn(Column col)Return true if the pk includes the given column.booleanTable. containsColumn(Column col)booleanForeignKey. containsConstantColumn(Column col)Return true if the fk includes the given local column.booleanForeignKey. containsConstantPrimaryKeyColumn(Column col)Return true if the fk includes the given primary key column.booleanForeignKey. containsPrimaryKeyColumn(Column col)Return true if the fk includes the given primary key column.voidColumn. copy(Column from)Copy information from the given column to this one.booleanSchemaTool. dropColumn(Column col)Drop the given column from the database schema.booleanColumn. equalsColumn(DBDictionary dict, Column col)Tests compatibility.ColumnForeignKey. getColumn(Column pk)Return the local column joined to the given primary key column.java.lang.ObjectForeignKey. getConstant(Column local)Return the constant value assigned to the given local column.ColumnForeignKey. getPrimaryKeyColumn(Column local)Return the primary key column joined to the given local column.java.lang.ObjectForeignKey. getPrimaryKeyConstant(Column pk)Return the constant value assigned to the given primary key column.ColumnTable. importColumn(Column col)Import a column from another table.booleanColumnIO. isAllInsertable(Column[] cols, boolean nullValue)Equivalent toisAllInsertable (cols.length, nullValue).booleanColumnIO. isAllUpdatable(Column[] cols, boolean nullValue)Equivalent toisAllUpdatable (cols.length, nullValue).booleanColumnIO. isAnyInsertable(Column[] cols, boolean nullValue)Equivalent toisAnyInsertable (cols.length, nullValue).booleanColumnIO. isAnyUpdatable(Column[] cols, boolean nullValue)Equivalent toisAnyUpdatable (cols.length, nullValue).booleanColumnIO. isInsertable(Column col, boolean nullValue)Equivalent toisInsertable (0, nullValue), but returns false if the given column is null.booleanColumnIO. isUpdatable(Column col, boolean nullValue)Equivalent toisUpdatable (0, nullValue), but returns false if the given column is null.voidForeignKey. join(Column local, Column toPK)Join a local column to a primary key column of another table.voidForeignKey. joinConstant(java.lang.Object val, Column toPK)Join a constant value to a primary key column of another table.voidForeignKey. joinConstant(Column col, java.lang.Object val)Join a constant value to a local column of this table.booleanLocalConstraint. removeColumn(Column col)Remove a column from the constraint.booleanTable. removeColumn(Column col)Remove the given column from the table.booleanForeignKey. removeJoin(Column col)Remove any joins inolving the given column.voidLocalConstraint. setColumns(Column[] cols)Set the columns the constraint spans.voidForeignKey. setConstantJoins(java.lang.Object[] consts, Column[] pkCols)Set the foreign key's constant joins.voidForeignKey. setConstantJoins(Column[] cols, java.lang.Object[] consts)Set the foreign key's constant joins.voidForeignKey. setJoins(Column[] cols, Column[] pkCols)Set the foreign key's joins. -
Uses of Column in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return Column Modifier and Type Method Description Column[]AbstractSQLServerDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String colName, java.sql.Connection conn)Column[]DBDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Deprecated.Column[]DBDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Reflect on the schema to find columns matching the given table and column patterns.Column[]FoxProDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]FoxProDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]H2Dictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]H2Dictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]HSQLDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]HSQLDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]InformixDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]InformixDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]OracleDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]OracleDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]PointbaseDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]PointbaseDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]RowImpl. getColumns()Column[]SQLServerDictionary. getColumns(java.sql.DatabaseMetaData meta, java.lang.String catalog, java.lang.String schemaName, java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn)Column[]SQLServerDictionary. getColumns(java.sql.DatabaseMetaData meta, DBIdentifier catalog, DBIdentifier schemaName, DBIdentifier tableName, DBIdentifier columnName, java.sql.Connection conn)Column[]StoredProcedure. getColumns()Column[]StoredProcedure. getInColumns()Column[]StoredProcedure. getInOutColumns()Column[]StoredProcedure. getOutColumns()Column[]StoredProcedure. getResultColumns()Column[]StoredProcedure. getReturnColumns()protected ColumnDBDictionary. newColumn(java.sql.ResultSet colMeta)Create a new column from the information in the schema metadata.ColumnInformixDictionary. newColumn(java.sql.ResultSet colMeta)protected ColumnMariaDBDictionary. newColumn(java.sql.ResultSet colMeta)protected ColumnMySQLDictionary. newColumn(java.sql.ResultSet colMeta)Methods in org.apache.openjpa.jdbc.sql with parameters of type Column Modifier and Type Method Description SQLBufferSQLBuffer. append(Column col)protected java.lang.StringDBDictionary. appendSize(Column col, java.lang.String typeName)Helper method to add size properties to the specified type.protected java.lang.StringFirebirdDictionary. appendSize(Column col, java.lang.String typeName)On Firebird 1.5 reduce the size of indexedVARCHARcolumn to 252 or a value specified by user. 252 is the maximum Firebird 1.5 can handle for one-column indexes.protected java.lang.StringFoxProDictionary. appendSize(Column col, java.lang.String typeName)protected java.lang.StringInterbaseDictionary. appendSize(Column col, java.lang.String typeName)SQLBufferSQLBuffer. appendValue(java.lang.Object o, Column col)Append a system inserted parameter value for a specific column.SQLBufferSQLBuffer. appendValue(java.lang.Object o, Column col, Parameter userParam)Append a user parameter value for a specific column.SQLBufferSQLBuffer. appendValue(java.lang.Object o, Column col, Parameter userParam, boolean useParamToken)voidPrimaryRow. clearRelationId(Column col)voidRowImpl. clearRelationId(Column col)Clear a circular relation id.booleanAbstractResult. contains(Column col, Joins joins)booleanMergedResult. contains(Column col, Joins joins)booleanResult. contains(Column col, Joins joins)Return true if the given column is available in the result.booleanAbstractResult. containsAll(Column[] cols, Joins joins)booleanMergedResult. containsAll(Column[] cols, Joins joins)booleanResult. containsAll(Column[] cols, Joins joins)Return true if all the given columns are available in the result.voidDB2Dictionary. createIndexIfNecessary(Schema schema, java.lang.String table, Column pkColumn)Create an index if necessary for some database tablesvoidDB2Dictionary. createIndexIfNecessary(Schema schema, DBIdentifier table, Column pkColumn)voidDBDictionary. createIndexIfNecessary(Schema schema, java.lang.String table, Column pkColumn)Deprecated.voidDBDictionary. createIndexIfNecessary(Schema schema, DBIdentifier table, Column pkColumn)java.sql.ResultSetSelectImpl. executeQuery(java.sql.Connection conn, java.sql.PreparedStatement stmnt, java.lang.String sql, JDBCStore store, java.lang.Object[] params, Column[] cols)This method is to provide override for non-JDBC or JDBC-like implementation of executing query.java.lang.String[]DBDictionary. getAddColumnSQL(Column column)Return a series of SQL statements to add the given column to its table.java.lang.String[]H2Dictionary. getAddColumnSQL(Column column)java.lang.String[]HSQLDictionary. getAddColumnSQL(Column column)java.sql.ArrayAbstractResult. getArray(Column col, Joins joins)java.sql.ArrayMergedResult. getArray(Column col, Joins joins)java.sql.ArrayResult. getArray(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.io.InputStreamAbstractResult. getAsciiStream(Column col, Joins joins)java.io.InputStreamMergedResult. getAsciiStream(Column col, Joins joins)java.io.InputStreamResult. getAsciiStream(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.protected java.lang.StringSolidDBDictionary. getAutoGenSeqName(Column col)java.math.BigDecimalAbstractResult. getBigDecimal(Column col, Joins joins)java.math.BigDecimalMergedResult. getBigDecimal(Column col, Joins joins)java.math.BigDecimalResult. getBigDecimal(Column col, Joins joins)Return the value stored in the given column.java.math.BigIntegerAbstractResult. getBigInteger(Column col, Joins joins)java.math.BigIntegerMergedResult. getBigInteger(Column col, Joins joins)java.math.BigIntegerResult. getBigInteger(Column col, Joins joins)Return the value stored in the given column.java.io.InputStreamAbstractResult. getBinaryStream(Column col, Joins joins)java.io.InputStreamMergedResult. getBinaryStream(Column col, Joins joins)java.io.InputStreamResult. getBinaryStream(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.sql.BlobAbstractResult. getBlob(Column col, Joins joins)java.sql.BlobMergedResult. getBlob(Column col, Joins joins)java.sql.BlobResult. getBlob(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.booleanAbstractResult. getBoolean(Column col, Joins joins)booleanMergedResult. getBoolean(Column col, Joins joins)booleanResult. getBoolean(Column col, Joins joins)Return the value stored in the given column.byteAbstractResult. getByte(Column col, Joins joins)byteMergedResult. getByte(Column col, Joins joins)byteResult. getByte(Column col, Joins joins)Return the value stored in the given column.byte[]AbstractResult. getBytes(Column col, Joins joins)byte[]MergedResult. getBytes(Column col, Joins joins)byte[]Result. getBytes(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.util.CalendarAbstractResult. getCalendar(Column col, Joins joins)java.util.CalendarMergedResult. getCalendar(Column col, Joins joins)java.util.CalendarResult. getCalendar(Column col, Joins joins)Return the value stored in the given column.java.lang.StringDB2Dictionary. getCastFunction(Val val, java.lang.String func, Column col)Return the correct CAST function syntaxjava.lang.StringDBDictionary. getCastFunction(Val val, java.lang.String func, Column col)Return the correct CAST function syntax.charAbstractResult. getChar(Column col, Joins joins)charMergedResult. getChar(Column col, Joins joins)charResult. getChar(Column col, Joins joins)Return the value stored in the given column.java.io.ReaderAbstractResult. getCharacterStream(Column col, Joins joins)java.io.ReaderMergedResult. getCharacterStream(Column col, Joins joins)java.io.ReaderResult. getCharacterStream(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.sql.ClobAbstractResult. getClob(Column col, Joins joins)java.sql.ClobMergedResult. getClob(Column col, Joins joins)java.sql.ClobResult. getClob(Column col, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.lang.StringLogicalUnion.UnionSelect. getColumnAlias(Column col)java.lang.StringLogicalUnion.UnionSelect. getColumnAlias(Column col, java.lang.Object alias)java.lang.StringLogicalUnion.UnionSelect. getColumnAlias(Column col, Joins joins)java.lang.StringSelect. getColumnAlias(Column col)Return the alias for the given column.java.lang.StringSelect. getColumnAlias(Column col, java.lang.Object path)Return the alias for the given column, without creating new table aliasjava.lang.StringSelect. getColumnAlias(Column col, Joins joins)Return the alias for the given column.java.lang.StringSelectImpl. getColumnAlias(Column col)java.lang.StringSelectImpl. getColumnAlias(Column col, java.lang.Object path)Return the alias for the give columnjava.lang.StringSelectImpl. getColumnAlias(Column col, Joins joins)java.lang.StringDBDictionary. getColumnDBName(Column column)DBIdentifierDBDictionary. getColumnIdentifier(Column column)Returns the name of the column using database specific delimiters.java.sql.DateAbstractResult. getDate(Column col, java.util.Calendar cal, Joins joins)java.util.DateAbstractResult. getDate(Column col, Joins joins)java.sql.DateMergedResult. getDate(Column col, java.util.Calendar cal, Joins joins)java.util.DateMergedResult. getDate(Column col, Joins joins)java.sql.DateResult. getDate(Column col, java.util.Calendar cal, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.util.DateResult. getDate(Column col, Joins joins)Return the value stored in the given column.protected intDBDictionary. getDateFractionDigits(Column col, java.lang.String typeName)Only get's used if no explicit scale is used (@{code @Column(scale=0)} which is the default).protected java.lang.StringDBDictionary. getDeclareColumnSQL(Column col, boolean alter)Return the declaration SQL for the given column.protected java.lang.StringOracleDictionary. getDeclareColumnSQL(Column col, boolean alter)Return the declaration SQL for the given column.protected java.lang.StringSybaseDictionary. getDeclareColumnSQL(Column col, boolean alter)doubleAbstractResult. getDouble(Column col, Joins joins)doubleMergedResult. getDouble(Column col, Joins joins)doubleResult. getDouble(Column col, Joins joins)Return the value stored in the given column.java.lang.String[]DBDictionary. getDropColumnSQL(Column column)Return a series of SQL statements to drop the given column from its table.java.lang.String[]EmpressDictionary. getDropColumnSQL(Column column)java.lang.String[]FirebirdDictionary. getDropColumnSQL(Column column)ReturnALTER TABLE <table name> DROP <col name>.java.lang.String[]InterbaseDictionary. getDropColumnSQL(Column column)java.lang.String[]SybaseDictionary. getDropColumnSQL(Column column)floatAbstractResult. getFloat(Column col, Joins joins)floatMergedResult. getFloat(Column col, Joins joins)floatResult. getFloat(Column col, Joins joins)Return the value stored in the given column.java.lang.ObjectDBDictionary. getGeneratedKey(Column col, java.sql.Connection conn)Return the last generated value for the given column.java.lang.ObjectOracleDictionary. getGeneratedKey(Column col, java.sql.Connection conn)protected java.lang.StringDBDictionary. getGeneratedKeySequenceName(Column col)Return the sequence name used by databases for the given autoassigned column.protected java.lang.StringOracleDictionary. getGeneratedKeyTriggerName(Column col)Trigger name for simulating auto-assign values on the given column.protected java.lang.StringSolidDBDictionary. getGeneratedKeyTriggerName(Column col)Trigger name for simulating auto-assign values on the given column.protected java.lang.StringDBDictionary. getGenKeySeqName(java.lang.String query, Column col)protected java.lang.StringSolidDBDictionary. getGenKeySeqName(java.lang.String query, Column col)intAbstractResult. getInt(Column col, Joins joins)intMergedResult. getInt(Column col, Joins joins)intResult. getInt(Column col, Joins joins)Return the value stored in the given column.protected java.lang.ObjectDBDictionary. getKey(java.sql.ResultSet rs, Column col)This method is to provide override for non-JDBC or JDBC-like implementation of getting key from the result set.java.util.LocaleAbstractResult. getLocale(Column col, Joins joins)java.util.LocaleMergedResult. getLocale(Column col, Joins joins)java.util.LocaleResult. getLocale(Column col, Joins joins)Return the value stored in the given column.longAbstractResult. getLong(Column col, Joins joins)longMergedResult. getLong(Column col, Joins joins)longResult. getLong(Column col, Joins joins)Return the value stored in the given column.java.lang.StringDBDictionary. getMarkerForInsertUpdate(Column col, java.lang.Object val)Return parameter marker for INSERT and UPDATE statements.java.lang.StringOracleDictionary. getMarkerForInsertUpdate(Column col, java.lang.Object val)Oracle requires special handling of XML column.java.lang.NumberAbstractResult. getNumber(Column col, Joins joins)java.lang.NumberMergedResult. getNumber(Column col, Joins joins)java.lang.NumberResult. getNumber(Column col, Joins joins)Return the value stored in the given column.java.lang.ObjectAbstractResult. getObject(Column col, java.lang.Object arg, Joins joins)java.lang.ObjectMergedResult. getObject(Column col, java.lang.Object arg, Joins joins)java.lang.ObjectResult. getObject(Column col, java.lang.Object arg, Joins joins)Return the value stored in the given column.protected java.lang.StringOracleDictionary. getOpenJPA3GeneratedKeySequenceName(Column col)Returns a OpenJPA 3-compatible name for an auto-assign sequence.protected java.lang.StringSolidDBDictionary. getOpenJPA3GeneratedKeySequenceName(Column col)Returns a OpenJPA 3-compatible name for an auto-assign sequence.protected java.lang.StringOracleDictionary. getOpenJPA3GeneratedKeyTriggerName(Column col)Returns a OpenJPA 3-compatible name for an auto-assign trigger.protected java.lang.StringSolidDBDictionary. getOpenJPA3GeneratedKeyTriggerName(Column col)Returns a OpenJPA 3-compatible name for an auto-assign trigger.java.lang.StringDBDictionary. getPlaceholderValueString(Column col)Return a SQL string to act as a placeholder for the given column.java.lang.StringFirebirdDictionary. getPlaceholderValueString(Column col)Return<value> AS <type>.java.lang.StringHSQLDictionary. getPlaceholderValueString(Column col)java.lang.StringPostgresDictionary. getPlaceholderValueString(Column col)Return a SQL string to act as a placeholder for the given column.java.sql.RefAbstractResult. getRef(Column col, java.util.Map map, Joins joins)java.sql.RefMergedResult. getRef(Column col, java.util.Map map, Joins joins)java.sql.RefResult. getRef(Column col, java.util.Map map, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.RelationIdPrimaryRow. getRelationIdCallback(Column col)Return the recorded callbacks for the given relation id column.OpenJPAStateManagerPrimaryRow. getRelationIdSet(Column col)Return the recorded value for the given relation id column.java.lang.ObjectRowImpl. getSet(Column col)Return the value set for update on the given column.shortAbstractResult. getShort(Column col, Joins joins)shortMergedResult. getShort(Column col, Joins joins)shortResult. getShort(Column col, Joins joins)Return the value stored in the given column.java.lang.ObjectAbstractResult. getSQLObject(Column col, java.util.Map map, Joins joins)java.lang.ObjectMergedResult. getSQLObject(Column col, java.util.Map map, Joins joins)java.lang.ObjectResult. getSQLObject(Column col, java.util.Map map, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.lang.StringAbstractResult. getString(Column col, Joins joins)java.lang.StringMergedResult. getString(Column col, Joins joins)java.lang.StringResult. getString(Column col, Joins joins)Return the value stored in the given column.java.sql.TimeAbstractResult. getTime(Column col, java.util.Calendar cal, Joins joins)java.sql.TimeMergedResult. getTime(Column col, java.util.Calendar cal, Joins joins)java.sql.TimeResult. getTime(Column col, java.util.Calendar cal, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.sql.TimestampAbstractResult. getTimestamp(Column col, java.util.Calendar cal, Joins joins)java.sql.TimestampMergedResult. getTimestamp(Column col, java.util.Calendar cal, Joins joins)java.sql.TimestampResult. getTimestamp(Column col, java.util.Calendar cal, Joins joins)Return the value stored in the given column; may not be supported by results that are not backed by a SQL result set.java.lang.StringDBDictionary. getTypeName(Column col)Return the preferred database type name for the given column's type fromTypes.java.lang.StringMariaDBDictionary. getTypeName(Column col)OPENJPA-740 Special case for MySql special column types, like LONGTEXT, LONGBLOG etc..java.lang.StringMySQLDictionary. getTypeName(Column col)OPENJPA-740 Special case for MySql special column types, like LONGTEXT, LONGBLOG etc..java.lang.StringDBDictionary. getVersionColumn(Column column, java.lang.String tableAlias)Return version column nameDBIdentifierDBDictionary. getVersionColumn(Column column, DBIdentifier tableAlias)java.lang.ObjectRowImpl. getWhere(Column col)Return the value set for where on the given column.voidLogicalUnion.UnionSelect. groupBy(Column col)voidLogicalUnion.UnionSelect. groupBy(Column[] cols)voidLogicalUnion.UnionSelect. groupBy(Column[] cols, Joins joins)voidLogicalUnion.UnionSelect. groupBy(Column col, Joins joins)voidSelect. groupBy(Column col)Group by the given column.voidSelect. groupBy(Column[] cols)Group by the given columns.voidSelect. groupBy(Column[] cols, Joins joins)Group by the given columns.voidSelect. groupBy(Column col, Joins joins)Group by the given column.voidSelectImpl. groupBy(Column col)voidSelectImpl. groupBy(Column[] cols)voidSelectImpl. groupBy(Column[] cols, Joins joins)voidSelectImpl. groupBy(Column col, Joins joins)voidDB2Dictionary. insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, java.lang.Object ob, Select sel)voidDBDictionary. insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, java.lang.Object ob, Select sel)voidOracleDictionary. insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, java.lang.Object ob, Select sel)voidPostgresDictionary. insertBlobForStreamingLoad(Row row, Column col, JDBCStore store, java.lang.Object ob, Select sel)voidDB2Dictionary. insertClobForStreamingLoad(Row row, Column col, java.lang.Object ob)voidDBDictionary. insertClobForStreamingLoad(Row row, Column col, java.lang.Object ob)voidOracleDictionary. insertClobForStreamingLoad(Row row, Column col, java.lang.Object ob)protected RowImplPrimaryRow. newInstance(Column[] cols, int action)protected RowImplRowImpl. newInstance(Column[] cols, int action)Return a new row.protected RowImplSecondaryRow. newInstance(Column[] cols, int action)intLogicalUnion.UnionSelect. orderBy(Column[] cols, boolean asc, boolean select)intLogicalUnion.UnionSelect. orderBy(Column[] cols, boolean asc, Joins joins, boolean select)booleanLogicalUnion.UnionSelect. orderBy(Column col, boolean asc, boolean select)booleanLogicalUnion.UnionSelect. orderBy(Column col, boolean asc, Joins joins, boolean select)intSelect. orderBy(Column[] cols, boolean asc, boolean sel)Order by the given columns.intSelect. orderBy(Column[] cols, boolean asc, Joins joins, boolean sel)Order by the given columns.booleanSelect. orderBy(Column col, boolean asc, boolean sel)Order by the given column.booleanSelect. orderBy(Column col, boolean asc, Joins joins, boolean sel)Order by the given column.intSelectImpl. orderBy(Column[] cols, boolean asc, boolean sel)intSelectImpl. orderBy(Column[] cols, boolean asc, Joins joins, boolean sel)booleanSelectImpl. orderBy(Column col, boolean asc, boolean sel)booleanSelectImpl. orderBy(Column col, boolean asc, Joins joins, boolean sel)protected voidLogicalUnion.UnionSelect. recordOrderColumns(Column[] cols, boolean asc)Record that we're ordering by the given columns.booleanLogicalUnion.UnionSelect. select(Column col)intLogicalUnion.UnionSelect. select(Column[] cols)intLogicalUnion.UnionSelect. select(Column[] cols, Joins joins)booleanLogicalUnion.UnionSelect. select(Column col, Joins joins)booleanSelect. select(Column col)Select the given column.intSelect. select(Column[] cols)Select the given columns.intSelect. select(Column[] cols, Joins joins)Select the given columns.booleanSelect. select(Column col, Joins joins)Select the given column.booleanSelectImpl. select(Column col)intSelectImpl. select(Column[] cols)intSelectImpl. select(Column[] cols, Joins joins)booleanSelectImpl. select(Column col, Joins joins)booleanLogicalUnion.UnionSelect. selectIdentifier(Column col)intLogicalUnion.UnionSelect. selectIdentifier(Column[] cols)intLogicalUnion.UnionSelect. selectIdentifier(Column[] cols, Joins joins)booleanLogicalUnion.UnionSelect. selectIdentifier(Column col, Joins joins)booleanSelect. selectIdentifier(Column col)Select the given column as one that can be used to get a count of distinct matches.intSelect. selectIdentifier(Column[] cols)Select the given columns as ones that can be used to get a count of distinct matches.intSelect. selectIdentifier(Column[] cols, Joins joins)Select the given columns as ones that can be used to get a count of distinct matches.booleanSelect. selectIdentifier(Column col, Joins joins)Select the given column as one that can be used to get a count of distinct matches.booleanSelectImpl. selectIdentifier(Column col)intSelectImpl. selectIdentifier(Column[] cols)intSelectImpl. selectIdentifier(Column[] cols, Joins joins)booleanSelectImpl. selectIdentifier(Column col, Joins joins)voidDBDictionary. setArray(java.sql.PreparedStatement stmnt, int idx, java.sql.Array val, Column col)Set the given value as a parameter to the statement.voidRow. setArray(Column col, java.sql.Array val)Set the value of the given column in this row.voidRowImpl. setArray(Column col, java.sql.Array val)voidDBDictionary. setAsciiStream(java.sql.PreparedStatement stmnt, int idx, java.io.InputStream val, int length, Column col)Set the given value as a parameter to the statement.voidRow. setAsciiStream(Column col, java.io.InputStream val, int length)Set the value of the given column in this row.voidRowImpl. setAsciiStream(Column col, java.io.InputStream val, int length)voidDBDictionary. setBigDecimal(java.sql.PreparedStatement stmnt, int idx, java.math.BigDecimal val, Column col)Set the given value as a parameter to the statement.voidHSQLDictionary. setBigDecimal(java.sql.PreparedStatement stmnt, int idx, java.math.BigDecimal val, Column col)voidRow. setBigDecimal(Column col, java.math.BigDecimal val)Set the value of the given column in this row.voidRowImpl. setBigDecimal(Column col, java.math.BigDecimal val)voidSolidDBDictionary. setBigDecimal(java.sql.PreparedStatement stmnt, int idx, java.math.BigDecimal val, Column col)voidDBDictionary. setBigInteger(java.sql.PreparedStatement stmnt, int idx, java.math.BigInteger val, Column col)Set the given value as a parameter to the statement.voidRow. setBigInteger(Column col, java.math.BigInteger val)Set the value of the given column in this row.voidRowImpl. setBigInteger(Column col, java.math.BigInteger val)voidSybaseDictionary. setBigInteger(java.sql.PreparedStatement stmnt, int idx, java.math.BigInteger val, Column col)voidDBDictionary. setBinaryStream(java.sql.PreparedStatement stmnt, int idx, java.io.InputStream val, int length, Column col)Set the given value as a parameter to the statement.voidOracleDictionary. setBinaryStream(java.sql.PreparedStatement stmnt, int idx, java.io.InputStream val, int length, Column col)voidRow. setBinaryStream(Column col, java.io.InputStream val, int length)Set the value of the given column in this row.voidRowImpl. setBinaryStream(Column col, java.io.InputStream val, int length)voidDBDictionary. setBlob(java.sql.PreparedStatement stmnt, int idx, java.sql.Blob val, Column col)Set the given value as a parameter to the statement.voidRow. setBlob(Column col, java.sql.Blob val)Set the value of the given column in this row.voidRowImpl. setBlob(Column col, java.sql.Blob val)voidDBDictionary. setBlobObject(java.sql.PreparedStatement stmnt, int idx, java.lang.Object val, Column col, JDBCStore store)Set the given value as a parameter to the statement.voidDBDictionary. setBoolean(java.sql.PreparedStatement stmnt, int idx, boolean val, Column col)Set the given value as a parameter to the statement.voidInformixDictionary. setBoolean(java.sql.PreparedStatement stmnt, int idx, boolean val, Column col)voidRow. setBoolean(Column col, boolean val)Set the value of the given column in this row.voidRowImpl. setBoolean(Column col, boolean val)voidDBDictionary. setByte(java.sql.PreparedStatement stmnt, int idx, byte val, Column col)Set the given value as a parameter to the statement.voidRow. setByte(Column col, byte val)Set the value of the given column in this row.voidRowImpl. setByte(Column col, byte val)voidDB2Dictionary. setBytes(java.sql.PreparedStatement stmnt, int idx, byte[] val, Column col)Set the given value as a parameter to the statement.voidDBDictionary. setBytes(java.sql.PreparedStatement stmnt, int idx, byte[] val, Column col)Set the given value as a parameter to the statement.voidRow. setBytes(Column col, byte[] val)Set the value of the given column in this row.voidRowImpl. setBytes(Column col, byte[] val)voidDBDictionary. setCalendar(java.sql.PreparedStatement stmnt, int idx, java.util.Calendar val, Column col)Set the given value as a parameter to the statement.voidRow. setCalendar(Column col, java.util.Calendar val)Set the value of the given column in this row.voidRowImpl. setCalendar(Column col, java.util.Calendar val)voidDBDictionary. setChar(java.sql.PreparedStatement stmnt, int idx, char val, Column col)Set the given value as a parameter to the statement.voidRow. setChar(Column col, char val)Set the value of the given column in this row.voidRowImpl. setChar(Column col, char val)voidDBDictionary. setCharacterStream(java.sql.PreparedStatement stmnt, int idx, java.io.Reader val, int length, Column col)Set the given value as a parameter to the statement.voidRow. setCharacterStream(Column col, java.io.Reader val, int length)Set the value of the given column in this row.voidRowImpl. setCharacterStream(Column col, java.io.Reader val, int length)voidDBDictionary. setClob(java.sql.PreparedStatement stmnt, int idx, java.sql.Clob val, Column col)Set the given value as a parameter to the statement.voidRow. setClob(Column col, java.sql.Clob val)Set the value of the given column in this row.voidRowImpl. setClob(Column col, java.sql.Clob val)voidDBDictionary. setClobString(java.sql.PreparedStatement stmnt, int idx, java.lang.String val, Column col)Set the given value as a parameter to the statement.voidOracleDictionary. setClobString(java.sql.PreparedStatement stmnt, int idx, java.lang.String val, Column col)voidPostgresDictionary. setClobString(java.sql.PreparedStatement stmnt, int idx, java.lang.String val, Column col)If column is an XML column, PostgreSQL requires that its value is set by usingPreparedStatement.setObject(int, Object, int)withTypes.OTHERas the third argument.voidDB2Dictionary. setDate(java.sql.PreparedStatement stmnt, int idx, java.util.Date val, Column col)Set the given date value as a parameter to the statement.voidDBDictionary. setDate(java.sql.PreparedStatement stmnt, int idx, java.sql.Date val, java.util.Calendar cal, Column col)Set the given value as a parameter to the statement.voidDBDictionary. setDate(java.sql.PreparedStatement stmnt, int idx, java.util.Date val, Column col)Set the given value as a parameter to the statement.voidRow. setDate(Column col, java.sql.Date val, java.util.Calendar cal)Set the value of the given column in this row.voidRow. setDate(Column col, java.util.Date val)Set the value of the given column in this row.voidRowImpl. setDate(Column col, java.sql.Date val, java.util.Calendar cal)voidRowImpl. setDate(Column col, java.util.Date val)voidDBDictionary. setDouble(java.sql.PreparedStatement stmnt, int idx, double val, Column col)Set the given value as a parameter to the statement.voidEmpressDictionary. setDouble(java.sql.PreparedStatement stmnt, int idx, double val, Column col)voidHSQLDictionary. setDouble(java.sql.PreparedStatement stmnt, int idx, double val, Column col)voidRow. setDouble(Column col, double val)Set the value of the given column in this row.voidRowImpl. setDouble(Column col, double val)voidSolidDBDictionary. setDouble(java.sql.PreparedStatement stmnt, int idx, double val, Column col)voidDBDictionary. setFloat(java.sql.PreparedStatement stmnt, int idx, float val, Column col)Set the given value as a parameter to the statement.voidEmpressDictionary. setFloat(java.sql.PreparedStatement stmnt, int idx, float val, Column col)voidRow. setFloat(Column col, float val)Set the value of the given column in this row.voidRowImpl. setFloat(Column col, float val)voidDBDictionary. setInt(java.sql.PreparedStatement stmnt, int idx, int val, Column col)Set the given value as a parameter to the statement.voidRow. setInt(Column col, int val)Set the value of the given column in this row.voidRowImpl. setInt(Column col, int val)voidDBDictionary. setLocalDate(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDate val, Column col)Set the given LocalDate value as a parameter to the statement.voidH2Dictionary. setLocalDate(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDate val, Column col)voidOracleDictionary. setLocalDate(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDate val, Column col)voidPostgresDictionary. setLocalDate(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDate val, Column col)voidDBDictionary. setLocalDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDateTime val, Column col)Set the given LocalTime value as a parameter to the statement.voidH2Dictionary. setLocalDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDateTime val, Column col)voidOracleDictionary. setLocalDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDateTime val, Column col)voidPostgresDictionary. setLocalDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDateTime val, Column col)voidSQLServerDictionary. setLocalDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalDateTime val, Column col)voidDBDictionary. setLocale(java.sql.PreparedStatement stmnt, int idx, java.util.Locale val, Column col)Set the given value as a parameter to the statement.voidRow. setLocale(Column col, java.util.Locale val)Set the value of the given column in this row.voidRowImpl. setLocale(Column col, java.util.Locale val)voidDBDictionary. setLocalTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalTime val, Column col)Set the given LocalTime value as a parameter to the statement.voidH2Dictionary. setLocalTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalTime val, Column col)voidOracleDictionary. setLocalTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalTime val, Column col)voidPostgresDictionary. setLocalTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalTime val, Column col)voidSQLServerDictionary. setLocalTime(java.sql.PreparedStatement stmnt, int idx, java.time.LocalTime val, Column col)voidAccessDictionary. setLong(java.sql.PreparedStatement stmnt, int idx, long val, Column col)voidDBDictionary. setLong(java.sql.PreparedStatement stmnt, int idx, long val, Column col)Set the given value as a parameter to the statement.voidRow. setLong(Column col, long val)Set the value of the given column in this row.voidRowImpl. setLong(Column col, long val)voidAbstractSQLServerDictionary. setNull(java.sql.PreparedStatement stmnt, int idx, int colType, Column col)voidDBDictionary. setNull(java.sql.PreparedStatement stmnt, int idx, int colType, Column col)Set null as a parameter to the statement.voidFoxProDictionary. setNull(java.sql.PreparedStatement stmnt, int idx, int colType, Column col)voidOracleDictionary. setNull(java.sql.PreparedStatement stmnt, int idx, int colType, Column col)voidPostgresDictionary. setNull(java.sql.PreparedStatement stmnt, int idx, int colType, Column col)Handle XML and bytea/oid columns in a PostgreSQL way.voidRow. setNull(Column col)Set the value of the given column in this row.voidRow. setNull(Column col, boolean overrideDefault)Set the value of the given column in this row.voidRowImpl. setNull(Column col)voidRowImpl. setNull(Column col, boolean overrideDefault)voidDBDictionary. setNumber(java.sql.PreparedStatement stmnt, int idx, java.lang.Number num, Column col)Set the given value as a parameter to the statement.voidRow. setNumber(Column col, java.lang.Number val)Set the value of the given column in this row.voidRowImpl. setNumber(Column col, java.lang.Number val)voidDBDictionary. setObject(java.sql.PreparedStatement stmnt, int idx, java.lang.Object val, int colType, Column col)Set the given value as a parameter to the statement.protected voidPrimaryRow. setObject(Column col, java.lang.Object val, int metaType, boolean overrideDefault)voidRow. setObject(Column col, java.lang.Object val)Set the value of the given column in this row.voidRowImpl. setObject(Column col, java.lang.Object val)protected voidRowImpl. setObject(Column col, java.lang.Object val, int metaType, boolean overrideDefault)All set column methods delegate to this one.voidDBDictionary. setOffsetDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetDateTime val, Column col)Set the given LocalTime value as a parameter to the statement.voidH2Dictionary. setOffsetDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetDateTime val, Column col)voidOracleDictionary. setOffsetDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetDateTime val, Column col)voidPostgresDictionary. setOffsetDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetDateTime val, Column col)voidSQLServerDictionary. setOffsetDateTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetDateTime val, Column col)voidDBDictionary. setOffsetTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetTime val, Column col)Set the given LocalTime value as a parameter to the statement.voidPostgresDictionary. setOffsetTime(java.sql.PreparedStatement stmnt, int idx, java.time.OffsetTime val, Column col)default column type for OffsetTime is 'time with time zone'.voidRow. setRaw(Column col, java.lang.String value)Set a DB understood value for the given column.voidRowImpl. setRaw(Column col, java.lang.String val)voidDBDictionary. setRef(java.sql.PreparedStatement stmnt, int idx, java.sql.Ref val, Column col)Set the given value as a parameter to the statement.voidPrimaryRow. setRelationId(Column col, OpenJPAStateManager sm, RelationId rel)voidRow. setRelationId(Column col, OpenJPAStateManager sm, RelationId rel)Set the value of the given column to the identity of given instance, using the given callback to create the column value.voidRowImpl. setRelationId(Column col, OpenJPAStateManager sm, RelationId rel)voidSecondaryRow. setRelationId(Column col, OpenJPAStateManager sm, RelationId rel)voidDBDictionary. setShort(java.sql.PreparedStatement stmnt, int idx, short val, Column col)Set the given value as a parameter to the statement.voidRow. setShort(Column col, short val)Set the value of the given column in this row.voidRowImpl. setShort(Column col, short val)voidDBDictionary. setString(java.sql.PreparedStatement stmnt, int idx, java.lang.String val, Column col)Set the given value as a parameter to the statement.voidOracleDictionary. setString(java.sql.PreparedStatement stmnt, int idx, java.lang.String val, Column col)voidRow. setString(Column col, java.lang.String val)Set the value of the given column in this row.voidRowImpl. setString(Column col, java.lang.String val)voidDBDictionary. setTime(java.sql.PreparedStatement stmnt, int idx, java.sql.Time val, java.util.Calendar cal, Column col)Set the given value as a parameter to the statement.voidMariaDBDictionary. setTime(java.sql.PreparedStatement stmnt, int idx, java.sql.Time val, java.util.Calendar cal, Column col)voidRow. setTime(Column col, java.sql.Time val, java.util.Calendar cal)Set the value of the given column in this row.voidRowImpl. setTime(Column col, java.sql.Time val, java.util.Calendar cal)voidSQLServerDictionary. setTime(java.sql.PreparedStatement stmnt, int idx, java.sql.Time val, java.util.Calendar cal, Column col)voidDBDictionary. setTimestamp(java.sql.PreparedStatement stmnt, int idx, java.sql.Timestamp val, java.util.Calendar cal, Column col)Set the given value as a parameter to the statement.voidRow. setTimestamp(Column col, java.sql.Timestamp val, java.util.Calendar cal)Set the value of the given column in this row.voidRowImpl. setTimestamp(Column col, java.sql.Timestamp val, java.util.Calendar cal)voidDBDictionary. setTyped(java.sql.PreparedStatement stmnt, int idx, java.lang.Object val, Column col, int type, JDBCStore store)Set a column value into a prepared statement.voidDBDictionary. setUnknown(java.sql.PreparedStatement stmt, int idx, java.lang.Object val, Column col)Set a completely unknown parameter into a prepared statement.voidDBDictionary. setUnknown(java.sql.PreparedStatement stmnt, int idx, Column col, java.lang.Object val)Set a completely unknown parameter into a prepared statement.booleanDBDictionary. validateBatchProcess(RowImpl row, Column[] autoAssign, OpenJPAStateManager sm, ClassMapping cmd)Validate the batch process.booleanDBDictionary. validateDBSpecificBatchProcess(boolean disableBatch, RowImpl row, Column[] autoAssign, OpenJPAStateManager sm, ClassMapping cmd)Allow each Dictionary to validate its own batch process.voidRow. whereArray(Column col, java.sql.Array val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereArray(Column col, java.sql.Array val)voidRow. whereAsciiStream(Column col, java.io.InputStream val, int length)Set an equality condition on the value of the given column in this row.voidRowImpl. whereAsciiStream(Column col, java.io.InputStream val, int length)voidRow. whereBigDecimal(Column col, java.math.BigDecimal val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBigDecimal(Column col, java.math.BigDecimal val)voidRow. whereBigInteger(Column col, java.math.BigInteger val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBigInteger(Column col, java.math.BigInteger val)voidRow. whereBinaryStream(Column col, java.io.InputStream val, int length)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBinaryStream(Column col, java.io.InputStream val, int length)voidRow. whereBlob(Column col, java.sql.Blob val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBlob(Column col, java.sql.Blob val)voidRow. whereBoolean(Column col, boolean val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBoolean(Column col, boolean val)voidRow. whereByte(Column col, byte val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereByte(Column col, byte val)voidRow. whereBytes(Column col, byte[] val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereBytes(Column col, byte[] val)voidRow. whereCalendar(Column col, java.util.Calendar val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereCalendar(Column col, java.util.Calendar val)voidRow. whereChar(Column col, char val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereChar(Column col, char val)voidRow. whereCharacterStream(Column col, java.io.Reader val, int length)Set an equality condition on the value of the given column in this row.voidRowImpl. whereCharacterStream(Column col, java.io.Reader val, int length)voidRow. whereClob(Column col, java.sql.Clob val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereClob(Column col, java.sql.Clob val)voidRow. whereDate(Column col, java.sql.Date val, java.util.Calendar cal)Set an equality condition on the value of the given column in this row.voidRow. whereDate(Column col, java.util.Date val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereDate(Column col, java.sql.Date val, java.util.Calendar cal)voidRowImpl. whereDate(Column col, java.util.Date val)voidRow. whereDouble(Column col, double val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereDouble(Column col, double val)voidRow. whereFloat(Column col, float val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereFloat(Column col, float val)voidRow. whereInt(Column col, int val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereInt(Column col, int val)voidRow. whereLocale(Column col, java.util.Locale val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereLocale(Column col, java.util.Locale val)voidRow. whereLong(Column col, long val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereLong(Column col, long val)voidRow. whereNull(Column col)Set an equality condition on the value of the given column in this row.voidRowImpl. whereNull(Column col)voidRow. whereNumber(Column col, java.lang.Number val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereNumber(Column col, java.lang.Number val)voidRow. whereObject(Column col, java.lang.Object val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereObject(Column col, java.lang.Object val)protected voidRowImpl. whereObject(Column col, java.lang.Object val, int metaType)All where column methods delegate to this one.voidRow. whereRaw(Column col, java.lang.String value)Set a DB understood where condition for the given column.voidRowImpl. whereRaw(Column col, java.lang.String val)voidRow. whereShort(Column col, short val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereShort(Column col, short val)voidRow. whereString(Column col, java.lang.String val)Set an equality condition on the value of the given column in this row.voidRowImpl. whereString(Column col, java.lang.String val)voidRow. whereTime(Column col, java.sql.Time val, java.util.Calendar cal)Set an equality condition on the value of the given column in this row.voidRowImpl. whereTime(Column col, java.sql.Time val, java.util.Calendar cal)voidRow. whereTimestamp(Column col, java.sql.Timestamp val, java.util.Calendar cal)Set an equality condition on the value of the given column in this row.voidRowImpl. whereTimestamp(Column col, java.sql.Timestamp val, java.util.Calendar cal)Constructors in org.apache.openjpa.jdbc.sql with parameters of type Column Constructor Description PrimaryRow(Column[] cols, int action, OpenJPAStateManager owner)RowImpl(Column[] cols, int action)SecondaryRow(Column[] cols, int action) -
Uses of Column in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type Column Modifier and Type Method Description voidPersistenceMappingDefaults. populateColumns(Version vers, Table table, Column[] cols)voidPersistenceMappingDefaults. populateForeignKeyColumn(ValueMapping vm, java.lang.String name, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)voidPersistenceMappingDefaults. populateForeignKeyColumn(ValueMapping vm, DBIdentifier sName, Table local, Table foreign, Column col, java.lang.Object target, boolean inverse, int pos, int cols)voidPersistenceMappingDefaults. populateJoinColumn(FieldMapping fm, Table local, Table foreign, Column col, java.lang.Object target, int pos, int cols)protected voidAnnotationPersistenceMappingParser. setMapKeyColumn(FieldMapping fm, MappingInfo info, Column col, int unique)Set the given map key column as the map key column forfm.protected voidAnnotationPersistenceMappingParser. setTargetIdentifier(Column col, java.lang.String refColumnName)protected voidXMLPersistenceMappingParser. setTargetIdentifier(Column col, java.lang.String refColumnName)Method parameters in org.apache.openjpa.persistence.jdbc with type arguments of type Column Modifier and Type Method Description protected voidAnnotationPersistenceMappingParser. setColumns(FieldMapping fm, MappingInfo info, java.util.List<Column> cols, int unique)Set the given columns as the columns forfm.
-