接口 AttributeFetch
-
- 所有超级接口:
Fetch
- 所有已知实现类:
AnyAttributeFetchImpl,CollectionAttributeFetchImpl,CompositeAttributeFetchImpl,EntityAttributeFetchImpl,NestedCompositeAttributeFetchImpl
public interface AttributeFetch extends Fetch
Models aFetchthat is specifically for an attribute.- 作者:
- Gail Badner
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AttributeDefinitiongetFetchedAttributeDefinition()Returns theAttributeDefinitionfor attribute being fetched.-
从接口继承的方法 org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchedType, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
-
-
-
方法详细资料
-
getFetchedAttributeDefinition
AttributeDefinition getFetchedAttributeDefinition()
Returns theAttributeDefinitionfor attribute being fetched.- 返回:
- The fetched attribute definition.
-
-