类的使用
org.hibernate.loader.custom.NonScalarReturn
-
使用NonScalarReturn的程序包 程序包 说明 org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL -
-
org.hibernate.loader.custom中NonScalarReturn的使用
org.hibernate.loader.custom中NonScalarReturn的子类 修饰符和类型 类 说明 classCollectionFetchReturnSpecifically a fetch return that refers to a collection association.classCollectionReturnRepresents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).classEntityFetchReturnSpecifically a fetch return that refers to an entity association.classFetchReturnRepresents a return which names a fetched association.classRootReturnRepresents a return which names a "root" entity.返回NonScalarReturn的org.hibernate.loader.custom中的方法 修饰符和类型 方法 说明 NonScalarReturnFetchReturn. getOwner()Retrieves the return descriptor for the owner of this fetch.参数类型为NonScalarReturn的org.hibernate.loader.custom中的构造器 构造器 说明 CollectionFetchReturn(String alias, NonScalarReturn owner, String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)EntityFetchReturn(String alias, EntityAliases entityAliases, NonScalarReturn owner, String ownerProperty, LockMode lockMode)FetchReturn(NonScalarReturn owner, String ownerProperty, String alias, LockMode lockMode)Creates a return descriptor for an association fetch.
-