public class JPAQueryTupleElement extends Object implements javax.persistence.TupleElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected Class |
type |
protected Object |
value |
| Constructor and Description |
|---|
JPAQueryTupleElement(String alias,
Class type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
Class |
getJavaType() |
Object |
getValue() |
String |
toString() |
Copyright © 2020. All rights reserved.