Andy Jefferson

Results 62 issues of Andy Jefferson

Since we use the DN-internal single field id PK classes now, this is failing a check at org.datanucleus.metadata.AbstractClassMetaData.validateObjectIdClass The simple workaround is to specify DN-specific PK fields, or provide an...

bug
unresourced

With a JPA @Convert we can then do ``` public class BaseClass { @Convert(converter=MyConv1.class) MyType myField; } ``` ``` @Convert(attributeName="myField", converter=MyConv2.class) public class SubClass { ... } ``` This will...

enhancement
unresourced