Record « Search « JPA Q&A





1. Searching a record By date    forum.hibernate.org

Senior Joined: Tue Jan 11, 2005 5:03 pm Posts: 137 Location: Montreal, Quebec Hi I am doing a simple test when storing an Object in by MySQL DB and retrieving it at the same time. I am using Spring 2.1 RC1, Hibernate 3.0 and Eclipse 3.1M5, MySql 4. When I start the test there's no data in the table. So the ...

2. Getting the same record in search    forum.hibernate.org

Hi, I have a very annoying issue, I have a simple catalog, and I want to get all the values for that catalog, but I am getting the same record over and over, for instance, I have 4 values in the catalog, and I am getting the same value 4 times. I am using the latest versions of hibernate and spring. ...

3. Search returns 10 records instead of the set maxResults    forum.hibernate.org

Hibernate version: 3.2.6 Oracle Hello! When I try to get the first 25 results of my search, I only get the first 10 back. When I paginate to the next consecutive pages, I get 25 records each and they are in the correct order. maxResult is set to 25 in all instances and firstResult is set accordingly. I got it to ...

4. Search Records By Astrik(*) and Question (?) in Hibernate.    forum.hibernate.org

Hi All , I am using Hibernate in my Project. Iam Developing a Search Page . Recently I got a requirment. In the Search Page if I enter * or ? records should be display . For Ex. say in any text box if enter "RE*" or "RE?" related records should be populated in the search page. My Query is can ...