Uses of Interface
org.hibernate.graph.spi.AttributeNodeImplementor
Packages that use AttributeNodeImplementor
Package
Description
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.-
Uses of AttributeNodeImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement AttributeNodeImplementorMethods in org.hibernate.graph.internal that return AttributeNodeImplementorModifier and TypeMethodDescription<Y> AttributeNodeImplementor<Y,
?, ?> GraphImpl.addAttributeNode
(Attribute<? super J, Y> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.addAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.findAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.findOrCreateAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImpl.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <Y> AttributeNodeImplementor<Y,
?, ?> GraphImpl.getAttributeNode
(Attribute<? super J, Y> attribute) <Y> AttributeNodeImplementor<Y,
?, ?> GraphImpl.getAttributeNode
(String attributeName) Methods in org.hibernate.graph.internal that return types with arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptionList<AttributeNodeImplementor<?,
?, ?>> GraphImpl.getAttributeNodeList()
Map<PersistentAttribute<? super J,
?>, AttributeNodeImplementor<?, ?, ?>> GraphImpl.getNodes()
Methods in org.hibernate.graph.internal with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionvoid
AttributeNodeImpl.merge
(AttributeNodeImplementor<J, E, K> that) -
Uses of AttributeNodeImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return AttributeNodeImplementorModifier and TypeMethodDescriptionAttributeNodeImplementor<?,
?, ?> GraphParser.visitAttributeNode
(GraphLanguageParser.AttributeNodeContext attributeNodeContext) Methods in org.hibernate.graph.internal.parse with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionSubGraphGenerator.createSubGraph
(AttributeNodeImplementor<?, ?, ?> attributeNode, String subTypeName, EntityNameResolver entityNameResolver) -
Uses of AttributeNodeImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return AttributeNodeImplementorModifier and TypeMethodDescription<Y> AttributeNodeImplementor<Y,
?, ?> GraphImplementor.addAttributeNode
(Attribute<? super J, Y> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImplementor.findAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImplementor.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImplementor.findOrCreateAttributeNode
(String name) <AJ> AttributeNodeImplementor<AJ,
?, ?> GraphImplementor.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <Y> AttributeNodeImplementor<Y,
?, ?> GraphImplementor.getAttributeNode
(Attribute<? super J, Y> attribute) <Y> AttributeNodeImplementor<Y,
?, ?> GraphImplementor.getAttributeNode
(String attributeName) AttributeNodeImplementor.makeCopy
(boolean mutable) Methods in org.hibernate.graph.spi that return types with arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptionList<? extends AttributeNodeImplementor<?,
?, ?>> GraphImplementor.getAttributeNodeList()
Map<PersistentAttribute<? super J,
?>, AttributeNodeImplementor<?, ?, ?>> GraphImplementor.getNodes()
Methods in org.hibernate.graph.spi with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionvoid
AttributeNodeImplementor.merge
(AttributeNodeImplementor<J, E, K> other)