Uses of Interface
org.hibernate.loader.plan.spi.QuerySpace
-
Packages that use QuerySpace Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of QuerySpace in org.hibernate.loader.plan.build.spi
Subinterfaces of QuerySpace in org.hibernate.loader.plan.build.spi Modifier and Type Interface Description interfaceExpandingCollectionQuerySpaceDescribes a collection query space that allows adding joins with other query spaces; used while building aCollectionQuerySpace.interfaceExpandingCompositeQuerySpaceDescribes a composite query space that allows adding joins with other query spaces; used while building aCompositeQuerySpace.interfaceExpandingEntityQuerySpaceDescribes an entity query space that allows adding joins with other query spaces; used while building anEntityQuerySpace.interfaceExpandingQuerySpaceDescribes a query space that allows adding joins with other query spaces; used while building aQuerySpace.Methods in org.hibernate.loader.plan.build.spi with parameters of type QuerySpace Modifier and Type Method Description java.lang.StringQuerySpaceTreePrinter. extractDetails(QuerySpace space)Returns a String containing high-level details about theQuerySpace, such as: query space class name unique ID entity name (forEntityQuerySpacecollection role (forCollectionQuerySpace -
Uses of QuerySpace in org.hibernate.loader.plan.spi
Subinterfaces of QuerySpace in org.hibernate.loader.plan.spi Modifier and Type Interface Description interfaceCollectionQuerySpaceModels a QuerySpace for a persistent collection.interfaceCompositeQuerySpaceModels a QuerySpace for a composition (component/embeddable).interfaceEntityQuerySpaceModels a QuerySpace specific to an entity (EntityPersister).Methods in org.hibernate.loader.plan.spi that return QuerySpace Modifier and Type Method Description QuerySpaceQuerySpaces. findQuerySpaceByUid(java.lang.String uid)Locate a QuerySpace by its uid.QuerySpaceJoin. getLeftHandSide()Get theQuerySpacefrom the left-hand-side of the join.QuerySpaceQuerySpaces. getQuerySpaceByUid(java.lang.String uid)LikeQuerySpaces.findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved.QuerySpaceJoin. getRightHandSide()Get theQuerySpacefrom the right-hand-side of the join.Methods in org.hibernate.loader.plan.spi that return types with arguments of type QuerySpace Modifier and Type Method Description java.util.List<QuerySpace>QuerySpaces. getRootQuerySpaces()Gets the root QuerySpace references.
-