Uses of Interface
org.hibernate.metamodel.model.domain.SetPersistentAttribute
-
Packages that use SetPersistentAttribute Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.metamodel.model.domain.internal org.hibernate.query.sqm.tree.domain -
-
Uses of SetPersistentAttribute in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return SetPersistentAttribute Modifier and Type Method Description SetPersistentAttribute<J,?>
AbstractManagedType. getDeclaredSet(String name)
SetPersistentAttribute<? super J,?>
AbstractManagedType. getSet(String name)
-
Uses of SetPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SetPersistentAttribute Modifier and Type Class Description class
SetAttributeImpl<X,E>
-
Uses of SetPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SetPersistentAttribute Modifier and Type Method Description SetPersistentAttribute<O,E>
SqmSetJoin. getAttribute()
SetPersistentAttribute<O,E>
SqmSetJoin. getModel()
SetPersistentAttribute<O,S>
SqmTreatedSetJoin. getModel()
SetPersistentAttribute<O,E>
SqmSetJoin. getReferencedPathSource()
SetPersistentAttribute<O,S>
SqmTreatedSetJoin. getReferencedPathSource()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SetPersistentAttribute Constructor Description SqmSetJoin(SqmFrom<?,O> lhs, SetPersistentAttribute<O,E> pluralValuedNavigable, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder)
SqmSetJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, SetPersistentAttribute<O,E> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)
-