Uses of Interface
org.hibernate.graph.spi.SubGraphImplementor
Packages that use SubGraphImplementor
Package
Description
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph.Implementation of the SPI for the runtime domain metamodel.
-
Uses of SubGraphImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement SubGraphImplementorModifier and TypeClassDescriptionclassSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface.Methods in org.hibernate.graph.internal that return SubGraphImplementorModifier and TypeMethodDescription<AJ> SubGraphImplementor<AJ>SubGraphImpl.addKeySubGraph(String attributeName) SubGraphImpl.makeCopy(boolean mutable) AttributeNodeImpl.makeKeySubGraph()<S extends J>
SubGraphImplementor<S>AttributeNodeImpl.makeKeySubGraph(Class<S> subtype) <S extends J>
SubGraphImplementor<S>AttributeNodeImpl.makeKeySubGraph(ManagedDomainType<S> subtype) AttributeNodeImpl.makeSubGraph()<S extends J>
SubGraphImplementor<S>AttributeNodeImpl.makeSubGraph(Class<S> subtype) <S extends J>
SubGraphImplementor<S>AttributeNodeImpl.makeSubGraph(ManagedDomainType<S> subtype) RootGraphImpl.makeSubGraph(boolean mutable) SubGraphImpl.makeSubGraph(boolean mutable) Methods in org.hibernate.graph.internal that return types with arguments of type SubGraphImplementorModifier and TypeMethodDescriptionMap<Class<? extends J>,SubGraphImplementor<? extends J>> AttributeNodeImpl.getKeySubGraphMap()Map<Class<? extends J>,SubGraphImplementor<? extends J>> AttributeNodeImpl.getSubGraphMap()Methods in org.hibernate.graph.internal with parameters of type SubGraphImplementorModifier and TypeMethodDescriptionvoidAttributeNodeImpl.addSubGraph(SubGraphImplementor<? extends J> subGraph) protected voidAttributeNodeImpl.internalAddSubGraph(SubGraphImplementor<? extends J> subGraph) -
Uses of SubGraphImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return SubGraphImplementorModifier and TypeMethodDescriptionSubGraphGenerator.createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory) GraphParser.visitSubGraph(GraphLanguageParser.SubGraphContext ctx) -
Uses of SubGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return SubGraphImplementorModifier and TypeMethodDescriptiondefault <AJ> SubGraphImplementor<AJ>GraphImplementor.addKeySubGraph(String attributeName) default <AJ> SubGraphImplementor<AJ>GraphImplementor.addKeySubGraph(String attributeName, Class<AJ> subtype) default <AJ> SubGraphImplementor<AJ>GraphImplementor.addKeySubGraph(PersistentAttribute<? extends J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>GraphImplementor.addKeySubGraph(PersistentAttribute<? extends J, AJ> attribute, Class<? extends AJ> subType) <AJ> SubGraphImplementor<AJ>SubGraphImplementor.addKeySubGraph(String attributeName) default <AJ> SubGraphImplementor<? extends AJ>SubGraphImplementor.addKeySubGraph(PersistentAttribute<? 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(PersistentAttribute<? extends J, AJ> attribute) default <AJ> SubGraphImplementor<? extends AJ>GraphImplementor.addSubGraph(PersistentAttribute<? extends J, AJ> attribute, Class<? extends AJ> subType) SubGraphImplementor.makeCopy(boolean mutable) AttributeNodeImplementor.makeKeySubGraph()<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor.makeKeySubGraph(Class<S> subtype) <S extends J>
SubGraphImplementor<S>AttributeNodeImplementor.makeKeySubGraph(ManagedDomainType<S> subtype) AttributeNodeImplementor.makeSubGraph()<S extends J>
SubGraphImplementor<S>AttributeNodeImplementor.makeSubGraph(Class<S> subtype) <S extends J>
SubGraphImplementor<S>AttributeNodeImplementor.makeSubGraph(ManagedDomainType<S> subtype) GraphImplementor.makeSubGraph(boolean mutable) RootGraphImplementor.makeSubGraph(boolean mutable) default SubGraphImplementor<J>SubGraphImplementor.makeSubGraph(boolean mutable) Methods in org.hibernate.graph.spi that return types with arguments of type SubGraphImplementorModifier and TypeMethodDescriptionMap<Class<? extends J>,SubGraphImplementor<? extends J>> AttributeNodeImplementor.getKeySubGraphMap()Map<Class<? extends J>,SubGraphImplementor<? extends J>> AttributeNodeImplementor.getSubGraphMap()Methods in org.hibernate.graph.spi with parameters of type SubGraphImplementorModifier and TypeMethodDescriptionvoidAttributeNodeImplementor.addSubGraph(SubGraphImplementor<? extends J> subGraph) Method parameters in org.hibernate.graph.spi with type arguments of type SubGraphImplementorModifier and TypeMethodDescriptiondefault voidAttributeNodeImplementor.visitKeySubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) default voidAttributeNodeImplementor.visitSubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) -
Uses of SubGraphImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return SubGraphImplementorModifier and TypeMethodDescriptionstatic <J,S> SubGraphImplementor<S> DomainModelHelper.makeSubGraph(ManagedDomainType<J> type, Class<S> subtype)