public class FieldPathBuilder
extends java.lang.Object
| Constructor and Description |
|---|
FieldPathBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
getFieldPath(javax.persistence.criteria.From root,
java.lang.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,
java.lang.String fullPropertyName,
javax.persistence.criteria.CriteriaBuilder builder) |
public FieldPath getFieldPath(javax.persistence.criteria.From root, java.lang.String fullPropertyName)
public javax.persistence.criteria.Path getPath(javax.persistence.criteria.From root,
java.lang.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 © 2018. All Rights Reserved.