类 DatabaseIdentifier
- java.lang.Object
-
- org.hibernate.boot.model.naming.Identifier
-
- org.hibernate.boot.model.naming.DatabaseIdentifier
-
- 所有已实现的接口:
Comparable<Identifier>
public class DatabaseIdentifier extends Identifier
Models an identifier (name), retrieved from the database.- 作者:
- Andrea Boriero
-
-
构造器概要
构造器 限定符 构造器 说明 protectedDatabaseIdentifier(String text)Constructs a database identifier instance.
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static DatabaseIdentifiertoIdentifier(String text)-
从类继承的方法 org.hibernate.boot.model.naming.Identifier
areEqual, compareTo, equals, getCanonicalName, getText, hashCode, isQuoted, isQuoted, quote, render, render, toIdentifier, toString
-
-
-
-
构造器详细资料
-
DatabaseIdentifier
protected DatabaseIdentifier(String text)
Constructs a database identifier instance. It is assumed thattextis unquoted.- 参数:
text- The identifier text.
-
-
方法详细资料
-
toIdentifier
public static DatabaseIdentifier toIdentifier(String text)
-
-