ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
8

General Performance Issues Illustrated with a Specific Method

<ClientBasicData> listPatientsByIDsWithBasicData(String ids) { Long st = new Date().getTime ... size = " + cs.size()); Long ed = new Date().getTime(); System.out.println ... .Serializable; import java.util.Date; import javax.jdo.annotations.Index; import javax.persistence
1

ObjectDB Website - Terms and Conditions of Use

of the materials on its web site are accurate, complete, or current. ObjectDB Software may make ... this web site you are agreeing to be bound by the then current version of these Terms and Conditions
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.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
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
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

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