| Package | Description | 
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel | |
| org.hibernate.ejb.criteria.path | |
| org.hibernate.ejb.metamodel | |
| org.hibernate.envers | |
| org.hibernate.envers.enhanced | 
| Modifier and Type | Method and Description | 
|---|---|
| SetAttribute<? super Z,E> | SetJoin. getModel()Return the metamodel representation for the set attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| <Y> SetJoin<X,Y> | From. join(SetAttribute<? super X,Y> set)Create an inner join to the specified Set-valued attribute. | 
| <Y> SetJoin<X,Y> | From. join(SetAttribute<? super X,Y> set,
    JoinType jt)Create a join to the specified Set-valued attribute using
 the given join type. | 
| Modifier and Type | Method and Description | 
|---|---|
| SetAttribute<X,?> | ManagedType. getDeclaredSet(String name)Return the Set-valued attribute declared by the managed type
 that corresponds to the specified name. | 
| <E> SetAttribute<X,E> | ManagedType. getDeclaredSet(String name,
              Class<E> elementType)Return the Set-valued attribute declared by the managed type
 that corresponds to the specified name and Java element type. | 
| SetAttribute<? super X,?> | ManagedType. getSet(String name)Return the Set-valued attribute of the managed type that
 corresponds to the specified name. | 
| <E> SetAttribute<? super X,E> | ManagedType. getSet(String name,
      Class<E> elementType)Return the Set-valued attribute of the managed type that
 corresponds to the specified name and Java element type. | 
| Modifier and Type | Method and Description | 
|---|---|
| SetAttribute<? super O,E> | SetAttributeJoin. getAttribute() | 
| SetAttribute<? super O,E> | SetAttributeJoin. getModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| <Y> SetJoin<X,Y> | AbstractFromImpl. join(SetAttribute<? super X,Y> set) | 
| <Y> SetJoin<X,Y> | AbstractFromImpl. join(SetAttribute<? super X,Y> set,
    JoinType jt) | 
| Constructor and Description | 
|---|
| SetAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
                Class<E> javaType,
                PathSource<O> pathSource,
                SetAttribute<? super O,E> joinAttribute,
                JoinType joinType) | 
| Modifier and Type | Method and Description | 
|---|---|
| SetAttribute<X,?> | AbstractManagedType. getDeclaredSet(String name)Return the Set-valued attribute declared by the managed type
 that corresponds to the specified name. | 
| <E> SetAttribute<X,E> | AbstractManagedType. getDeclaredSet(String name,
              Class<E> elementType)Return the Set-valued attribute declared by the managed type
 that corresponds to the specified name and Java element type. | 
| SetAttribute<? super X,?> | AbstractManagedType. getSet(String name)Return the Set-valued attribute of the managed type that
 corresponds to the specified name. | 
| <E> SetAttribute<? super X,E> | AbstractManagedType. getSet(String name,
      Class<E> elementType)Return the Set-valued attribute of the managed type that
 corresponds to the specified name and Java element type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SetAttribute<DefaultTrackingModifiedEntitiesRevisionEntity,String> | DefaultTrackingModifiedEntitiesRevisionEntity_. modifiedEntityNames | 
| Modifier and Type | Field and Description | 
|---|---|
| static SetAttribute<SequenceIdTrackingModifiedEntitiesRevisionEntity,String> | SequenceIdTrackingModifiedEntitiesRevisionEntity_. modifiedEntityNames | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.