> Hi,
> 
> What is the syntax of using the
> @hibernate.id column="corporation_id" generator-class="sequence"
> tag with the generator-class-param-X attributes?
> 
> And do they at all work..
> 
> Reason for asking is my need to associate a sequence name...
> 
> regards,
> Jesper Matthiesen

    /**
     * Returns the id.
     * @return Long
     *
     * @hibernate.id column="ccr_id" unsaved-value="null"
     *        generator-class="sequence" generator-class-param-1="ccr_master_sq"
     */
    public Long getId() {
        return id;
    }


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to