Uses of Interface
org.hibernate.metamodel.model.domain.BagPersistentAttribute
-
Packages that use BagPersistentAttribute Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of BagPersistentAttribute in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return BagPersistentAttribute Modifier and Type Method Description BagPersistentAttribute<? super J,?>
AbstractManagedType. getCollection(String name)
<E> BagPersistentAttribute<? super J,E>
AbstractManagedType. getCollection(String name, Class<E> elementType)
-
Uses of BagPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement BagPersistentAttribute Modifier and Type Class Description class
BagAttributeImpl<X,E>
-
Uses of BagPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return BagPersistentAttribute Modifier and Type Method Description BagPersistentAttribute<O,E>
SqmBagJoin. getAttribute()
BagPersistentAttribute<O,E>
SqmBagJoin. getModel()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type BagPersistentAttribute Constructor Description SqmBagJoin(SqmFrom<?,O> lhs, BagPersistentAttribute<O,E> attribute, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder)
SqmBagJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, BagPersistentAttribute<O,E> attribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)
-