Internal Website Search

41-50 of 200 resultsRefresh

DELETE Queries in JPA/JPQL

that modifies the database, DELETE queries can only be executed within an active transaction

Literals in JPQL and Criteria Queries

class is its unqualified name (i.e. excluding package name) but it can be modified by

How to install ObjectDB?

ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory. ObjectDB does not modify the registry or any other system file.

Database Doctor

> Modifying the database file externally not through ObjectDB (e.g. by malicious software

Database Schema Evolution

Modifications to entity classes that do not change their persistent field definitions (their schema) are transparent to ObjectDB. This includes adding, removing and modifying constructors, methods and non persistent fields. However, additions, deletions and modifications

What's next?

the sample program. You can easily start your own ObjectDB/JPA projects simply by modifying

Deleting JPA Entity Objects

when remove is called because operations that modify the database require an active

Shared (L2) Entity Cache

. On commit - new and modified entity objects are added to the shared

Step 3: Define a Spring DAO Component

>@Transactional annotation, saving the need to wrap every operation that modifies the database

Step 3: Define a Spring DAO Component

that modifies the database (such as persist) by transaction begin and