ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
116

Warmup ( preLoad all table rows into memory )

when my software boots up. 2-) Also for speed up I am inserting a message into table. But within 1 or 10 seconds i may query the same message key. I can wrap with guava cachebuilder to prevent writing into ... Hi , I have 3 questions for objectdb : 1-) How can i preload all table rows into memory in objectdb
100

How to define database structure and insert some initial objects from scratch

a script? In SQL world we have scripts like "insert into..." - Can we use main objectdb.jar library as
56

use of Singleton into tomcat

hi all. i would write a class singleton that encapsulate the entitymanagerFACTORY into ... a Ejb!!!!!!!!!). into tomcat it not possible use ejbs............. i have to manage the concurrency ... of singleton for manage all operation on database. I get a instance of it into multiple servlet. but into
29

MapKeyJoinColumn.insertable

Annotation Element javax.persistence.MapKeyJoinColumn boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0
29

Column.insertable

Annotation Element javax.persistence.Column boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 1.0
29

MapKeyColumn.insertable

Annotation Element javax.persistence.MapKeyColumn boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0
29

JoinColumn.insertable

Annotation Element javax.persistence.JoinColumn boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 1.0
29

OrderColumn.insertable

Annotation Element javax.persistence.OrderColumn boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0
21

ObjectDB needs "insert ignore"

Hi, The command "insert ignore into" in mysql can avoid interruptions caused by program errors ... have to create a repeated topic. how to implement insert ignore in objectdb? gzdillon Lai Yang The post ... have to do this for inserting: @NamedQuery( name="isExistName", query="SELECT count(c) FROM Student c
14

javax.persistence.CacheStoreMode

BYPASS Don't insert into cache. Don't insert into cache. Since: JPA 2.0 CacheStoreMode REFRESH Insert/update entity data into cache when read from database and when committed into database. Insert ... . Insert/update entity data into cache when read from database and when committed into database

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