1. data table filtering richfaces cannot import data stackoverflow.comi can't import data in table filter with richfaces this is my listTimesheet.jsp:
|
2. Apply Hibernate filters for every access to table stackoverflow.comI'm having a table shared with another database. It looks like this
|
3. how to filter a many-to-one table?? forum.hibernate.orgi have two tables,table_fact and table_dict they have a many to one relationship,which is :fact-n-1-dict and i have put the |
4. Forcing a security filter on a table forum.hibernate.org |
5. filter does not add table name forum.hibernate.orgNewbie Joined: Tue Jun 21, 2005 1:02 pm Posts: 12 Summary: I need a class level filter to call a stored procedure as follows: |
6. using generated table names in filter forum.hibernate.orgHi again, I am using the table names dynamically generated by hibernate in my filter to limit the result set. The mapping is as follows: Code: |
7. Extra Filter On The Categories Table, HOW? forum.hibernate.orgI have mapped a Category with CategorizedItems and Items, like the Caveat Example. But in my Category there is an extra column "CATEGORY_TYPE". Now when I run my test getItemById(Long Id), I get the CategorizedItems from every Category. But I want only the CategorizedItems of the Category with CATEGORY_TYPE ="Something" How can I achieve this in my mapping, because I can ... |