-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: problem of using id generator classes in creating primarykey
PostPosted: Thu Apr 21, 2005 4:20 am 
Newbie

Joined: Thu Apr 21, 2005 3:34 am
Posts: 1
Location: bangalore,india
Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:

Code:
Code:

There is a problem in using id generator class, in auto generation of the primary key,in oracle database,we are getting junk values instead of sequence of numbers,and we tried out with all the generator classes,please help me regarding this problem...the required code is given below



<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
        "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
        "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">

<hibernate-mapping>

        <class name="de.gloegl.road2hibernate.Event" table="EVENTS" lazy="false">
                <id name="id" type="integer" column="uid2">
                        <generator class="assigned">
                             
         </generator>
                </id>
                <property name="date" column="date2" type="timestamp"/>
                <property name="title" column="eventtitle"/>
        </class>

</hibernate-mapping>

_________________
hello


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.