Package de.mhus.lib.annotations.adb
-
Interface Summary Interface Description DbTransactionable TransactionConnection -
Class Summary Class Description DbType -
Enum Summary Enum Description DbIndex.TYPE DbType.TYPE -
Annotation Types Summary Annotation Type Description DbIndex Use this to add a list of indexes to a column.DbIndexes DbPersistent Mark a getter or setter with this annotation to define it as a column in the database.DbPrimaryKey The same like DbPersistent but the column is used as primary key.DbRelation Mark a getter or setter with this annotation to define it as a column in the database.DbTable With this annotation you can overwrite the default behavior and define a class table name 'by hand'.