Skip to content

Latest commit

 

History

History

learn-jpa-hibernate-java2ddl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Learn JPA Hibernate

TL;DR Java To DDL HOW-TO

This project includes a class called DDLExporter that you can use in your project to generate schema from your entity beans. Just include it in your project along with the test case in DDLExporterTest that demonstrates how to use it.