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
.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.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.query.sqm.tree.domain
Subinterfaces of MapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Graph.addTreatedMapKeySubgraph(MapAttribute, Class)