1. Spring + Hibernate Dynamic Mapping stackoverflow.comApologies if this is a repost, I could not find the search terms to locate a similar question. The application that I work on has support for plugins that can be loaded ... |
2. Ability to switch Persistence Unit dynamically within the application (JPA) stackoverflow.comMy application data access layer is built using Spring and EclipseLink and I am currently trying to implement the following feature - Ability to switch the current/active persistence unit dynamically for ... |
3. Dynamic Table creation in Hibernate Template stackoverflow.comI am importing stock quotes data using HibernateTemplate + SpringFramework Format of the data
I have one Entity class called Stock
|
4. What is the best practice managing multiple dynamically created databases through Spring and Hibernate? stackoverflow.comLet say that for each customer you have to dynamically create a database when customer subscribes to services, all databases are based on same schema. As customers are authenticated (one master database ... |
5. Dynamically configuring datasources stackoverflow.comThe situation is this: a table that is used in a query (name it SUMMARY) was formerly in the same server and database that I'm doing all the queries of the ... |
6. How to dynamically manage multiple datasources stackoverflow.comSimilar topics have been covered in other threads, but I couldn't find a definitive solution to my problem. What we're trying to achieve is to design a web app which is able ... |
7. How do I configure dynamic weaving using EclipseLink & Spring? stackoverflow.comHow do I configure dynamic weaving using EclipseLink & Spring? Right now I'm trying to get this working with a Junit test, but I'll later have to have it work ... |
8. JPA + SPRING=DAO. Dynamic Parameter List stackoverflow.comI can't resolve error with dynamic parameter list "where in". Another query working @NamedQuery(name = "News.delete", query = "DELETE n FROM News n WHERE n.newsId in (:ids)") but Caused by: java.lang.NoSuchMethodError: ... |
9. Dynamic sql query in Spring hibernate for join operation stackoverflow.comI am trying to execute a select sql query from spring+hibernate i have used hql.xml for static queries , now my requirement is to have some dynamic queries based on ... |
10. Problem with dynamically loading hibernate mappings files forum.springsource.orgProblem with dynamically loading hibernate mappings files hi. For the project I'm working on, I need to load a different mappings file for a class based on a parameter passed into ... |
11. Need to dynamically swap datasources with Spring/Hibernate forum.springsource.orgHi there, In our current project we need to save some of object in one database and some in the other database(within one transaction). We use Hibernate for persistence. Is there ... |
12. Hibernate Retrieveing Specific Fields with Dynamic Where Clause forum.springsource.orgHibernate Retrieveing Specific Fields with Dynamic Where Clause I have a situation where I only want to retrieve a few fields from a record, used in conjunction with a dynamically generated ... |
13. Hibernate dynamic-update="true" problem forum.springsource.orgI have been trying to use dynamic-update="true" to only update non-null columns but without any success. However, when dynamic-update is used together with select-before-update="true", it works as expected. Does anyone know ... |
14. JPA: Multiple (dynamic) datasources/EMF? forum.springsource.orgJPA: Multiple (dynamic) datasources/EMF? Hello, I'm trying to figure out how to accomplish having multiple datasources/databases with JPA. Our system currently has a single database and EMF (hibernate as the provider). ... |
15. dynamic update with JPA forum.springsource.orgIs there any way to add dynamic update with JPA annotation? The same as dynamic-update in hibernate, wich force update to only non null properties. Thank you |
16. Dynamic JNDIs with Hibernate forum.springsource.orgDynamic JNDIs with Hibernate Hello, I have to work on a project and at the moment I really don't know how to go on. First I want to describe my task: ... |
17. Setup Spring/JPA with unknown/dynamic datasources forum.springsource.orgSetup Spring/JPA with unknown/dynamic datasources Hi I'm working on a rich client app using JPA. At first execution, the user should run a setupwizard to select type of dbserver to use ... |
18. Spring, JPA, Hibernate, Dynamic Connections. forum.springsource.orgSpring, JPA, Hibernate, Dynamic Connections. Hi, I'm looking to clarify a few points I've been unsure of based on what would appear to be conflicting suggestions as I've gone through these ... |
19. Build dynamic Hibernate Query. forum.springsource.orgBuild dynamic Hibernate Query. Hi, I am using hibernate with spring frame work. I have a problem that i have a search screen from where user can enter values in two ... |
20. with Spring Dynamic modules + hibernate forum.springsource.orgwith Spring Dynamic modules + hibernate Hi All, I am trying Hibernate/JPA with Spring , ------------------------------------------------------------------------ My problem is JPA persistence provider not finding Dynamic imported Entites ----------------------------------------------------------------------- here ,all my ... |
21. create a table dynamically using hibernate forum.springsource.orgHi members, I am having an issue with hibernate and spring. In my web application i have to provide the facility to create a table dynamically using the data provided by ... |
22. Using multiple dynamic datasources with Hibernate forum.springsource.orgUsing multiple dynamic datasources with Hibernate I've been using Spring 2.x and Hibernate for many years now, but I'm dealing with a new problem I haven't encountered before. I'm starting on ... |