File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // Source code recreated from a .class file by IntelliJ IDEA
3
- // (powered by FernFlower decompiler)
4
- //
5
1
public class Foo {
6
2
7
3
public int id ;
Original file line number Diff line number Diff line change 22
22
<hibernatetool destdir =" generated" >
23
23
<classpath location =" ." />
24
24
<!-- Native configuration read from 'hibernate.cfg.xml' -->
25
+ <!-- Additional properties defined in 'hibernate.properties' -->
25
26
<configuration
26
27
configurationfile =" hibernate.cfg.xml"
27
28
propertyfile =" hibernate.properties" >
29
+ <!-- Additional files to add to the configuration -->
28
30
<fileset file =" Foo.hbm.xml" />
29
31
</configuration >
32
+ <!-- Export the DDL file as an example use of the native configuration above -->
30
33
<hbm2ddl outputfilename =" foo.sql" />
31
34
</hibernatetool >
32
35
You can’t perform that action at this time.
0 commit comments