Exemplo n.º 1
0
 public HbmManyToOne() {
     this.unique = false;
     this.update = true;
     this.insert = true;
     this.optimisticlock = true;
     this.notfound = HbmNotFoundMode.Exception;
     this.embedxml = true;
 }
Exemplo n.º 2
0
 public HbmOneToMany() {
     this.notfound = HbmNotFoundMode.Exception;
     this.embedxml = true;
 }
Exemplo n.º 3
0
 public HbmKeyManyToOne() {
     this.notfound = HbmNotFoundMode.Exception;
 }
Exemplo n.º 4
0
 public HbmManyToMany() {
     this.embedxml = true;
     this.notfound = HbmNotFoundMode.Exception;
     this.unique = false;
 }