Uses of Interface
org.datanucleus.store.schema.table.Column
Packages that use Column
Package
Description
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
-
Uses of Column in org.datanucleus.store.schema.table
Classes in org.datanucleus.store.schema.table that implement ColumnFields in org.datanucleus.store.schema.table declared as ColumnModifier and TypeFieldDescriptionprotected Column[]
MemberColumnMappingImpl.columns
(package private) Column
CompleteClassTable.datastoreIdColumn
(package private) Column
CompleteClassTable.discriminatorColumn
(package private) Column
CompleteClassTable.multitenancyColumn
(package private) Column
CompleteClassTable.softDeleteColumn
(package private) Column
CompleteClassTable.versionColumn
Fields in org.datanucleus.store.schema.table with type parameters of type ColumnModifier and TypeFieldDescriptionCompleteClassTable.columnByName
Map of DatastoreColumn, keyed by the column identifier.CompleteClassTable.columns
Methods in org.datanucleus.store.schema.table that return ColumnModifier and TypeMethodDescriptionMemberColumnMapping.getColumn
(int position) Accessor for the column at the specified position.MemberColumnMappingImpl.getColumn
(int position) CompleteClassTable.getColumnForName
(String name) Table.getColumnForName
(String name) Accessor for the column with the supplied name (if present).CompleteClassTable.getColumnForPosition
(int pos) Table.getColumnForPosition
(int pos) Accessor for the column at the specified position (numbered from 0 to numcols-1).Column[]
MemberColumnMapping.getColumns()
Accessor for the columns representing this member.Column[]
MemberColumnMappingImpl.getColumns()
CompleteClassTable.getSurrogateColumn
(SurrogateColumnType colType) Table.getSurrogateColumn
(SurrogateColumnType colType) Accessor for the surrogate column of the specified type.Column.setColumnMetaData
(ColumnMetaData md) ColumnImpl.setColumnMetaData
(ColumnMetaData md) Column.setDefaultable
(Object defaultValue) Mutator for the defaultability of the column.ColumnImpl.setDefaultable
(Object defaultValue) Column.setJdbcType
(JdbcType jdbcType) ColumnImpl.setJdbcType
(JdbcType type) Column.setNullable
(boolean nullable) Mutator for the nullability of the column.ColumnImpl.setNullable
(boolean flag) Column.setPosition
(int pos) ColumnImpl.setPosition
(int pos) Column.setPrimaryKey()
Mutator to make the column (part of) the primary key.ColumnImpl.setPrimaryKey()
Column.setTypeName
(String type) ColumnImpl.setTypeName
(String type) Column.setUnique
(boolean unique) Mutator for the uniqueness of the column.ColumnImpl.setUnique
(boolean flag) Methods in org.datanucleus.store.schema.table that return types with arguments of type ColumnConstructors in org.datanucleus.store.schema.table with parameters of type ColumnModifierConstructorDescriptionMemberColumnMappingImpl
(AbstractMemberMetaData mmd, Column[] cols, TypeConverter typeConv)