|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITable
An interface for DB tables represented as enum classes. Implementing
classes must annotate the classes with TableName
. See
net.sf.metagloss.db
for an example implementation.
DBUtils.getColumns(Class)
,
DBUtils.getTableName(Class)
Method Summary | |
---|---|
java.lang.String |
getColumn()
Get the name of the column. |
Method Detail |
---|
java.lang.String getColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |