ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
13

Embedding ObjectDB on server application

at the connection file path for the persistent factory. So if I want to pass in the database file path, with relative path, where exactly is it relative to? So I did a test and just wrote ... . JPA is available but not ObjectDB). It could also happen if the path that you specify is not
13

Degrading performance overtime

--> <objectdb> <general> <temp path="$temp/ObjectDB" threshold="64mb" /> <network inactivity-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain
12

ObjectDb.conf Defaults

under "General". <objectdb> <general> <!-- error if missing <temp path="$temp/ObjectDb" threshold ... -history size="0" user="false" password="false" /> --> <!-- error if missing <log path="" max="8mb" stdout="false" stderr="false" /> --> <!-- error if missing <log-archive path="$objectdb/log
12

Check for index existence ?

side). support Support I am using the embedded mode. My objectdb.conf <log path="/var/lib/tomcat7/logs/objectdb" max="8mb" stdout="true" stderr="true" /> <log-archive path="/var/lib/tomcat7/objectdb/archive/" retain="330" /> Any error ? xirt Sylvain It should be:     <log path="/var/lib/tomcat7
2

Use temporary files to enable very large transactions

. The default path is $temp/ObjectDB, where $temp is the default Java temporary directory ... of these byte[] elements in the heap, as well as paths to these objects from root objects ... ' and the paths to these objects from root objects. Before the flush has been executed, the test
2

javax.persistence.criteria.Expression

javax.persistence.criteria Interface Expression<T> Superinterfaces: Selection<T>, TupleElement<T> Subinterfaces: CollectionJoin, Case, Coalesce, In, SimpleCase, From, Join, ListJoin, MapJoin, ParameterExpression, Path, PluralJoin, Predicate, Root, SetJoin, Subquery Type for query expressions
2

javax.persistence.criteria.Selection

javax.persistence.criteria Interface Selection<X> Superinterfaces: TupleElement<X> Subinterfaces: CollectionJoin, CompoundSelection, Case, Coalesce, In, SimpleCase, Expression, From, Join, ListJoin, MapJoin, ParameterExpression, Path, PluralJoin, Predicate, Root, SetJoin, Subquery The Selection
2

javax.persistence.TupleElement

javax.persistence Interface TupleElement<X> Subinterfaces: CollectionJoin, CompoundSelection, Case, Coalesce, In, SimpleCase, Expression, From, Join, ListJoin, MapJoin, ParameterExpression, Path, PluralJoin, Predicate, Root, Selection, SetJoin, Subquery The TupleElement interface defines an element
2

javax.persistence.metamodel.Bindable

javax.persistence.metamodel Interface Bindable<T> Subinterfaces: CollectionAttribute, EntityType, ListAttribute, MapAttribute, PluralAttribute, SetAttribute, SingularAttribute Instances of the type Bindable represent object or attribute types that can be bound into a Path. Since: JPA 2.0 Class<T
2

Unable to stop server after starting in SSL mode

../objectdb.conf stop objectdb.conf (SSL mode - masked): <objectdb> <general> <temp path ... " user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="*" level="info

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support