Package org.hibernate.boot.model.naming
Class DatabaseIdentifier
java.lang.Object
org.hibernate.boot.model.naming.Identifier
org.hibernate.boot.model.naming.DatabaseIdentifier
- All Implemented Interfaces:
Comparable<Identifier>
Models an identifier (name), retrieved from the database.
-
Constructor Summary
ModifierConstructorDescriptionprotected
DatabaseIdentifier
(String text) Constructs a database identifier instance. -
Method Summary
Methods inherited from class org.hibernate.boot.model.naming.Identifier
areEqual, compareTo, equals, getCanonicalName, getText, hashCode, isQuoted, isQuoted, isQuoted, matches, quote, render, render, toIdentifier, toIdentifier, toString, unQuote
-
Constructor Details
-
DatabaseIdentifier
Constructs a database identifier instance. It is assumed thattext
is unquoted.- Parameters:
text
- The identifier text.
-
-
Method Details
-
toIdentifier
-