Is there a way to import oracle defined object type in JPA. I have a complex object defined in database :
create or replace TYPE "myType"{
someString varchar2(100),
someString2 varchar2(100),
constructor....}
this object type is than used in a database table.