.If you are in the process of creating a mobile app and want to know what’s the best type of database for mobile applications, you’ve come to the right place. Mobile apps have become an integral part of our culture, and you can only become a prominent app developer if your app is available 24...
Tag: database
HQL Current Date And Other HQL Date Functions
This post will answer all you questions about how to use HQL current date and other HQL date functions. If it does not, drop me a question with details about your HQL date function related problem and I will try to find the solution for you. Let’s dig in! How To Get Current Date In...
Hibernate HQL BETWEEN Expression
In this post I will show you how to use the Hibernate HQL between expression to write and execute some simple HQL queries. HQL is the Hibernate Query Language that allows you to query your Hibernate data layer using similar syntax to the relational database query language SQL. SQL offers a number of operators and...