Search:

Type: Posts; User: rdheepan

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,912

    Re: Jpa Primary key generation

    Hi,
    thanks for replying..

    The data type is Integer..

    and the exact syntax i've written is,
    @Id
    @GeneratedValue(strategy=GenerationType.SEQUENCE,generator="xyz")...
  2. Replies
    5
    Views
    2,912

    Re: Jpa Primary key generation

    Okay I understood the rules clearly, since i am new to this forum i did like that.. Can anybody Help me on this question?
  3. Replies
    5
    Views
    2,912

    Jpa Primary key generation

    Hi All,
    I am using sql plus. whenever i am creating primary key with @generatedValue and @SequenceGenerator annotations .. it is not creating the sequence numbers... instead it creates
    random...
Results 1 to 3 of 3