Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 17 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/factories/simple/SimplePropertyMetaDataDefinitionAccessor.java

Diff revisions: vs.
  @@ -45,14 +45,13 @@
45 45 PMD_ColumnName.INSTANCE ), //
46 46 new ASet( PMD_Changeable.INSTANCE, //
47 47 PMD_Required.INSTANCE ) ), //
48 - new UiCRUDpSet( A_ToOne.TYPE, //
49 - new ASet( PMD_Changeable.INSTANCE, //
50 - PMD_Required.INSTANCE, //
51 - PMD_CascadeDeleteThem.INSTANCE, //
52 - PMD_UniqueGroup.INSTANCE, //
53 - PMD_ColumnName.INSTANCE ), //
54 - new ASet( PMD_Changeable.INSTANCE, //
55 - PMD_Required.INSTANCE ) ), //
48 + new ToOneSet( new ASet( PMD_Changeable.INSTANCE, //
49 + PMD_Required.INSTANCE, //
50 + PMD_CascadeDeleteThem.INSTANCE, //
51 + PMD_UniqueGroup.INSTANCE, //
52 + PMD_ColumnName.INSTANCE ), //
53 + new ASet( PMD_Changeable.INSTANCE, //
54 + PMD_Required.INSTANCE ) ), //
56 55 new ToManySet( new ASet( PMD_Changeable.INSTANCE, //
57 56 PMD_Required.INSTANCE, //
58 57 PMD_CascadeDeleteThem.INSTANCE ), //