]
Josef Kopriva closed JBIDE-7582.
--------------------------------
Closing, nothing to do.
Jpa annotated entities to Tables generation using hibernate tools
maven plugin
------------------------------------------------------------------------------
Key: JBIDE-7582
URL:
https://issues.redhat.com/browse/JBIDE-7582
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 3.3.x
Reporter: Dhana kumar
Assignee: Max Andersen
Priority: Major
Labels: hibernate-tools
Hi,
I am tryting to achieve to generate tables from the existing jpa annotated entities; Is
there any maven plugin available to achieve this ? I referred the jboss public maven
repository and found the below pom, but not sure whether entities -> tables generation
possible with this plugin ? can you please provide me the needful ?
<plugin>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-maven-plugin</artifactId>
<version>3.3.2.GA</version>
</plugin>