criteria-api
translating a TypedQuery to criteriaQuery (JPA 2.0) with max, min, group by and order by
I have some struggles in translating a well working typedQuery to a pure JPA 2.0 criteriaQuery :/ Following my working typedQuery:[详细]
2023-04-10 06:23 分类:问答How to select from a subselect on NHibernate
How can I map this SQL using NHibernate Criteria API?开发者_如何学编程 Sql: SELECT COUNT(*) FROM ([详细]
2023-04-06 05:55 分类:问答i added jpa2 jar file to library, but still can't find getCriteriaBuilder method
i am using hibernate jpa, i can use jpql query successfully but i can\'t use criteria api. i have read JPA Criteria API missing and jar file for JPA 2.0, i added hibernate-jpa-2.0-api-1.0.1.Final file[详细]
2023-04-05 19:50 分类:问答NHibernate QueryOver with nested select in FROM
How would you write t开发者_JAVA技巧he following using QueryOver (or CriteriaAPI for that matter)?[详细]
2023-04-05 18:07 分类:问答building a criteria query with jpa 2.0 by using a dynamic list
I\'m a bit confused while creating a criteriaQuery with JPA 2.0. Prerequisites: I have a Gui, where the user can mark some checkboxes of (let us say) wheatherstations with some options like temperatu[详细]
2023-04-04 23:54 分类:问答Hibernate Criteria object - perform a INTERSECT
I was wondering if thei开发者_JAVA百科r is an easy to perform a oracle INTERSECT using the Criteria API object.[详细]
2023-04-04 03:40 分类:问答JPA Named Queries vs Criteria API?
Is there a heuristic/best practice/ruleset for a decision between the Criteria API 开发者_如何学JAVAand NamedQuery?[详细]
2023-04-02 23:38 分类:问答EclipseLink JPA: Can I run multiple queries from one builder?
I have a method that builds and runs a Criteria query. The query does what I want it to, specifically it filters (and sorts) records based on user input.[详细]
2023-04-01 22:41 分类:问答Criteria API combined AND / OR
I am struggling to create a query using the Criteria API. The following SQL query returns the result that I need:[详细]
2023-03-31 09:03 分类:问答Add logic to a column as your querying using criteria api
I\'m not even sure this is possible but I figured it\'s worth asking.I\'ve been using native query\'s for this for a long time.[详细]
2023-03-31 00:29 分类:问答