Uses of Package
org.hibernate.graph.spi
-
Packages that use org.hibernate.graph.spi Package Description org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.spi org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.entity -
Classes in org.hibernate.graph.spi used by org.hibernate.engine.query.spi Class Description AppliedGraph Contract for anything a fetch/load graph can be appliedRootGraphImplementor Integration version of the RootGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.engine.spi Class Description AppliedGraph Contract for anything a fetch/load graph can be appliedRootGraphImplementor Integration version of the RootGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.graph Class Description GraphImplementor Integration version of the Graph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.graph.spi Class Description AttributeNodeImplementor Integration version of the AttributeNode contractGraphImplementor Integration version of the Graph contractGraphNodeImplementor Integration version of the GraphNode contractRootGraphImplementor Integration version of the RootGraph contractSubGraphImplementor Integration version of the SubGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.metamodel Class Description RootGraphImplementor Integration version of the RootGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.metamodel.model.domain Class Description RootGraphImplementor Integration version of the RootGraph contractSubGraphImplementor Integration version of the SubGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.query.spi Class Description AppliedGraph Contract for anything a fetch/load graph can be appliedRootGraphImplementor Integration version of the RootGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.query.sqm.tree.domain Class Description SubGraphImplementor Integration version of the SubGraph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.sql.results.graph Class Description GraphImplementor Integration version of the Graph contract -
Classes in org.hibernate.graph.spi used by org.hibernate.sql.results.graph.entity Class Description GraphImplementor Integration version of the Graph contract