Package org.hibernate.boot.model.naming
Interface ImplicitAnyDiscriminatorColumnNameSource
-
- All Superinterfaces:
ImplicitNameSource
- All Known Subinterfaces:
AnyDiscriminatorSource
public interface ImplicitAnyDiscriminatorColumnNameSource extends ImplicitNameSource
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributePath
getAttributePath()
Access the AttributePath to the ANY mapping-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
getAttributePath
AttributePath getAttributePath()
Access the AttributePath to the ANY mapping- Returns:
- The AttributePath to the ANY mapping
-
-