Modifier and Type | Required Element and Description |
---|---|
String |
id
Method returns identifiers of a schema (ie. database schema) required by annotated class.
|
String |
name
Method returns name of a schema required by annotated class. *
Result of this method is intended to be displayed to the user. |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
external
Method indicates whether schema definition is stored externally to the class (for example in
.sql files. |
public abstract String id
public abstract String name
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.