Represents 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).
@author Steve Ebersole
Models the a persistent collection as root {@link Return}. Pertinent to collection initializer ( {@link org.hibernate.loader.plan.spi.LoadPlan.Disposition#COLLECTION_INITIALIZER}) LoadPlans only,
@author Steve Ebersole
Models the a persistent collection as root {@link Return}. Pertinent to collection initializer ( {@link org.hibernate.loader.plan2.spi.LoadPlan.Disposition#COLLECTION_INITIALIZER}) LoadPlans only,
@author Steve Ebersole
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.