Uses of Class
org.hibernate.metamodel.relational.Identifier
-
Packages that use Identifier Package Description org.hibernate.metamodel.relational -
-
Uses of Identifier in org.hibernate.metamodel.relational
Methods in org.hibernate.metamodel.relational that return Identifier Modifier and Type Method Description Identifier
PhysicalTable. getCatalogName()
Identifier
PhysicalColumn. getColumnName()
Identifier
PhysicalTable. getSchemaName()
Identifier
PhysicalTable. getTableName()
static Identifier
Identifier. quote(Identifier identifier)
static Identifier
Identifier. toIdentifier(String text)
Means to generate anIdentifier
instance from its simple text form.static Identifier
Identifier. toIdentifier(String text, boolean quote)
Means to generate anIdentifier
instance from its simple text form.Methods in org.hibernate.metamodel.relational with parameters of type Identifier Modifier and Type Method Description static boolean
Identifier. areEqual(Identifier id1, Identifier id2)
int
Identifier. compareTo(Identifier o)
static Identifier
Identifier. quote(Identifier identifier)
Constructors in org.hibernate.metamodel.relational with parameters of type Identifier Constructor Description PhysicalColumn(Table table, Identifier columnName, JdbcMapping jdbcMapping)
PhysicalTable(Identifier catalogName, Identifier schemaName, Identifier tableName)
-