The sql query is:
SELECT to_char(DE.DELIVERYID) FROM DELIVERIES DE;
DELIVERYID in oracle is a number and deliveryid in JPA is a Long.
any suggestion?
The sql query is:
SELECT to_char(DE.DELIVERYID) FROM DELIVERIES DE;
DELIVERYID in oracle is a number and deliveryid in JPA is a Long.
any suggestion?
Copyright © 2021 Jogjafile Inc.
I just resolved it! I have created this field sdeliveryid into delivery entitity:
And I change the EJB QL query like this: