Uses of Enum
org.datanucleus.store.schema.table.SurrogateColumnType
Packages that use SurrogateColumnType
Package
Description
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
-
Uses of SurrogateColumnType in org.datanucleus.store.schema.table
Subclasses with type arguments of type SurrogateColumnType in org.datanucleus.store.schema.tableModifier and TypeClassDescriptionenumEnum defining the types of surrogate columns for a class.Methods in org.datanucleus.store.schema.table that return SurrogateColumnTypeModifier and TypeMethodDescriptionstatic SurrogateColumnTypeReturns the enum constant of this type with the specified name.static SurrogateColumnType[]SurrogateColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.schema.table with parameters of type SurrogateColumnTypeModifier and TypeMethodDescriptionCompleteClassTable.getSurrogateColumn(SurrogateColumnType colType) Table.getSurrogateColumn(SurrogateColumnType colType) Accessor for the surrogate column of the specified type.