Class Namespace.Name
- java.lang.Object
- org.hibernate.boot.model.relational.Namespace.Name
- All Implemented Interfaces:
Comparable<Namespace.Name>
- Enclosing class:
- Namespace
public static classNamespace.NameextendsObjectimplementsComparable<Namespace.Name>
Constructor Summary
Constructors Constructor Description Name(Identifier catalog,Identifier schema)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Namespace.Name that)booleanequals(Object o)IdentifiergetCatalog()IdentifiergetSchema()inthashCode()StringtoString()
Constructor Detail
Name
public Name(Identifier catalog,Identifier schema)
Method Detail
getCatalog
public Identifier getCatalog()
getSchema
public Identifier getSchema()
compareTo
public int compareTo(Namespace.Name that)
- Specified by:
compareToin interfaceComparable<Namespace.Name>