Internal Website Search

91-100 of 145 resultsRefresh

Mismatch client-server protocol prefix

and the field is annotated with: @Id @GeneratedValue public Long

Problem with @UniqueConstraint

" }) }) public static final class CI { @Id @GeneratedValue long id; @Column(name="NAME

Does ObjectDB support @Parent for @Embeddable reference to parent?

implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private

Error with org.springframework.data.jpa.domain.AbstractPersistable

@GeneratedValue         PK id;     }   

Problem with distinct select, order by and equivalent alias/attribute path

class Street implements Serializable {     @Id     @GeneratedValue

Missing (null) elements in eager loaded references

;"> @GeneratedValue(strategy = GenerationType.

java.sql.Time field off by 30 minutes

{         @Id @GeneratedValue(strategy = GenerationType.AUTO

Performance in SELECT statement

Hello, I have the following 2 entities : @Entity public class TestEntity implements LocalEntity {     @Id     @GeneratedValue     private Long key;     

Failed to commit transaction: Attempt to reuse an existing primary key value (613)

theoricaly i think cause in both cases the @Id in the database is @GeneratedValue, and at the commit

Possible issue with timestamps

;   @Id         @GeneratedValue(strategy=GenerationType