switched from pure sql to jpa and changed the type from string to enum

This commit is contained in:
frosch95
2013-09-27 20:30:35 +02:00
parent e06ed20165
commit 5e460fac7a
17 changed files with 208 additions and 376 deletions

View File

@@ -29,7 +29,7 @@ sourceSets {
srcDirs = ['src']
}
resources {
srcDirs = ['src']
srcDirs = ['src','resources']
}
}
}
@@ -51,7 +51,7 @@ dependencies {
//compile group: 'org.jfxtras', name: 'jfxtras-labs', version: '8.0-r1-SNAPSHOT' this is not an actual version and the map part is missing
compile files('lib/JFXtras/jfxtras-labs-8.0-r1-SNAPSHOT.jar')
compile group: 'org.jdom', name: 'jdom2', version: '2.0.5'
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.1'
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.2-SNAPSHOT'
compile group: 'com.h2database', name: 'h2', version: '1.3.173'
compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.0'
}