Enhancement 118 : Add support for DDL Generation support
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.0.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
29/05/2009
Updated 
29/05/2009
Type 
Enhancement
 
Attachments 
No attachments

Add support for DDL generation from the annotated entity beans ... and optionally executing the generated scripts.

Note that this involves a major refactor of the internals to remove the dependency on the DB meta data that Ebean *has* used (to find/define foreign key relationships etc.

Note as part of this the Insert/Update/Delete functionality of MapBean's has been removed. MapBean is now replaced by SqlRow which is renamed and had the EntityBean interface support removed.

 
Rob 29 May 23:24
First cut of DDL generation in HEAD.

The first cut of DDL generation is in HEAD. I have used it with H2, MySql and Oracle.

Rob 30 Jun 13:04
Added to HEAD

DDL Generation in HEAD.

woResponse

Upload a file