Package | Description |
---|---|
javax.persistence.criteria |
Jakarta Persistence Criteria API
|
javax.persistence.metamodel |
Jakarta Persistence Metamodel API
|
org.hibernate.metamodel.internal | |
org.hibernate.query.criteria.internal.expression | |
org.hibernate.query.criteria.internal.path |
Modifier and Type | Method and Description |
---|---|
ListAttribute<? super Z,E> |
ListJoin.getModel()
Return the metamodel representation for the list attribute.
|
Modifier and Type | Method and Description |
---|---|
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list)
Create an inner join to the specified List-valued attribute.
|
<Y> ListJoin<X,Y> |
From.join(ListAttribute<? super X,Y> list,
JoinType jt)
Create a join to the specified List-valued attribute using
the given join type.
|
Modifier and Type | Method and Description |
---|---|
ListAttribute<X,?> |
ManagedType.getDeclaredList(String name)
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
|
<E> ListAttribute<X,E> |
ManagedType.getDeclaredList(String name,
Class<E> elementType)
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
|
ListAttribute<? super X,?> |
ManagedType.getList(String name)
Return the List-valued attribute of the managed type that
corresponds to the specified name.
|
<E> ListAttribute<? super X,E> |
ManagedType.getList(String name,
Class<E> elementType)
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
|
Modifier and Type | Method and Description |
---|---|
ListAttribute<X,?> |
AbstractManagedType.getDeclaredList(String name) |
<E> ListAttribute<X,E> |
AbstractManagedType.getDeclaredList(String name,
Class<E> elementType) |
ListAttribute<? super X,?> |
AbstractManagedType.getList(String name) |
<E> ListAttribute<? super X,E> |
AbstractManagedType.getList(String name,
Class<E> elementType) |
Modifier and Type | Method and Description |
---|---|
ListAttribute |
ListIndexExpression.getListAttribute() |
Constructor and Description |
---|
ListIndexExpression(CriteriaBuilderImpl criteriaBuilder,
PathImplementor origin,
ListAttribute listAttribute) |
Modifier and Type | Method and Description |
---|---|
ListAttribute<? super O,E> |
ListAttributeJoin.getAttribute() |
ListAttribute<? super O,E> |
ListAttributeJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<Y> ListJoin<X,Y> |
AbstractFromImpl.join(ListAttribute<? super X,Y> list) |
<Y> ListJoin<X,Y> |
AbstractFromImpl.join(ListAttribute<? super X,Y> list,
JoinType jt) |
Constructor and Description |
---|
ListAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<E> javaType,
PathSource<O> pathSource,
ListAttribute<? super O,E> joinAttribute,
JoinType joinType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.