ObjectDB ObjectDB

Internal Website Search

91-100 of 144 resultsRefresh
6

Problem with @UniqueConstraint

= { @UniqueConstraint(columnNames = { "NAME" }) }) public static final class CI { @Id @GeneratedValue
6

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

@GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; @Access(AccessType.PROPERTY
6

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

>     {         @Id @GeneratedValue         PK id;     }     @Entity        public static
6

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

();     }     } @Entity public class Street implements Serializable {     @Id     @GeneratedValue(strategy
6

Missing (null) elements in eager loaded references

, allocationSize = 100) public abstract class BaseElement { @Id @GeneratedValue(strategy
6

java.sql.Time field off by 30 minutes

{         @Id @GeneratedValue(strategy = GenerationType.AUTO)         private long id;         String
6

Performance in SELECT statement

Hello, I have the following 2 entities : @Entity public class TestEntity implements LocalEntity {     @Id     @GeneratedValue     private Long key;     private Long clientKey;     private String text1;     private String text2;     private String text3;     private String text4
6

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

be the same theoricaly i think cause in both cases the @Id in the database is @GeneratedValue
6

Possible issue with timestamps

= creationDate;         }                 @Id         @GeneratedValue(strategy=GenerationType.TABLE
6

Change Sequcene Id

MyEntity is defined with JPA @Entity public class MyEntity {     @Id     @GeneratedValue

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support