Does Cayenne support SQL domain types? I have a schema with a few CREATE DOMAIN statements in it, and Cayenne seems to have ignored them when I reverse-engineered the schema.

My naive expectation was that "CREATE DOMAIN dom AS x" Cayenne would create a Java class Dom which was a subclass of whatever it generated for x.

Steve

Reply via email to