public HbmManyToOne() { this.unique = false; this.update = true; this.insert = true; this.optimisticlock = true; this.notfound = HbmNotFoundMode.Exception; this.embedxml = true; }
public HbmOneToMany() { this.notfound = HbmNotFoundMode.Exception; this.embedxml = true; }
public HbmKeyManyToOne() { this.notfound = HbmNotFoundMode.Exception; }
public HbmManyToMany() { this.embedxml = true; this.notfound = HbmNotFoundMode.Exception; this.unique = false; }