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