X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-4.3.9%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;fp=src%2Fit%2Ftutorials-4.3.9%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=d9ae1f537388184cf2c02bb97def009ffef7cf2e;hp=0000000000000000000000000000000000000000;hb=0b6b9a1bd8950880713885618d8e31c772a085ec;hpb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c diff --git a/src/it/tutorials-4.3.9/annotations/src/test/resources/hibernate.cfg.xml b/src/it/tutorials-4.3.9/annotations/src/test/resources/hibernate.cfg.xml new file mode 100644 index 00000000..d9ae1f53 --- /dev/null +++ b/src/it/tutorials-4.3.9/annotations/src/test/resources/hibernate.cfg.xml @@ -0,0 +1,56 @@ + + + + + + + + + + org.h2.Driver + jdbc:h2:${project.build.directory}/db/test;MVCC=TRUE + sa + + + + 1 + + + org.hibernate.dialect.H2Dialect + + + org.hibernate.cache.internal.NoCacheProvider + + + true + + + + + + + \ No newline at end of file