Java org.hibernate.type EntityType fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.type EntityType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.type EntityType.

The text is from its open source code.

Method

StringgetAssociatedEntityName(SessionFactoryImplementor factory)
The name of the associated entity.
StringgetAssociatedEntityName()
The name of the associated entity.
StringgetName()
For entity types, the name correlates to the associated entity name.
booleanisReferenceToPrimaryKey()
Does this association foreign key reference the primary key of the other table?