Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
this is from the mainfest file in the jar, hope it is correct: 3.2.2.ga
Mapping documents:
(as we are linking to random customer tables we have to programatically generate the mappings
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
oracle 10i
The generated SQL (show_sql=true):
create table TEST_USER.wendy_gibb_double_pk_table3 (
key double precision not null,
data_stuff date not null,
primary key (key)
)
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
no
Read this:
http://hibernate.org/42.html
the metadata created from debug is
length=10, precision=10, scale = 2, name=key, nullable = false, sqltype=null,sqltype_code= null, type index = 0, value.typename = double
what i am trying to do is create a column of type number(10,2) what settings do i need
sorry I am so new but please help me.