ObjectDB Database Search
1-47 of 47 resultsObjectDB License Agreement [ver. 2.0.4] by this agreement. 3. The free edition of the Software includes restrictions on the number of classes and objects in a database file. The full edition of the Software (without the restrictions ... and provisions in this agreement. This can be achieved by applying similar or more restrictive terms | |
JPA Persistable Types. ObjectDB is slightly less restrictive : Static nested entity classes are allowed, but non-static inner ... of entity classes but also some restrictions . ObjectDB, however, does not enforce these restrictions , so it treats mapped superclasses as ordinary entity classes. Mapped superclasses are useful | |
Database Management Settings parameter . The elements To remove the ObjectDB evaluation restrictions (a limit of 10 entity classes ... Enhancer with an OEM license are signed and excluded from evaluation restrictions | |
JPA Criteria Query Expressions;to allow using expression as query results. A boolean expression used to define restrictions in | |
JPA Lifecycle Events, unless a subclass overrides the method. Implementation restrictions To avoid conflicts | |
jakarta.persistence.criteria.AbstractQuery.having(Predicate...) having ( Predicate... restrictions ) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously having added restriction (s), if any. If no restrictions are specified, any previously added restrictions | |
jakarta.persistence.criteria.AbstractQuery.having(List) having ( List restrictions ) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously added having restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply | |
jakarta.persistence.criteria.Subquery.where(Predicate...); Predicate... restrictions ) Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply removed. This method | |
jakarta.persistence.criteria.AbstractQuery.where(Predicate...) where ( Predicate... restrictions ) Modify the query to restrict the query results according to the conjunction of the specified restriction predicates. Replaces the previously added restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply | |
jakarta.persistence.criteria.Subquery.where(List); List restrictions ) Modify the query to restrict the query result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply removed. This method | |
jakarta.persistence.criteria.AbstractQuery.where(List) where ( List restrictions ) Modify the query to restrict the query result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply removed | |
jakarta.persistence.criteria.Subquery.having(Predicate...); Predicate... restrictions ) Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates. Replaces the previously added having restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply | |
jakarta.persistence.criteria.Subquery.having(List); List restrictions ) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously added having restriction (s), if any. If no restrictions are specified, any previously added restrictions are simply removed | |
jakarta.persistence.criteria.CollectionJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CollectionJoin CollectionJoin on ( Predicate... restrictions ) Modify the join to restrict the result according ... . Parameters: restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.AbstractQuery.having(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery AbstractQuery having ( Expression restriction ) Specify a restriction over the groups of the query. Replaces the previous having restriction (s), if any. Parameters: restriction - a simple or compound | |
jakarta.persistence.criteria.Subquery.where(Expression); Expression restriction ) Modify the subquery to restrict the result according to the specified boolean expression. Replaces the previously added restriction (s), if any. This method only overrides the return type of the corresponding AbstractQuery method. Parameters: restriction - a simple or | |
jakarta.persistence.criteria.AbstractQuery.where(Expression) where ( Expression restriction ) Modify the query to restrict the query results according to the specified boolean expression. Replaces the previously added restriction (s), if any. Parameters: restriction - a simple or compound boolean expression Returns: the modified query. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.SetJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.SetJoin SetJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... : restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.Subquery.having(Expression); Expression restriction ) Specify a restriction over the groups of the subquery. Replaces the previous having restriction (s), if any. This method only overrides the return type of the corresponding AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Returns: the modified subquery. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Join.on(Predicate...); Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.MapJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.MapJoin MapJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... : restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.ListJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.ListJoin ListJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... : restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.CollectionJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CollectionJoin CollectionJoin on ( Expression restriction ) Modify the join to restrict the result according ... . Parameters: restriction - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.SetJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.SetJoin SetJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction | |
jakarta.persistence.criteria.ListJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.ListJoin ListJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ... : restriction - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.criteria.Join.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Join Join on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction | |
jakarta.persistence.criteria.MapJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.MapJoin MapJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction | |
jakarta.persistence.criteria.AbstractQuery.getGroupRestriction() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Predicate getGroupRestriction() Return the predicate that corresponds to the restriction (s) over the grouping items, or null if no restrictions have been specified. Returns: having clause predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CommonAbstractCriteria.getRestriction() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CommonAbstractCriteria Predicate getRestriction() Return the predicate that corresponds to the where clause restriction (s), or null if no restrictions have been specified. Returns: where clause predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Join.getOn() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Join Predicate getOn() Return the predicate that corresponds to the ON restriction (s) on the join, or null if no ON condition has been specified. Returns: the ON restriction predicate. Since: Jakarta Persistence (JPA) 2.1 | |
Problem with distinct select, order by and equivalent alias/attribute path and regards Benjamin Klink bklink Benjamin Klink JPQL restricts ORDER BY expressions to expressions ... .lastname = ‘Smith’ AND c.firstname = ‘John’ ORDER BY p.price ObjectDB is less restrictive , and will except the query above. However, in DISTINCT and GROUP BY queries it must follow these restrictions | |
Activation Issue the evaluation license restriction message again at compile time (which was I was seeing before putting ... about the 10 class restriction . In one case it happened after Linode did 'scheduled' maintenance ... about restrictions ? BTW: this happened with objectdb 2.3.7_09 I'm upgrading to 2.4.0_04 today fyi | |
Evaluation License (including commercially) under a restriction of maximum 10 entity classes and one million entity ... to remove this restrictions . Anyway, you need a license key to remove this restriction . support Joined | |
OEM license, enhancer ObjectDB database files without the free edition restrictions . Any ObjectDB 2.x database file | |
Too many objects for this ObjectDB Edition. Shane1234 Shane Murray It is a restriction of the free edition. Please see this license page . support Support | |
Cross-platform license My activation code works fine on my computer Ubuntu but fails on the same machine if I boot into Windows 8. Is the activation code restricted to an operating system? Would I lose it's use if I upgraded Ubuntu at some point? sjzlondon Steve Zara You should be able to use | |
License Activation Change and Checking Activation Hello! How does ObjectDB determine the machine ID? Yesterday I activated our license on my development laptop and today I tried to persist more than 1M objects. ObjectDB told me that it cant't do that because of the evaluation restrictions . Now I activated it again on the same machine and got | |
ObjectDB licencing rules Hi, We have a ObjectDB instalation and licence for one server on a virtual machine within ESXi, we would like to migrate it to Physical server, is there any restrictions in moving or when reinstaling a server with ObjectDB instalation. Thank you. peric.emil Emil Perić A Server license is non | |
package not found running ObjectDB under OSGi, and apparently Eclipse class loader is not supported. In addition, please notice this restriction | |
TemporalType injection with Calendar using JPA. The rules for primary keys are more restrictive , as explained on the primary key page. Probably | |
Multi selection and distinct in a criteria query am aware of that sorry ;) What I was trying to say.. how can I restrict the DISTINCT to the first | |
EntityManager getMetamodel() causes crash Chris Powell I should add that this is on the restricted version! Also, I can see entities one-by | |
virtual servers and one file by the OS in the large available RAM. Virtualization can restrict the available resources, i.e | |
objectdb got hang after fetch some record. restarting the server and waiting to some other threads to complete. This waiting was restricted now | |
Composite index support collection (probably with a restriction of one collection). support Support Hello, yes, one collection | |
Embedded & Activation & Scalation so we can avoid the single-process restriction though still have multiple processes to avoid a SPOF? Yes, the OEM | |
ObjectDB 2.8.6_03 Restricted waiting time on closing a database on a server to 2 seconds(see issue #2686 ). |