Java org.hibernate.boot.model.relational Namespace fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

TablecreateTable(Identifier logicalTableName, boolean isAbstract)
Creates a mapping Table instance.
Collection
getTables()
TablelocateTable(Identifier logicalTableName)
Returns the table with the specified logical table name.


HOME | Copyright © www.java2s.com 2016