Interface FetchableAttributeSource
-
- All Known Subinterfaces:
org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
,PluralAttributeSource
,PluralAttributeSourceArray
,SingularAttributeSourceManyToOne
,SingularAttributeSourceOneToOne
,SingularAttributeSourceToOne
public interface FetchableAttributeSource
Describes source for attributes which can be fetched.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchCharacteristics
getFetchCharacteristics()
-
-
-
Method Detail
-
getFetchCharacteristics
FetchCharacteristics getFetchCharacteristics()
-
-