ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
98

java.io.Serializable

java.io Interface Serializable Subinterfaces: PersistenceManagerFactory, Query Implementing Classes: AccessType, PersistentAttributeType, BasicPermission, BindableType, ByteIdentity, CacheRetrieveMode, CacheStoreMode, CascadeType, CharIdentity, Trimspec, DiscriminatorStrategy, DiscriminatorType
18

JPA Persistable Types

types and Serializable types (user or system defined). Note: Only instances of entity classes ... of the color3 field are stored internally as strings (i.e. “RED”, “GREEN”, “BLUE”). Serializable Types Every serializable class (user defined or system defined) is also persistable, but relying on serialization
9

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE

Static Field javax.jdo.Constants String PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE "javax.jdo.option.TransactionIsolationLevel.serializable" Since: JDO 2.2 See Also: PersistenceManagerFactory.supportedOptions()
9

PersistenceCapable.SERIALIZABLE

Static Field javax.jdo.spi.PersistenceCapable byte SERIALIZABLE If jdoFieldFlags for a field includes SERIALIZABLE, then the field is not declared as TRANSIENT. Since: JDO 1.0
9

Constants.TX_SERIALIZABLE

Static Field javax.jdo.Constants String TX_SERIALIZABLE Transaction isolation level representing the requirement to serialize transactions. Since: JDO 2.2 See Also: PersistenceManagerFactory.getTransactionIsolationLevel() Transaction.getIsolationLevel()
2

Step 2: Entity Class and Persistence Unit

content with the following code: package guest; import java.io.Serializable; import java.sql ... .persistence.Id; @Entity public class Guest implements Serializable { private static final long
2

Step 2: Define a JPA Entity Class

; import java.io.Serializable; import javax.persistence.*; @Entity public class Point implements Serializable { private static final long serialVersionUID = 1L; @Id
2

Step 2: Define a JPA Entity Class

.Serializable; import javax.persistence.*; @Entity public class Point implements Serializable
2

Step 2: Entity Class and Persistence Unit

.Serializable; import java.sql.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class Guest implements Serializable
2

Step 2: Entity Class and Persistence Unit

with the following code: package guest; import java.io.Serializable; import java.sql.Date; import javax ... public class Guest implements Serializable { private static final long serialVersionUID = 1L

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