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>
public class DatabaseIdentifier extends Identifier
Models an identifier (name), retrieved from the database.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DatabaseIdentifier(String text)
Constructs a database identifier instance.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DatabaseIdentifier
toIdentifier(String text)
-
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 Detail
-
DatabaseIdentifier
protected DatabaseIdentifier(String text)
Constructs a database identifier instance. It is assumed thattext
is unquoted.- Parameters:
text
- The identifier text.
-
-
Method Detail
-
toIdentifier
public static DatabaseIdentifier toIdentifier(String text)
-
-