1. Hibernate @Index on @Enumerated field doesn't work stackoverflow.comI am using Hibernate to talk to my DB. I have one field that is an enumeration and it is going to be used in a slow query. So I'd like ... |
2. scrolling through a table with a multi - field index forum.hibernate.orgHi, Is there a way to scroll thru a list of items with a multi-part index. I cannot use a cursor because I am executing in a stateless session bean and I will be returning to the user parts of the list as they scroll through it. Is there a straight forward way to do this. I am using an index ... |