Java org.hibernate.boot.model.naming Identifier fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.boot.model.naming Identifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.boot.model.naming Identifier.

The text is from its open source code.

Field

booleanisQuoted

Constructor

Identifier(String text, boolean quoted)
Constructs an identifier instance.

Method

StringgetCanonicalName()
StringgetText()
Get the identifiers name (text)
IdentifiertoIdentifier(String text, boolean quote)
Means to generate an Identifier instance from its simple text form.
IdentifiertoIdentifier(String text)
Means to generate an Identifier instance from its simple text form.