1. Java-Spring-Hibernate: How can I save a filter and, afterward, how could I use it? stackoverflow.comI receive a task for a project which uses Spring, Hibernate and Wicket. In a particular HTML page I must have the possibility to create a filter(set the name of the filter ... |
2. How to always enable my Hibernate filters in a spring application? stackoverflow.comHaving a Hibernate (3.5)/Spring (3.0)/BlazeDS/Flex stack-based application, I need to apply filters for some of my domain classes as shown below.
|
3. Hibernate Filter forum.springsource.orgHibernate Filter I have a working app without OpenSessionInViewFilter in the web.xml but when i do put the following code in my web.xml |
4. Parameter for Hibernate Filter? forum.springsource.orgAre there any plans of supporting not only the enabling of Filters, but also the parameterizing of it in HibernateTemplate ? Background: Hibernate 3 provides this new feature: Filter see http://www.hibernate.org/hib_docs/v3...l/filters.html ... |
5. Disable Hibernate Filter forum.springsource.orgI see how to enable a hbn 3 filter and set the parms on it but how does one disable the filter once it has been set? The hibernate session class ... |
6. Hibernate filter forum.springsource.orgHibernate filter I have a list of objects in my database that have "voided" property set to either true/false. I want to write a filter where the HibernateTemplate.find( query, Object[] ) ... |
7. Hibernate Filters forum.springsource.orgInstead of answering questions this time I have a question . Currently we are implementing some kind of database limitations/security on the data returned from the database. A user should only ... |
8. query filter jpa forum.springsource.orgHi, is there any way to perfom a filter query in jpa? I need to create a query based on the elements in a collection. How can achive this? Thanks |
9. Hibernate filters and native sql query forum.springsource.orgProblem is when I create HQL query everything is working perfectly, and filter is applying. When I switch to native sql filter is ignored. My filter is ORACLE specific ("CONNECT BY ... |
10. Spring-Hibernate-Annotation Query Filter question forum.springsource.orgSpring-Hibernate-Annotation Query Filter question Hello, I'm trying to use a hibernate filter to limit child records of an oneToMany association. @Entity public Class Parent { ... private Set |
11. Enabling Hibernate filters.. forum.springsource.orgEnabling Hibernate filters.. Hello all, I'm trying to implement row level security using the Hibernate filter technique. All works well when I enable the filter on the session programmatically. However I ... |
12. Default filters in Hibernate forum.springsource.orgI've got a bunch of filters I want to be enabled for any Hibernate session that gets created. Is there some way I can intercept the creation of sessions and apply ... |
13. Views filtering with Spring-Hibernate forum.springsource.orgPersistenceLayer persistenceLayer = PersistenceLayer.getPersistenceLayer(); MyViewDAO myView = persistenceLayer.getMyViewDAO(); MyViewId myViewId = new MyViewId(); myViewId.setUserId("11"); MyView myView= new MyView(); MyView.setId(myViewId); List |
14. Spring-Hibernate-Annotation Query Filter question forum.hibernate.org |