Skip to content

Commit

Permalink
added layout-generator annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
axim-007 committed Aug 15, 2014
1 parent b8fceec commit cd523da
Showing 9 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
/**
* Artifact generated by hbm2java
*/
@Form
@Entity
@Table(name = "ARTEFACT")
public class Artifact implements java.io.Serializable {
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@
/**
* Digitization generated by hbm2java
*/
@Form
@Entity
@Table(name = "DIGITIZATION")
public class Digitization implements Serializable {
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@
/**
* ElectrodeConf generated by hbm2java
*/
@Form
@Entity
@Table(name = "ELECTRODE_CONF")
public class ElectrodeConf implements Serializable {
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@
/**
* ElectrodeSystem generated by hbm2java
*/
@Form
@Entity
@Table(name = "ELECTRODE_SYSTEM")
public class ElectrodeSystem implements Serializable {
1 change: 1 addition & 0 deletions src/main/java/cz/zcu/kiv/eegdatabase/data/pojo/Person.java
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@
/**
* Person generated by hbm2java
*/
@Form
@Entity
@Table(name = "PERSON")
public class Person implements Serializable, Comparable<Person>, IAutoCompletable {
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@
/**
* ResearchGroup generated by hbm2java
*/
@Form
@Entity
@Table(name = "RESEARCH_GROUP")
public class ResearchGroup implements java.io.Serializable {
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@
/**
* Scenario generated by hbm2java
*/
@Form
@Entity
@Table(name = "SCENARIO")
@XmlRootElement
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@
/**
* SubjectGroup generated by hbm2java
*/
@Form
@Entity
@Table(name = "SUBJECT_GROUP")
public class SubjectGroup implements java.io.Serializable {
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@
/**
* Weather generated by hbm2java
*/
@Form
@Entity
@Table(name = "WEATHER")
public class Weather implements java.io.Serializable {

0 comments on commit cd523da

Please sign in to comment.