Package overit.geocall.edm.model
Annotation Interface Entity.Table
- Enclosing class:
Entity
Annotation used to bind an entity to a specific table. It's mandatory to define an entity
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns aStringabout the name of the table.- Returns:
- a
Stringabout the name of the table.
-
acronym
String acronymReturns aStringabout the acronym of the table, which is the first 4 letters that uniquely identify the table.- Returns:
- a
Stringabout the acronym of the table, which is the first 4 letters that uniquely identify the table.
-