Package tigase.db
Annotation Type Repository.SchemaId
-
@Retention(RUNTIME) @Target(TYPE) public static @interface Repository.SchemaIdAnnotation provides information about schema (ie. database schema) required by annotated class.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringidMethod returns identifiers of a schema (ie. database schema) required by annotated class.java.lang.StringnameMethod returns name of a schema required by annotated class. *
Result of this method is intended to be displayed to the user.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanexternalMethod indicates whether schema definition is stored externally to the class (for example in.sqlfiles.
-