public class BasicCollectionElementBinder extends java.lang.Object
Binds the element value for a basic (scalar or enum) collection.
| Constructor and description |
|---|
BasicCollectionElementBinder(MetadataBuildingContext metadataBuildingContext, PersistentEntityNamingStrategy namingStrategy, EnumTypeBinder enumTypeBinder, SimpleValueColumnBinder simpleValueColumnBinder, SimpleValueColumnFetcher simpleValueColumnFetcher, ColumnConfigToColumnBinder columnConfigToColumnBinder)Creates a new BasicCollectionElementBinder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public BasicValue |
bind(HibernateBasicProperty property)Creates and binds a BasicValue element for the given basic collection property. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a new BasicCollectionElementBinder instance.
Creates and binds a BasicValue element for the given basic collection property.