Package tigase.db
Annotation Type Repository.SchemaId
-
@Retention(RUNTIME) @Target(TYPE) public static @interface Repository.SchemaId
Annotation provides information about schema (ie. database schema) required by annotated class.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
external
Method indicates whether schema definition is stored externally to the class (for example in.sql
files.
-