Uses of Enum Class
com.ads.mm.db.dao.DBTable.EntityBaseType
Packages that use DBTable.EntityBaseType
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBTable.EntityBaseType in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBTable.EntityBaseTypeModifier and TypeMethodDescriptionDBColumn.getEntityBaseType()Returns the entityBaseType.static DBTable.EntityBaseTypeReturns the enum constant of this class with the specified name.static DBTable.EntityBaseType[]DBTable.EntityBaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.mm.db.dao with parameters of type DBTable.EntityBaseTypeModifier and TypeMethodDescriptionbooleanDBTable.hasOnly(DBTable.EntityBaseType baseType) Returns true if specified baseType is equal to the entityBaseType otherwise false.voidDBColumn.setEntityBaseType(DBTable.EntityBaseType entityBaseType) Sets the entityBaseType as specified.