public interface ImplicitBasicColumnNameSource extends ImplicitNameSource
Context for determining the implicit name related to basic values.
Column| Modifier and Type | Method and Description |
|---|---|
AttributePath |
getAttributePath()
Access to the AttributePath for the basic value
|
boolean |
isCollectionElement()
Is the basic column the "element column" for a collection?
<p/>
Historical handling for these in
hbm.xml binding was to simply
name the column "elt". |
getBuildingContextAttributePath getAttributePath()
Access to the AttributePath for the basic value
boolean isCollectionElement()
Is the basic column the "element column" for a collection?
<p/>
Historical handling for these in hbm.xml binding was to simply
name the column "elt".
true if the column being named is the collection element
column; false otherwise.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.