public interface NameVerifier
| Modifier and Type | Method and Description |
|---|---|
static NameVerifier |
getInstance()
The singleton.
|
String |
verifyAttributeName(Attribute attribute)
Verifies the Java name of an attribute.
|
String |
verifyColumnName(Attribute attribute)
Verifies the column name of an attribute.
|
String |
verifyEntityName(Entity entity)
Verifies the Java name of an entity.
|
String |
verifyIndexName(Index index)
Verifies the name of an index.
|
String |
verifyTableAlias(Entity entity)
Verifies the table alias of an entity.
|
String |
verifyTableName(Entity entity)
Verifies the table name of an entity.
|
static NameVerifier getInstance()
String verifyEntityName(Entity entity)
entity - the entityString verifyTableName(Entity entity)
entity - the entityString verifyTableAlias(Entity entity)
entity - the entityString verifyAttributeName(Attribute attribute)
attribute - the attributeString verifyColumnName(Attribute attribute)
attribute - the attributeTentackle - distributed, domain- and model-driven