Package org.hibernate.boot.model.naming
Interface ImplicitAnyKeyColumnNameSource
-
- All Superinterfaces:
ImplicitNameSource
- All Known Subinterfaces:
AnyKeySource
public interface ImplicitAnyKeyColumnNameSource extends ImplicitNameSource
Context for determining the implicit name for an ANY mapping's key column. Historically the ANY key column name had to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributePath
getAttributePath()
Access to the AttributePath of the ANY mapping-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
getAttributePath
AttributePath getAttributePath()
Access to the AttributePath of the ANY mapping- Returns:
- The AttributePath of the ANY mapping
-
-