runtime « JPA « Spring Q&A





1. Configuring Hibernate to use database, whose name is not known before runtime    stackoverflow.com

I have a web application running on Java 6, Spring 2.5.6 and Hibernate 3.2.7. Now there is a requirement to fetch some data from several databases, whose names are not known ...

2. PostgreSQL choosing on runtime Spring + hibernate    forum.springsource.org

PostgreSQL choosing on runtime Spring + hibernate Hi, I have spring application using hibernate and Postgresql. In my DB I have some schemas to separete clients data. I need to log ...

3. configurable hibernate @Table at runtime    forum.springsource.org

configurable hibernate @Table at runtime Is it possible to have the underlying table that a hibernate entity class points to at run time configurale? e.g. rather that this: Code: @Entity @Table(name="hardCodedTableName") ...

4. Runtime manipulation of Hibernate mapping without restart    forum.springsource.org

Runtime manipulation of Hibernate mapping without restart Hi. We want to use Spring in combination with Hibernate and to utilize all the Hibernate support features of Spring (declarative transaction management, etc.). ...

5. changing hibernate schemas at runtime    forum.springsource.org

In our environment, we have three logical schemas in one database. Since all of these schemas are accessed from the same session factory and data source, we need to include the ...

6. populate mappingResources in runtime (hibernate)    forum.springsource.org

populate mappingResources in runtime (hibernate) I have multiple sessionFactories that I define in the applicationContext.xml. I define one session factory (sessionFactory1) with a lot of mapping resources files. I would extract ...

7. Hibernate and SpringJDBC with several Datasources dont known until runtime    forum.springsource.org

Jul 20th, 2006, 10:31 AM #1 csanchez View Profile View Forum Posts Private Message Junior Member Join Date Aug 2005 Posts 19 Hibernate and SpringJDBC with several Datasources dont known until ...

8. How to get the jdbc batch size in runtime (hibernate)?    forum.springsource.org

How to get the jdbc batch size in runtime (hibernate)? Hi First off the hibernate forum is totally worthless so i'm asking here, where i know i will get a few ...

9. Newbie-Questions: hibernate-runtime.configuration    forum.springsource.org

Newbie-Questions: hibernate-runtime.configuration Hi all! I have a web-app with spring+hibernate. hibernate/spring-Config is like this: [...] I want to change the dataSource at ...





10. Dynamic-runtime Hibernate schema change    forum.springsource.org

Dec 6th, 2007, 08:20 AM #1 BStopp View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 19 Dynamic-runtime Hibernate schema change Hopefully this post makes sense ...

11. can Spring & Hibernate create tables at runtime??    forum.springsource.org

Hi, I am new to Spring and Hibernate. i know there are files like "Person.hbm.xml" and reference it in applicationContext. Furthermore server has to be restarted to load the applicationContext and ...

12. changeing show_sql in runtime does not effect hibernate    forum.springsource.org

hi.. we are using hibernate 2.1.7c with spring 1.2.6, up untilll we were able to to change the property show_sql in runtime, and have hibernate hide or show sql in the ...

13. Error when Deploying Spring JPA in a runtime environment    forum.springsource.org

Oct 5th, 2009, 03:30 PM #1 sheadley View Profile View Forum Posts Private Message Junior Member Join Date May 2005 Posts 11 Error when Deploying Spring JPA in a runtime environment ...

14. Spring + Hibernate -> Change database at runtime    forum.springsource.org

Spring + Hibernate -> Change database at runtime Hello I'm facing a problem that is making me crazy. I have ONE front-end client but this is used for MANY users each ...

15. hibernate formula with run time parameters    forum.springsource.org

hibernate formula with run time parameters Hello, I was looking for suggestions on how best to tackle this issue. I am trying to build a simple store. The trouble i am ...