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

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

Introduction

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

The text is from its open source code.

Method

AttributePathgetAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.
EntityNaminggetNonOwningEntityNaming()
Access to entity naming information for the owning side.
StringgetNonOwningPhysicalTableName()
Access to the physical name of the non-owning entity's primary table.
EntityNaminggetOwningEntityNaming()
Access to entity naming information for the owning side.
StringgetOwningPhysicalTableName()
Access to the physical name of the owning entity's primary table.