ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
1

Can I use ObjectDB with languages other than Java?

ObjectDB can be used by Java Virtual Machine (JVM) languages, such as Java, Groovy and Scala. It can also be used with other languages, such as Python, JavaScript, Ruby and PHP, but currently ... of ObjectDB for .NET is currently under development and future support for other languages
1

currentDate()

Method javax.persistence.criteria.CriteriaBuilder Expression<Date> currentDate() Create expression to return current date. Returns: expression for current date Since: JPA 2.0
1

javax.persistence.Temporal

) This annotation must be specified for persistent fields or properties of type java.util.Date and java.util ... annotation (when the element collection value is of such a temporal type. Example: @Temporal(DATE) protected java.util.Date endDate; Since: JPA 1.0 Learn how to define and use date and time
1

javax.persistence.TemporalType

<TemporalType> Type used to indicate a specific mapping of java.util.Date or java.util.Calendar. Since: JPA 1.0 Learn how to define and use date and time fields in Chapter 2 of the ObjectDB/JPA manual. TemporalType DATE Map as java.sql.Date Map as java.sql.Date Since: JPA 1.0 TemporalType TIME Map as
1

javax.persistence.Embeddable

class. Example 1: @Embeddable public class EmploymentPeriod { @Temporal(DATE) java.util.Date startDate; @Temporal(DATE) java.util.Date endDate; ... } Example 2
1

javax.persistence.MapKeyTemporal

) This annotation must be specified for persistent map keys of type java.util.Date and java.util.Calendar ... with the ElementCollection, OneToMany, or ManyToMany annotation. Example: @OneToMany @MapKeyTemporal(DATE ... ) The type used in mapping java.util.Date or java.util.Calendar. (Required) The type used in mapping java.util.Date or java.util.Calendar. Since: JPA 2.0
0

getServerDate()

Method javax.jdo.PersistenceManager Date getServerDate() Get the Date as seen by the server ... use the setting of the server time zone to prepare a Date instance that represents UTC time on the server. Returns: a Date instance corresponding to the UTC Date as seen by the server Since: JDO 2.1
0

setFilter(filter)

are valid. Equality and ordering comparisons of Date fields and Date parameters are valid. White ... for the evaluation of the current set of variable values. Other values for variables might still qualify
0

javax.jdo.spi.PersistenceCapable

is only valid within the current transaction. If the JDO identity is being changed in the transaction, this method returns the object id as of the beginning of the current transaction. Returns: a copy ... in the current transaction. If the JDO identity is being changed in the transaction, this method
0

javax.jdo.JDOHelper

within the current transaction. Parameters: pc - the PersistenceCapable instance. Returns: a copy ... the current thread's context class loader to locate the configuration file resource(s). Get the anonymous ... /jdoconfig.xml", using the current thread's context class loader to locate the configuration file resource(s

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