Package org.hibernate.boot.model.naming
Interface ImplicitMapKeyColumnNameSource
- All Superinterfaces:
ImplicitNameSource
Context for determining the implicit name of a column used to back the key
of a
Map
. This is used for both
MapKeyColumn
and
MapKeyJoinColumn
cases.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionAccess the AttributePath for the Map attributeMethods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Method Details
-
getPluralAttributePath
AttributePath getPluralAttributePath()Access the AttributePath for the Map attribute- Returns:
- The AttributePath for the Map attribute
-