SQLQuery « Map « JPA Q&A





1. SQLQuery + mapping    forum.hibernate.org

2. How to do SQLQuery for inheritance    forum.hibernate.org

I am using Hibernate 3.2.5, MS SQL Server 2000, and JDK 1.5. I need to use SQLQuery for full-text index search in two entities with inheritance relationship. I am using MS SQL Server's full text index. Here is my simplified mapping file: public ...

3. SQLQuery back mapping to class    forum.hibernate.org

Hello , I have query which is join between some tables. When I am running it as a regular SQL query I am getting my Object[] without problems, but when ever I am trying to addEntity to return Object I am getting NullPointerException during query.list(); Mappings myprojects.domain.PlayType getId fromId