public final class ExtendedJPAQuery extends Object
Query
does not contain a list of Field names in order that defines the result set.
getQuery()
is null then all fields of the Entity are intact,
however if the Query.getExcludedFields()
is
true then it will only show the field names that are included in the resultset; by getOrderFieldNames()
.Constructor and Description |
---|
ExtendedJPAQuery(javax.persistence.Query query,
List<String> orderFieldNames) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getOrderFieldNames() |
javax.persistence.Query |
getQuery() |
Copyright © 2018. All rights reserved.