Internal Website Search

1-10 of 200 resultsRefresh

Lock prevents PersistenceManager.close when retainValues = false

, but only if 'retainValues' is set to false.  If retainValues == true, the code proceeds as expected.  I don't ... ;retainValues == false mode affects commit operations

@JoinColumn(nullable=false)

During the evaluation of ObjectDB (We're currently developing with EclipseLink/mysql) I noticed was the following: I marked a @Column as nullable=false false) private AlarmGroup

recovery enabled="false", still creates tablename.odb$ files

Running in embedded mode, configuration specifies "<recovery enabled ="false"... />".  Still, tablename.odb$ files get created, and if still present after an abrupt stop, the application will not restart properly.   What do we need to do to not

Logical Operators in JPQL and Criteria API

>A valid operand of an AND operator must be one of: TRUE, FALSE   TRUE FALSE ... > TRUE TRUE FALSE

Database Management Settings

;recovery enabled="true" sync="false" path="." max="128mb" /> <recording enabled="false" sync="false" path="." mode="write" /> <locking version-check="true" /> <processing cache="64mb" max-threads="10" synchronized="false" />   <index-update enabled="true

Entity Management Settings

="0mb" /> <fetch hollow="true" /> <persist serialization="false" /> <cascade-persist always="auto" on-persist="false" on-commit="true" /> <dirty-tracking arrays="false" /> </entities>

Literals in JPQL and Criteria Queries

of literals including NULL, boolean literals (TRUE and FALSETRUE and FALSE. Since JPQL is case insensitive, TRUE is equivalent to true and True, and FALSE is equivalent to

[ODB1] Chapter 5 - JDO Connections

.setProperty( "javax.jdo.option.Optimistic", "false"); properties.setProperty( "javax.jdo ... .NontransactionalWrite", "false"); properties.setProperty( "javax.jdo.option.RetainValues", "true"); properties.setProperty( "javax.jdo.option.RestoreValues", "false

[ODB1] Chapter 6 - Persistent Objects

.getObjectById(oid, false); The second argument of getObjectById(...false); Notice ... [1]); Person person = (Person)pm.getObjectById(oid, false); Retrieval by an Object

[ODB1] Chapter 4 - JDO Metadata

-superclass="B" /> <class name="D" requires-extent="false" /> </package> </jdo> ... , has to be specified. requires-extent (true | false) By default, JDO manages ... ="false", as shown above for class D. If requires-extent="false"