Uses of Package
org.hibernate.graph
-
Packages that use org.hibernate.graph Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.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.internal org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.internal 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.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.internal 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.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.sql.results.internal -
Classes in org.hibernate.graph used by org.hibernate Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.engine.query.spi Class Description GraphSemantic -
Classes in org.hibernate.graph used by org.hibernate.engine.spi Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.graph Class Description AttributeNode Extends the JPA-definedAttributeNodewith additional operations.CannotBecomeEntityGraphException Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).CannotContainSubGraphException Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.Graph A container forAttributeNodereferences.GraphNode Common operations ofAttributeNodeandGraph.GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations.SubGraph Extends the JPA-definedSubgraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.graph.internal Class Description AttributeNode Extends the JPA-definedAttributeNodewith additional operations.CannotContainSubGraphException Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.Graph A container forAttributeNodereferences.GraphNode Common operations ofAttributeNodeandGraph.RootGraph Extends the JPA-definedEntityGraphwith additional operations.SubGraph Extends the JPA-definedSubgraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.graph.spi Class Description AttributeNode Extends the JPA-definedAttributeNodewith additional operations.CannotBecomeEntityGraphException Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).CannotContainSubGraphException Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.Graph A container forAttributeNodereferences.GraphNode Common operations ofAttributeNodeandGraph.GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations.SubGraph Extends the JPA-definedSubgraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.internal Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.loader.internal Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.metamodel Class Description RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.metamodel.model.domain.internal Class Description RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.procedure.internal Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.query Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.query.hql.spi Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.query.internal Class Description GraphSemantic -
Classes in org.hibernate.graph used by org.hibernate.query.spi Class Description GraphSemantic -
Classes in org.hibernate.graph used by org.hibernate.query.sql.internal Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.query.sqm.internal Class Description GraphSemantic RootGraph Extends the JPA-definedEntityGraphwith additional operations. -
Classes in org.hibernate.graph used by org.hibernate.query.sqm.spi Class Description GraphSemantic -
Classes in org.hibernate.graph used by org.hibernate.sql.results.internal Class Description GraphSemantic