Filtering data with Hibernate
Tags: Coldfusion, Hibernate
In a previous post I touched on how you can use hibernate to return paginated data, today I am going to show how to use hibernate to filter the results returned from a query.Tags: Coldfusion, Hibernate
In a previous post I touched on how you can use hibernate to return paginated data, today I am going to show how to use hibernate to filter the results returned from a query.Tags: Coldfusion, Hibernate
One of the things that has never really been easy is pagination within Coldfusion. And we all now know that Hibernate will be part of the core of Coldfusion now, but what we dont know is how much easier this will make our work.With the addition to some extra coding by Barney he has written cfgroovy which also allows for the adoption of hibernate in Coldfusion now.