FFL2:FFL2 Main/Hibernate Reverse Engineering: Difference between revisions

From FFL Wiki
Jump to navigation Jump to search
Replaced content with 'To reverse engineer the hibernate mappings and objects from the schema some additional setup is required. Hibernate Reverse Engineering Config'
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To reverse engineer the hibernate mappings and objects from the schema some additional setup is required.
To reverse engineer the hibernate mappings and objects from the schema some additional setup is required.


[[Hibernate Reverse Engineering Config]]
[[/Hibernate Reverse Engineering Config]]
 
Having configured the reverse engineering we can now bring in new tables, update tables, etc.
 
[[/Hibernate Reverse Engineering Example]]

Latest revision as of 08:59, 8 January 2011

To reverse engineer the hibernate mappings and objects from the schema some additional setup is required.

/Hibernate Reverse Engineering Config

Having configured the reverse engineering we can now bring in new tables, update tables, etc.

/Hibernate Reverse Engineering Example