persistence.xml Questions

2

Solved

I'm writing a Java SE (desktop) application that has to access different databases all of which will have the same data model (same schema, tables, etc.). I want to reuse the JPA Entities that I al...
Unashamed asked 16/2, 2012 at 17:2

3

Solved

I am very new to glassfish, JPA and so on and I have really problems with setting that up. What I am planning to do is a simple RESTful service with a persistent backend. I am using glassfish3 as a...
Danby asked 4/2, 2012 at 0:40

1

Solved

I have a hibernate project, which uses JPA. my persistence.xml contents is as follows: <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/20...
Wrought asked 21/8, 2010 at 10:42

3

Solved

Looks like jpa is something which makes me ask a lot of questions. Having added this <property name="toplink.ddl-generation" value="create-tables"/> my JPA application always creates tabl...
Bedlam asked 19/7, 2010 at 9:37

1

Solved

I'm building a desktop application using hibernate 3.5 & JPA 2.0. I have 2 jars, the lib, which defines every entity and DAO, packages looks like this : org.my.package.models org.my.package...
Hallucinate asked 18/4, 2010 at 15:10

© 2022 - 2024 — McMap. All rights reserved.