criteria-api
How to create the metamodel for multiple persistence units using the same entity classes?
I get: diagnostic error: javax.annotation.processing.FilerException: Attempt to recreate a file for type[详细]
2023-01-13 00:14 分类:问答Complex querying with NHibernate
I have this problem: When I try to implement Ayende\'s complex searching found at: http://ayende.com/Blog/archive/2006/12/07/ComplexSearchingQueryingWithNHibernate.aspx[详细]
2023-01-12 18:16 分类:问答CriteriaQuery with JPA 1.0
Is it possible to use CriteriaQuery with JPA 1.0. I guess JPA 2.0 not available with Java Se ( version -- Java(TM) SE Runtime Environment (build 1.6.0_16-b01)) . I tied to use,[详细]
2023-01-11 05:40 分类:问答JPA Criteria API - How to add JOIN clause (as general sentence as possible)
I am trying to construct queries dynamically, and my next target is add JOIN clauses (I don\'t know how can I use the API).[详细]
2023-01-11 00:11 分类:问答Why the compiler doesn't recognize the metamodel attributes?
Is the criteria api of eclipselink jpa2 supported for java se 6 projects? If not, that\'s my problem.[详细]
2023-01-10 22:32 分类:问答How to write DDL in the criteria API?
Consider the code in How do I delete all JPA entities? The documentation here http://download.开发者_运维知识库oracle.com/docs/cd/E17410_01/javaee/6/tutorial/doc/gjitv.html[详细]
2023-01-08 16:20 分类:问答How to specify multiple conditions on left join using JPA Criteria API?
I\'d like to convert the following SQL query: select * from region_tree country left outer join region_tree region[详细]
2023-01-07 17:08 分类:问答nHibernate criteria for reversed LIKE
I have the following two entities: public class Entity1 { public IList e2 { get; set; } }开发者_如何学Go[详细]
2023-01-07 04:20 分类:问答EntityManager.find can't find entity, but using the Criteria API does
I\'ve encountered a rather odd case in Java EE 6 where using the JPA EntityManager\'s find method along with an entity\'s primary id returns null, but using the Criteria API to select all entities wit[详细]
2023-01-06 00:09 分类:问答nhibernate multicriteria CTE subquery
I currently have a MultiCriteria query, which filters the results based on the ids being within a sub query[详细]
2023-01-05 23:33 分类:问答