Hi-
Thanks for the response, but I was way to vague in my question. I'm planning on using a custom UserType, but I'm am unsure of what to return from the sqlTypes() method.
Since there is no Hibernate.Struct type, do I return Hibernate.Binary?
====== The UserType method in question =========
public class MyCustomType implements UserType {
public MyCustomType() {}
public int[] sqlTypes() {
return new int[] { ???? what to return? ???? };
}
...
}
======================================
Thanks again,
Eric Everman
_________________ the man comes around
|