public class FetchJoinInformation extends Object
| Constructor and Description |
|---|
FetchJoinInformation(String property)
Constructor - defaults to left join
|
FetchJoinInformation(String property,
javax.persistence.criteria.JoinType joinType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
javax.persistence.criteria.JoinType |
getJoinType() |
String |
getProperty() |
int |
hashCode() |
public FetchJoinInformation(String property, javax.persistence.criteria.JoinType joinType)
property - the property to use for the fetchjoinType - the desired join type (left, inner etc)public FetchJoinInformation(String property)
property - Copyright © 2017 Open Circle Solutions. All rights reserved.