dynamic « Seam « JPA Q&A





1. Dynamically sorting a NamedQuery? Seam/Hibernate/JPA    stackoverflow.com

I have several NamedQuery's defined, and I'd like to be able to sort on a field for an entity dynamically, without having to create unique NamedQuery's for each field I want ...

2. JPA - Create dynamic connections.    seamframework.org

Hi all,I'm with a problem that is:I need to create connetions dynamically. I'm using JPA - Hibernate, and need to somehow create a connection and execute some sql, and close the connection. All this is well-dynamically even.I would not like to use the configuration files in XML, because there is no need, for where I create this dynamic connection, I'll have ...

3. Seam Hibernate field parameters using a dynamic column name    forum.hibernate.org

environment seam 2. using JTA as transaction-type I'm using I suppose the standard seam way to access my Mysql DB using hibernate through the entity manager I would like to access the result of a query in a more genereric way using the collumn name to get to the field parameter dynamicaly. I would like to be able to get the ...