Package org.hibernate.boot.model.naming
Interface ImplicitMapKeyColumnNameSource
-
- All Superinterfaces:
ImplicitNameSource
public interface ImplicitMapKeyColumnNameSource extends ImplicitNameSource
Context for determining the implicit name of a column used to back the key of aMap
. This is used for bothMapKeyColumn
andMapKeyJoinColumn
cases.- See Also:
MapKeyColumn
,MapKeyJoinColumn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributePath
getPluralAttributePath()
Access the AttributePath for the Map attribute-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
getPluralAttributePath
AttributePath getPluralAttributePath()
Access the AttributePath for the Map attribute- Returns:
- The AttributePath for the Map attribute
-
-