oracle « Annotation « JPA Q&A





1. Hibernate Oracle Tablespace Annotation    stackoverflow.com

I'm annotating my DAOs and using hibernate3:hbm2ddl to generate the ddls. Is there a way to annotate the tablespace?

2. Compound Primary Key in Hibernate using Annotations    stackoverflow.com

I have a table which uses two columns to represent its primary key, a transaction id and then the sequence number. I tried what was recommended http://docs.jboss.org/hibernate/stable/annotations/reference/en/html_single/#entity-mapping in section 2.2.3.2.2, ...

3. Hibernate will not make indexes when creating tables from annotations    stackoverflow.com

I'm using hibernate with hbm2ddl.auto=update so that it'll automatically generate my oracle tables for me (i've no intention of learning oracle's sql). So far, so good, until now i'm trying to get ...

4. How to use Annotation for Long Raw of Oracle?    forum.hibernate.org

5. Annotations w/ Oracle Object types    forum.hibernate.org