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).
|
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
Identifier |
ImplicitNamingStrategy.determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)
Determine the column name related to the key/id portion of an ANY mapping when
no explicit column name is given.
|
Identifier |
ImplicitNamingStrategyJpaCompliantImpl.determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnyKeySource |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.