Package org.hibernate.boot.model.naming
Interface ImplicitAnyDiscriminatorColumnNameSource
- All Superinterfaces:
ImplicitNameSource
- All Known Subinterfaces:
AnyDiscriminatorSource
Context for determining the implicit name for an ANY mapping's discriminator
column. Historically the ANY discriminator column name had to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionAccess the AttributePath to the ANY mappingMethods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Method Details
-
getAttributePath
AttributePath getAttributePath()Access the AttributePath to the ANY mapping- Returns:
- The AttributePath to the ANY mapping
-