Interface PluralAttributeElementSourceBasic
-
- All Superinterfaces:
ColumnBindingDefaults
,ImplicitBasicColumnNameSource
,ImplicitNameSource
,PluralAttributeElementSource
,RelationalValueSourceContainer
- All Known Implementing Classes:
PluralAttributeElementSourceBasicImpl
public interface PluralAttributeElementSourceBasic extends PluralAttributeElementSource, RelationalValueSourceContainer, ImplicitBasicColumnNameSource
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HibernateTypeSource
getExplicitHibernateTypeSource()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
getAttributePath, isCollectionElement
-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
getNature
-
Methods inherited from interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
getRelationalValueSources
-
-
-
-
Method Detail
-
getExplicitHibernateTypeSource
HibernateTypeSource getExplicitHibernateTypeSource()
-
-