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.determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource source)
Determine the implicit name for the discriminator column for the given entity
|
Identifier |
ImplicitNamingStrategyJpaCompliantImpl.determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource source) |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscriminatorSource
Contract for sources of information about a mapped discriminator.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.