Internal Website Search

31-40 of 200 resultsRefresh

Is ObjectDB better than competing object databases?

do not support user defined primary keys, even though this is very useful in almost every application. ObjectDB supports user defined primary keys including

Is ObjectDB scalable? What are its limitations?

ObjectDB is highly scalable and can manage efficiently databases in a wide range of sizes, from a few Kilobytes to hundreds of Gigabytes and even Terabytes. ObjectDB can be used in small embedded single user applications as well as in heavy loaded multi threaded multi user applications

Query Parameters in JPA

injection attacks. Suppose that the name parameter is received as an input from the user and then embedded in the query string as is. Instead of a simple country name, a malicious user may provide JPQL

Chapter 6 - Configuration

; <schema> ... </schema> <server> ... </server> <users> ... </users> <ssl> ... </ssl> </objectdb> Each one of these seven

Database Explorer

window displays a list of bookmarked entity objects. The [Schema] window shows the user ... setting the classpath. For instance, executing queries that include user defined methods

Step 2: Entity Class and Persistence Unit

="$objectdb/db/guests.odb"/> <property name="javax.persistence.jdbc.user" value="admin"/>

[ODB1] Chapter 2 - A Quick Tour

but not by JDO. In JDO, only instances of special user defined classes (which are called persistent ... Persistent classes are user defined classes whose instances can be stored in the database

[ODB1] Chapter 9 - ObjectDB Explorer

="/database/jdo/manual/chapter6">chapter 6). The "Query" window enables a user to execute JDOQL ... , however, do require setting the classpath. For instance, executing JDOQL queries containing user

[ODB1] Chapter 1 - About ObjectDB

, the database file is locked for a single process, and multi user support may be achieved only by ... requests using threads, even in embedded database mode, multi user access to a database is supported

javax.jdo.spi.StateManager

JDO JavaDoc Reference Documentation - This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation.