Uses of Interface
org.hibernate.metamodel.model.domain.SetPersistentAttribute
-
Packages that use SetPersistentAttribute 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.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
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.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()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)
-