Internal Website Search

1-10 of 200 resultsRefresh

Apache License, Version 2.0, January 2004

and any modifications or additions to that Work or Derivative Works thereof, that is intentionally ... that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional ... Your own copyright statement to Your modifications and may provide additional or different license

Eclipse Public License - v 1.0

: i) changes to the Program, and ii) additions to the Program; where such changes and/or additions to the Program originate from ... do not include additions to the Program which: (i) are separate modules of software distributed in

JPA Metamodel API

in the database. Three additional methods can be used to retrieve a specific type by ... >Additional methods are defined in ManagedType ... _">getDeclaredVersion(Long.class); Additional methods are defined in 

Locking in JPA

">setProperty("javax.persistence.lock.timeout", 4000); In addition, the hint can be set ... Modes In addition to the two main pessimistic modes (PESSIMISTIC_WRITE and PESSIMISTIC_READ, which are discussed above), JPA defines additional lock modes

Query Parameters in JPA

). Ordinal Parameters (?index) In addition to named parameters, whose form ... expressions that change the query and may help in hacking the system. In addition ... , which is essential whenever using query parameters. In addition, there are 9 methods for extracting

allocate(additional)

;additional) Provides a hint to the implementation that the application will need additional sequence value objects in short order ... the efficiency of the algorithm of obtaining additional sequence value objects.

[ODB1] Chapter 6 - Persistent Objects

). ObjectDB provides an additional storing method, Utilities.bind(...)addition, embedded objects of persistent ... a JDOUserException if the name is already in use. In addition to the naming

[ODB1] Chapter 2 - A Quick Tour

) can be stored only as fields of persistent classes. In addition, objects are stored without names in JDO ... > Program Source Code In addition to the two files from the previous section (Person ... enhancement is the easiest way to use the JDO enhancer. To use it, an additional main class, named

[ODB1] Chapter 9 - ObjectDB Explorer

addition, any JVM argument can be specified as an argument to explorer.exe during startup. For instance ... window in "Tools | Options | General | Display"). Additional information about working ... box you have to specify the number of objects to construct and their type. Additional information

[ODB1] Chapter 3 - Persistent Classes

other system types. The only way to add support for additional types is to define new persistent ... when a persistent field is accessed because it might require loading additional data and objects from the database ... > package test; /** Additional main - On the Fly JDO Enhancer */ public