类的使用
org.hibernate.graph.CannotContainSubGraphException
-
使用CannotContainSubGraphException的程序包 程序包 说明 org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.spi -
-
org.hibernate.graph中CannotContainSubGraphException的使用
抛出CannotContainSubGraphException的org.hibernate.graph中的方法 修饰符和类型 方法 说明 <AJ> SubGraph<AJ>Graph. addKeySubGraph(String attributeName)<AJ> SubGraph<AJ>Graph. addKeySubGraph(String attributeName, Class<AJ> type)<AJ> SubGraph<AJ>Graph. addKeySubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)<AJ> SubGraph<? extends AJ>Graph. addKeySubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute, Class<? extends AJ> type)<AJ> SubGraph<AJ>Graph. addSubGraph(String attributeName)Create a (mutable) SubGraphNode associated with the named AttributeNode.<AJ> SubGraph<AJ>Graph. addSubGraph(String attributeName, Class<AJ> type)<AJ> SubGraph<AJ>Graph. addSubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)Create a (mutable) SubGraphNode associated with the AttributeNode for the given Attribute.<AJ> SubGraph<? extends AJ>Graph. addSubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute, Class<? extends AJ> type) -
org.hibernate.graph.internal中CannotContainSubGraphException的使用
抛出CannotContainSubGraphException的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>AbstractGraph. addAttributeNode(String attributeName)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) -
org.hibernate.graph.spi中CannotContainSubGraphException的使用
抛出CannotContainSubGraphException的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(String attributeName)default <AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> SubGraphImplementor<? extends AJ>GraphImplementor. addKeySubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute, Class<? extends AJ> subType)default <AJ> SubGraphImplementor<? extends AJ>GraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<? extends AJ> subType)default <AJ> SubGraphImplementor<? extends AJ>SubGraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<? extends AJ> subType)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(String attributeName)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(String attributeName, Class<AJ> subType)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)default <AJ> SubGraph<? extends AJ>GraphImplementor. addSubGraph(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute, Class<? extends AJ> type)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<AJ> subType)
-