类的使用
org.hibernate.graph.GraphSemantic
-
使用GraphSemantic的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.spi org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal -
-
org.hibernate中GraphSemantic的使用
参数类型为GraphSemantic的org.hibernate中的方法 修饰符和类型 方法 说明 IdentifierLoadAccess<T>IdentifierLoadAccess. with(RootGraph<T> graph, GraphSemantic semantic)MultiIdentifierLoadAccess<T>MultiIdentifierLoadAccess. with(RootGraph<T> graph, GraphSemantic semantic) -
org.hibernate.engine.query.spi中GraphSemantic的使用
返回GraphSemantic的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 GraphSemanticEntityGraphQueryHint. getGraphSemantic()已过时。(5.4) UseEntityGraphQueryHint.getSemantic()GraphSemanticEntityGraphQueryHint. getSemantic()参数类型为GraphSemantic的org.hibernate.engine.query.spi中的构造器 构造器 说明 EntityGraphQueryHint(RootGraphImplementor<?> graph, GraphSemantic semantic) -
org.hibernate.engine.spi中GraphSemantic的使用
返回GraphSemantic的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 GraphSemanticEffectiveEntityGraph. getSemantic()参数类型为GraphSemantic的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidEffectiveEntityGraph. applyGraph(RootGraphImplementor<?> graph, GraphSemantic semantic)Apply the graph and semantic. -
org.hibernate.graph中GraphSemantic的使用
返回GraphSemantic的org.hibernate.graph中的方法 修饰符和类型 方法 说明 static GraphSemanticGraphSemantic. fromJpaHintName(String hintName)static GraphSemanticGraphSemantic. valueOf(String name)返回带有指定名称的该类型的枚举常量。static GraphSemantic[]GraphSemantic. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为GraphSemantic的org.hibernate.graph中的方法 修饰符和类型 方法 说明 static ListEntityGraphs. executeList(javax.persistence.Query query, javax.persistence.EntityGraph graph, GraphSemantic semantic)Convenience method for executing the Query, applying the given EntityGraph using the specified semanticstatic <R> List<R>EntityGraphs. executeList(javax.persistence.TypedQuery<R> query, javax.persistence.EntityGraph<R> graph, GraphSemantic semantic)Form ofEntityGraphs.executeList(Query, EntityGraph, GraphSemantic)accepting a TypedQuery. -
org.hibernate.graph.spi中GraphSemantic的使用
返回GraphSemantic的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 GraphSemanticAppliedGraph. getSemantic()The semantic (fetch/load) under which the graph should be applied -
org.hibernate.query中GraphSemantic的使用
参数类型为GraphSemantic的org.hibernate.query中的方法 修饰符和类型 方法 说明 Query<R>Query. applyGraph(RootGraph graph, GraphSemantic semantic)Apply the given graph using the given semantic -
org.hibernate.query.criteria.internal.compile中GraphSemantic的使用
参数类型为GraphSemantic的org.hibernate.query.criteria.internal.compile中的方法 修饰符和类型 方法 说明 QueryImplementor<X>CriteriaQueryTypeQueryAdapter. applyGraph(RootGraph graph, GraphSemantic semantic) -
org.hibernate.query.internal中GraphSemantic的使用
参数类型为GraphSemantic的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 Query<R>AbstractProducedQuery. applyGraph(RootGraph graph, GraphSemantic semantic)Query<T>NativeQueryImpl. applyGraph(RootGraph graph, GraphSemantic semantic)
-