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 booleanexternalMethod indicates whether schema definition is stored externally to the class (for example in.sqlfiles.
-
-
-
Element Detail
-
id
String id
Method returns identifiers of a schema (ie. database schema) required by annotated class.- Returns:
- id of a schema
-
-
-
name
String name
Method returns name of a schema required by annotated class. *
Result of this method is intended to be displayed to the user.- Returns:
- name of a schema
-
-