Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel | |
org.hibernate.jpa.criteria.path | |
org.hibernate.jpa.internal.metamodel |
Modifier and Type | Method and Description |
---|---|
CollectionAttribute<? super Z,E> |
CollectionJoin.getModel()
Return the metamodel representation for the collection
attribute.
|
Modifier and Type | Method and Description |
---|---|
<Y> CollectionJoin<X,Y> |
From.join(CollectionAttribute<? super X,Y> collection)
Create an inner join to the specified Collection-valued
attribute.
|
<Y> CollectionJoin<X,Y> |
From.join(CollectionAttribute<? super X,Y> collection,
JoinType jt)
Create a join to the specified Collection-valued attribute
using the given join type.
|
Modifier and Type | Method and Description |
---|---|
CollectionAttribute<? super X,?> |
ManagedType.getCollection(String name)
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
|
<E> CollectionAttribute<? super X,E> |
ManagedType.getCollection(String name,
Class<E> elementType)
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
|
CollectionAttribute<X,?> |
ManagedType.getDeclaredCollection(String name)
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
|
<E> CollectionAttribute<X,E> |
ManagedType.getDeclaredCollection(String name,
Class<E> elementType)
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
|
Modifier and Type | Method and Description |
---|---|
CollectionAttribute<? super O,E> |
CollectionAttributeJoin.getAttribute() |
CollectionAttribute<? super O,E> |
CollectionAttributeJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<Y> CollectionJoin<X,Y> |
AbstractFromImpl.join(CollectionAttribute<? super X,Y> collection) |
<Y> CollectionJoin<X,Y> |
AbstractFromImpl.join(CollectionAttribute<? super X,Y> collection,
JoinType jt) |
Constructor and Description |
---|
CollectionAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<E> javaType,
PathSource<O> pathSource,
CollectionAttribute<? super O,E> joinAttribute,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
CollectionAttribute<? super X,?> |
AbstractManagedType.getCollection(String name) |
<E> CollectionAttribute<? super X,E> |
AbstractManagedType.getCollection(String name,
Class<E> elementType) |
CollectionAttribute<X,?> |
AbstractManagedType.getDeclaredCollection(String name) |
<E> CollectionAttribute<X,E> |
AbstractManagedType.getDeclaredCollection(String name,
Class<E> elementType) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.