object « Oracle « JPA Q&A





1. Retrieving objects from a tablespace(Oracle) dynamically    forum.hibernate.org

Is there anyway, I could specify dynamically what tablespace my tables are in so that I could retrieve the objects from a particular tablespace. I will have the same table structures in multiple tablespaces and at run time based on some application logic, I would like to ask hibernate to retrieve or persist the objects in a specific tablespace. Is it ...

2. Oracle 9i and Object size    forum.hibernate.org

3. Using Oracle Object Types with Hibernate    forum.hibernate.org

Hi everybody, recently I've got a requirements to add to the tables in my project columns with values of Oracle object types. Hibernate does not support these types directly. I found in this forum a few requests about the same topic and answers with general recommendations for implementation, but no concrete instructions, examples. I was able to make it work and ...

4. Oracle Object Types    forum.hibernate.org

5. Help with Oracle Object Types    forum.hibernate.org

I am using Hibernate Version 3 Accessing an Oracle 10g database. In the project I am currently working on, I need to call a stored procedure which returns an Oracle object type and then persist this for the application. I have set up the userType using a mixture of http://www.hibernate.org/261.html and Java Persistence with Hibernate. I have also set up a ...

6. Howto return a modified PL/SQL Object back to database?    forum.hibernate.org

Hello, I have never worked before with Hibernate. Now I have a problem at my hands which I hope to solve with Hibernate. A PL/SQL routine returns a complex object with a 4 level deep hierachy. Usually I just use Jdeveloper to generate a wrapper object in order to use it. A new use case demands that I modify the wrapper ...

7. Using Oracle objects with Hibernate    forum.hibernate.org

Hi, I am involved in a legacy web application re-write project using Hibernate. I'm using the following configuration in my new web based application which is based on Hibernate. JBoss 4 server Spring 2 Hibernate 3.2.4.GA Oracle 10g database (10.2.0.2.0) JDK 1.5 I have some database packages in Oracle which accept Oracle objects as input parameters and return data. The code ...

8. Auxiliary database-object broken in Oracle?    forum.hibernate.org

create table foo ( id number(10) );