public class FieldPathBuilder extends Object
| Constructor and Description |
|---|
FieldPathBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
getFieldPath(javax.persistence.criteria.From root,
String fullPropertyName) |
javax.persistence.criteria.Path |
getPath(javax.persistence.criteria.From root,
FieldPath fieldPath,
javax.persistence.criteria.CriteriaBuilder builder) |
javax.persistence.criteria.Path |
getPath(javax.persistence.criteria.From root,
String fullPropertyName,
javax.persistence.criteria.CriteriaBuilder builder) |
public FieldPath getFieldPath(javax.persistence.criteria.From root, String fullPropertyName)
public javax.persistence.criteria.Path getPath(javax.persistence.criteria.From root,
String fullPropertyName,
javax.persistence.criteria.CriteriaBuilder builder)
public javax.persistence.criteria.Path getPath(javax.persistence.criteria.From root,
FieldPath fieldPath,
javax.persistence.criteria.CriteriaBuilder builder)
Copyright © 2017. All Rights Reserved.