Uses of Enum
org.datanucleus.store.schema.naming.ColumnType
Packages that use ColumnType
Package
Description
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and
indeed any other API.
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
-
Uses of ColumnType in org.datanucleus.store.schema.naming
Methods in org.datanucleus.store.schema.naming that return ColumnTypeModifier and TypeMethodDescriptionstatic ColumnTypeReturns the enum constant of this type with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.schema.naming with parameters of type ColumnTypeModifier and TypeMethodDescriptionAbstractNamingFactory.getColumnName(AbstractMemberMetaData mmd, ColumnType type) DN2NamingFactory.getColumnName(AbstractClassMetaData cmd, ColumnType type) DN2NamingFactory.getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position) JPANamingFactory.getColumnName(AbstractClassMetaData cmd, ColumnType type) JPANamingFactory.getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position) NamingFactory.getColumnName(AbstractClassMetaData cmd, ColumnType type) Method to return the name of the column for the specified class (version, datastore-id, discriminator etc).NamingFactory.getColumnName(AbstractMemberMetaData mmd, ColumnType type) Method to return the name of the column for the specified field.NamingFactory.getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position) Method to return the name of the column for the position of the specified field.AbstractNamingFactory.getConstraintName(AbstractClassMetaData cmd, ConstraintMetaData cnstrmd, ColumnType type) NamingFactory.getConstraintName(AbstractClassMetaData cmd, ConstraintMetaData cnstrmd, ColumnType type) Method to return the name of the constraint for the specified class (version, datastore-id, discriminator etc). -
Uses of ColumnType in org.datanucleus.store.schema.table
Fields in org.datanucleus.store.schema.table declared as ColumnTypeMethods in org.datanucleus.store.schema.table that return ColumnTypeModifier and TypeMethodDescriptionColumn.getColumnType()Accessor for the role that this column serves (if known).ColumnImpl.getColumnType()Methods in org.datanucleus.store.schema.table with parameters of type ColumnTypeModifier and TypeMethodDescriptionprotected ColumnImplCompleteClassTable.addColumn(AbstractMemberMetaData mmd, String colName, ColumnType colType) Constructors in org.datanucleus.store.schema.table with parameters of type ColumnType