Uses of Class
org.datanucleus.store.schema.naming.ColumnType
-
Packages that use ColumnType Package Description org.datanucleus.store.schema.naming This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and indeed any other API.org.datanucleus.store.schema.table 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 ColumnType Modifier and Type Method Description static ColumnTypeColumnType. valueOf(String name)Returns 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 ColumnType Modifier and Type Method Description StringAbstractNamingFactory. getColumnName(AbstractMemberMetaData mmd, ColumnType type)StringDN2NamingFactory. getColumnName(AbstractClassMetaData cmd, ColumnType type)StringDN2NamingFactory. getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position)StringJPANamingFactory. getColumnName(AbstractClassMetaData cmd, ColumnType type)StringJPANamingFactory. getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position)StringNamingFactory. getColumnName(AbstractClassMetaData cmd, ColumnType type)Method to return the name of the column for the specified class (version, datastore-id, discriminator etc).StringNamingFactory. getColumnName(AbstractMemberMetaData mmd, ColumnType type)Method to return the name of the column for the specified field.StringNamingFactory. getColumnName(AbstractMemberMetaData mmd, ColumnType type, int position)Method to return the name of the column for the position of the specified field.StringAbstractNamingFactory. getConstraintName(AbstractClassMetaData cmd, ConstraintMetaData cnstrmd, ColumnType type)StringNamingFactory. 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
Methods in org.datanucleus.store.schema.table that return ColumnType Modifier and Type Method Description ColumnTypeColumn. getColumnType()Accessor for the role that this column serves (if known).ColumnTypeColumnImpl. getColumnType()Methods in org.datanucleus.store.schema.table with parameters of type ColumnType Modifier and Type Method Description protected ColumnImplCompleteClassTable. addColumn(AbstractMemberMetaData mmd, String colName, ColumnType colType)Constructors in org.datanucleus.store.schema.table with parameters of type ColumnType Constructor Description ColumnImpl(Table tbl, String identifier, ColumnType colType)
-