Uses of Interface
org.hibernate.metamodel.model.domain.MapPersistentAttribute
Packages that use MapPersistentAttribute
Package
Description
Implements and extends the JPA-defined entity graph API.
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.
Nodes representing path expressions in the SQM tree.
-
Uses of MapPersistentAttribute in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type MapPersistentAttributeModifier and TypeMethodDescription<AJ> SubGraph<AJ>
Graph.addKeySubGraph
(MapPersistentAttribute<? super J, ? super AJ, ?> attribute, Class<AJ> type) Deprecated. -
Uses of MapPersistentAttribute in org.hibernate.graph.internal
Methods in org.hibernate.graph.internal with parameters of type MapPersistentAttributeModifier and TypeMethodDescription<AJ> SubGraphImplementor<AJ>
GraphImpl.addKeySubGraph
(MapPersistentAttribute<? super J, ? super AJ, ?> attribute, Class<AJ> subtype) -
Uses of MapPersistentAttribute in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi with parameters of type MapPersistentAttributeModifier and TypeMethodDescription<AJ> SubGraphImplementor<AJ>
GraphImplementor.addKeySubGraph
(MapPersistentAttribute<? super J, ? super AJ, ?> attribute, Class<AJ> subtype) -
Uses of MapPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MapPersistentAttributeMethods in org.hibernate.metamodel.model.domain.internal that return MapPersistentAttributeModifier and TypeMethodDescriptionMapPersistentAttribute<J,
?, ?> AbstractManagedType.getDeclaredMap
(String name) MapPersistentAttribute<? super J,
?, ?> -
Uses of MapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of MapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Graph.addTreatedMapKeySubgraph(MapAttribute, Class)