Internal Website Search

1-10 of 143 resultsRefresh

ObjectDB Issue Tracking

All about ObjectDB Issue Tracking in Java/JPA database - explanations, examples, references, links and related information.

Relationships and tracking changes

Relationships and tracking changes

How to track memory leak with ObjectDb.

How to track memory leak with ObjectDb.

Tracking changes to new collections (in enhancement mode) after flush

the best way. btc_es BTC EmbeddedSystems It seems like a failure in automatic tracking of changes ... ;tracking changes after flush to new collections that are added to an object of an enhanced entity ... .list.add("not-tracked");         em.getTransaction().commit();  

Best practice for history tracking

? The issue tracking is only for reporting bugs and feature requests and not for general

Privacy Policy

>Tracking Technologies and Cookies We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service

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

ObjectDB Object Database Features

;status=ACTIVE&title=jpa">issue tracking (requires login). Java Data ... &title=jdo">issue tracking (requires login). Performance and Speed ... ="/java/jpa/persistence/update#automatic_change_tracking">Transparent update - changes are detected

Updating JPA Entity Objects

managed yet are also persisted. Automatic Change Tracking As shown above, an update ... , ObjectDB can be tracking_element">configured ... to ORM JPA implementations and provide better automatic change tracking support. UPDATE Queries

JPA / JDO Class Enhancer

efficient tracking of persistent field modifications, avoiding the need for snapshot comparison of entities (as explained in tracking