facebook

Hibernate+Spring Eclipse Example

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #277255 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277292 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277305 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277306 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277315 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277377 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277399 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277429 Reply

    Loyal Water
    Member

    I’m so sorry for the repetitive question. I must have lost my mind for a moment. Can you please post your User table DDL here for me. I think that is where the problem lies.

    #277561 Reply

    rweathersby
    Member

    I am not sure what you mean by ddl for the user table, but here is the exported MySQL script to create the User table.

    CREATE TABLE `user` (
    `id` int(10) unsigned NOT NULL auto_increment,
    `username` varchar(64) NOT NULL,
    `password` varchar(64) NOT NULL,
    `first_name` varchar(128) NOT NULL,
    `last_name` varchar(128) NOT NULL,
    `date_created` bigint(20) unsigned NOT NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

    #277571 Reply

    Loyal Water
    Member

    I was looking for the script. Thanks. Ill look into this issue and get back to you in a moment.

    #277580 Reply

    Loyal Water
    Member

    I was able to reproduce this issue at my end as well. I have asked some one from the dev team to take a look at this. Ill get back to you with an update asap.

    #277701 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277783 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277855 Reply

    rweathersby
    Member

    This message has not been recovered.

    #277871 Reply

    Loyal Water
    Member

    This message has not been recovered.

Viewing 15 posts - 1 through 15 (of 19 total)
Reply To: Hibernate+Spring Eclipse Example

You must be logged in to post in the forum log in