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 IdentifierPhysicalTable. getCatalogName()IdentifierPhysicalColumn. getColumnName()IdentifierPhysicalTable. getSchemaName()IdentifierPhysicalTable. getTableName()static IdentifierIdentifier. quote(Identifier identifier)static IdentifierIdentifier. toIdentifier(String text)Means to generate anIdentifierinstance from its simple text form.static IdentifierIdentifier. toIdentifier(String text, boolean quote)Means to generate anIdentifierinstance from its simple text form.Methods in org.hibernate.metamodel.relational with parameters of type Identifier Modifier and Type Method Description static booleanIdentifier. areEqual(Identifier id1, Identifier id2)intIdentifier. compareTo(Identifier o)static IdentifierIdentifier. 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)
-