public any()
 {
     this.insert = true;
     this.update = true;
     this.cascade = cascadeStyle.none;
 }
 public hibernatemapping()
 {
     this.defaultcascade = cascadeStyle.none;
     this.defaultaccess = "property";
     this.autoimport = true;
     this.defaultlazy = true;
 }