Package cz.tvrzna.dbrunk.annotations
Annotation Type Entity
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Entity
This annotation defines database entity classes. These classes should extendAbstractEntity.- Since:
- 0.1.0
- Author:
- michalt
-
-
Element Detail
-
value
String value
Table name, where data are stored.- Returns:
- the string
-
-