Uses of Class
org.datanucleus.store.schema.table.SurrogateColumnType
-
Packages that use SurrogateColumnType Package Description 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 SurrogateColumnType in org.datanucleus.store.schema.table
Methods in org.datanucleus.store.schema.table that return SurrogateColumnType Modifier and Type Method Description static SurrogateColumnTypeSurrogateColumnType. valueOf(String name)Returns 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 SurrogateColumnType Modifier and Type Method Description ColumnCompleteClassTable. getSurrogateColumn(SurrogateColumnType colType)ColumnTable. getSurrogateColumn(SurrogateColumnType colType)Accessor for the surrogate column of the specified type.
-