Class constructorClass = null;
if (isSelectQuery()) {
if (! isNativeQuery()) {
AmberSelectQuery selectQuery = (AmberSelectQuery) _query;
constructorClass = selectQuery.getConstructorClass();
}
}
else
throw new IllegalStateException(L.l("javax.persistence.Query.getResultList() can only be applied to a SELECT statement"));