Package | Description |
---|---|
org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
Modifier and Type | Method and Description |
---|---|
Identifier |
ImplicitNamingStrategy.determineJoinTableName(ImplicitJoinTableNameSource source)
Determine the name of an association join table given the source naming
information, when a name is not explicitly given.
|
Identifier |
ImplicitNamingStrategyLegacyJpaImpl.determineJoinTableName(ImplicitJoinTableNameSource source) |
Identifier |
ImplicitNamingStrategyLegacyHbmImpl.determineJoinTableName(ImplicitJoinTableNameSource source) |
Identifier |
ImplicitNamingStrategyJpaCompliantImpl.determineJoinTableName(ImplicitJoinTableNameSource source) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.