ObjectDB Database Search
1-14 of 14 resultsWHERE clause (JPQL / Criteria API)
retrieves only countries with a population greater than the value of the parameter p : SELECT c ... , the following query retrieves all countries that have a population greater than a specified limit
|
|
jakarta.persistence.criteria.CriteriaBuilder
of its argument, that is, the smallest integer greater than or equal to its argument. Parameters: x ... argument is greater than or equal to the second. Parameters: x - expression y - expression Returns: greater -than-or-equal predicate. Since: Jakarta Persistence (JPA) 1.0 Predicate ge ( Expression x
|
|
ObjectDB License Agreement [ver. 2.0.4]
, and regardless of the form of the action, will be limited to no greater than the amount of money paid
|
|
CRUD Database Operations with JPA
is greater than or equal to 100 are deleted. All other Point objects are updated. Chapter 3
|
|
jakarta.persistence.criteria.CriteriaBuilder.gt(Expression,Expression)
Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate gt ( Expression x , Expression y ) Create a predicate for testing whether the first argument is greater than the second. Parameters: x - expression y - expression Returns: greater -than predicate. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.criteria.CriteriaBuilder.gt(Expression,Number)
Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate gt ( Expression x , Number y ) Create a predicate for testing whether the first argument is greater than the second. Parameters: x - expression y - value Returns: greater -than predicate. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Expression)
whether the first argument is greater than or equal to the second. Parameters: x - expression y - expression Returns: greater -than-or-equal predicate. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Number)
argument is greater than or equal to the second. Parameters: x - expression y - value Returns: greater -than-or-equal predicate. Since: Jakarta Persistence (JPA) 1.0
|
|
jakarta.persistence.criteria.CriteriaBuilder.ceiling(Expression)
Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression ceiling ( Expression x ) Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument. Parameters: x - expression Returns: ceiling. Since: Jakarta Persistence (JPA) 1.0
|
|
How to add minutes to a Date with JPA2
Hi, I have to sum to a date of minutes, and check the date obtained is greater than the current date. My idea is as follows: Calendar currentTime = Calendar.getInstance(); Date currenteDate ... , good idea but my problem is to use the greater than subjects with Integer and Date Calendar
|
|
ObjectDB's Database Doctor Incorrect Error Report
of disallowing database page sizes greater than 64 KB? (My test with that version did not show any ... with greater than 64 KB page sizes to try to determine the optimal page size for my application. 
|
|
com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date
greater ? I couldn't get it to work using Java 17. esharris Earl S Harris Sure, you should be able to use
|
|
objectdb.conf Information
a lot, Alex quasado Alexander Adam Or something that might be even of greater use if possible
|
|
Query Execution on parallel threads don't lead to performance improvements
and the processing cache is greater than the db file. btc_es BTC EmbeddedSystems It seems that the settings
|