Thanks for your reply!
Your suggestion is useful and no doubt that both implementation will work. But I'm interested on an implementation based on Spring Data - JDBC Extension. Looking at...
Type: Posts; User: raycurls; Keyword(s):
Thanks for your reply!
Your suggestion is useful and no doubt that both implementation will work. But I'm interested on an implementation based on Spring Data - JDBC Extension. Looking at...
I all!
How can I read an oracle type with an array property? The oracle type is the following:
create or replace type OBJ_USER as object
(
ID_USER NUMBER(15),
NAME VARCHAR2(50),...