Posts by Cota • 11 points
1 post
-
1
votes1
answer979
viewsQ: JPQL to view bank date/time with Hibernate without query
There is a way to query the database date/time without using activate query? On the Oracle I do this: SQLQuery qry = session.createSQLQuery("SELECT SYSDATE FROM dual"); But I would like a general…