table « Eclipse « JPA Q&A





1. JPA association table is not deletable    stackoverflow.com

I have a problem with JPA (EclipseLink). I am not able to delete a association table. This is the situation:

  • Product 1:n to ProductResource
  • Resource 1:n to ProductResource
I first set the product ...

2. Eclipselink update existing tables    stackoverflow.com

Maybe I got it wrong but i though that JPA was able to update an existing table (model changed adding a column) but is not working in my case. I can see ...

3. How can I get EclipseLink to create MySQL InnoDB tables?    stackoverflow.com

It generates MyISAM tables by default. I don't want to have to get it to generate a DDL script and then edit that if I can avoid it. I would also ...

4. JPA Multiple FK from same tables    stackoverflow.com

Have two tables named Employee and Order. The relations between the tables Employee (1) -- (*) Order. Also the Order has two FK from Employee, named EmployeeEncoder and EmployeeUpdater. I am using EclipseLink (JPA ...

5. JPA/Eclipselink - Multpile entities in single table    stackoverflow.com

I'm using Eclipselink to map my tables to entities. I have one big database table (actually it's view) with columns like groupId, groupName, categoryId, categoryName etc. I know it's redundand, but we're ...

6. Create database tables from eclipse link JPA entities    stackoverflow.com

I want to deploy my Java application to Heroku, I'm using eclipse link JPA. To do that I need to create the tables via a Java, so far I've got the code ...

7. JPA - modify autogenerated link tables with timestamp    stackoverflow.com

I'm searching for a way to extend auto generated linktables between two entities in an OneToMany relationship with an additional timestamp column. What is the aim? Each entity itself has a timestamp that ...

8. Hibernate/Eclipse JUnit table does not exist    forum.hibernate.org

Newbie Joined: Wed Dec 07, 2011 11:21 am Posts: 3 Hello, This is the stack trace produced when I try to run an JUnit test class on a project build with Hibernate/Eclipse: 0 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.3.0.SP1 16 [main] INFO org.hibernate.cfg.Environment - hibernate.properties not found 16 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist 16 [main] INFO org.hibernate.cfg.Environment ...