public class JPAWherePath extends WherePath<javax.persistence.criteria.Root<?>,javax.persistence.criteria.Path<?>>
| Constructor and Description |
|---|
JPAWherePath(javax.persistence.criteria.Root<?> root,
String field) |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
javax.persistence.criteria.Path<?> |
getPath() |
javax.persistence.criteria.Root<?> |
getRoot() |
public JPAWherePath(javax.persistence.criteria.Root<?> root,
String field)
Copyright © 2019. All rights reserved.