com.im.df.api.support
Interface DFNewTypeWellKnownOptions.ExistingDBEntity
- All Superinterfaces:
- DFNewTypeOptions, DFNewTypeWellKnownOptions.EntityDBOptions, DFNewTypeWellKnownOptions.EntityOptions, DFNewTypeWellKnownOptions.SingleDFItem
- All Known Subinterfaces:
- DFNewTypeWellKnownOptions.ExistingJChemEntity
- Enclosing interface:
- DFNewTypeWellKnownOptions
public static interface DFNewTypeWellKnownOptions.ExistingDBEntity
- extends DFNewTypeWellKnownOptions.EntityDBOptions
Options for creating a standard DFEntity with DBEntityCapability
where database table already exists (so called promote entity).
PROP_ID_FIELD_COLUMN
static final String PROP_ID_FIELD_COLUMN
- See Also:
- Constant Field Values
acceptsTable
boolean acceptsTable(DBTableInfo table)
getIdFieldColumnInfo
DFNewTypeWellKnownOptions.DBColumnInfo getIdFieldColumnInfo()
getIdFieldColumn
String getIdFieldColumn()
setIdFieldColumn
void setIdFieldColumn(String colName)
getAvailableIdColumns
Collection<DBColInfo> getAvailableIdColumns()
- Returns column infos suitable to serve as ID column, in no particular order.
Note that the method returns result which depend on the current
table property.