Internal Website Search

11-20 of 200 resultsRefresh

Problem with byte arrays in JDO - internal exception

Problem with byte arrays in JDO - internal exception

Exception on comparing array fields against parameters in queries

Exception on comparing array fields against parameters in queries

not possible to add an existing object to an array via explorer

not possible to add an existing object to an array via explorer

JPA Persistable Types

and Arrays. Miscellaneous types: Enum types and Serializable types (user or system defined). TreeMap and Properties. Arrays (including multi dimensional arrays). arrays and keys and values in maps) are either null values or instances

Updating JPA Entity Objects

">Enhancer section in chapter 5. However, detecting changes to arrays requires using snapshots ... of ObjectDB ignores array changes when using enhanced entity classes: commit(); As demonstrated above, array changes are not

Entity Management Settings

" on-persist="false" on-commit="true" /> <dirty-tracking arrays="false" /> < ... >The <dirty-tracking> element <dirty-tracking arrays="false" /> The arrays attribute of the <dirty-tracking> element

Database Schema Evolution

date type to any date type. From any collection or array type to any collection or array type,). From any object to any collection or array that can contain that object as en

ObjectDB Object Database Features

and array elements are indexable (extremely fast JOIN queries). Map keys and values are indexable ... #multi_value_types">Arrays, including multidimensional arrays. Any other

[ODB1] Chapter 6 - Persistent Objects

multiple calls to makePersistent(...), or by passing a collection or array ... all the elements in the specified collection or array in the database, but not the collection or array ... . A collection or array of persistent objects can be passed to retrieveAll(...

[ODB1] Chapter 7 - JDOQL Queries

its subclasses), otherwise the query execution throws a JDOUserException. Array and Maps ... [] parameters) void executeWithMap(Object[] parameters) Arguments can be passed in an array ... Integer(60)); Collection result = (Collection)query.executeWithMap(args); Arrays