Package tigase.db
Annotation Interface Repository.SchemaId
- Enclosing interface:
- Repository
Annotation provides information about schema (ie. database schema) required by annotated class.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanMethod indicates whether schema definition is stored externally to the class (for example in.sqlfiles.
-
Element Details
-
-
external
boolean externalMethod indicates whether schema definition is stored externally to the class (for example in.sqlfiles.- Returns:
- true if the schema definitions are stored in
.sqlfiles.
- Default:
- true
-