Uses of Interface
org.hibernate.metamodel.model.domain.ListPersistentAttribute
-
Packages that use ListPersistentAttribute 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 ListPersistentAttribute in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return ListPersistentAttribute Modifier and Type Method Description ListPersistentAttribute<J,?>
AbstractManagedType. getDeclaredList(String name)
ListPersistentAttribute<? super J,?>
AbstractManagedType. getList(String name)
-
Uses of ListPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement ListPersistentAttribute Modifier and Type Class Description class
ListAttributeImpl<X,E>
-
Uses of ListPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return ListPersistentAttribute Modifier and Type Method Description ListPersistentAttribute<O,E>
SqmListJoin. getAttribute()
ListPersistentAttribute<O,E>
SqmListJoin. getModel()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type ListPersistentAttribute Constructor Description SqmListJoin(SqmFrom<?,O> lhs, ListPersistentAttribute<O,E> listAttribute, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder)
SqmListJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, ListPersistentAttribute<O,E> listAttribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)
-