ObjectDB Database Search
1-50 of 71 resultsDoes "error 522" (connect timed out) have something to do with restrictions despite license activation?) at com.objectdb.o.CLS.x(CLS.java:123) ... 63 more I don't know whether it's about restrictions ... to activate) results from the same network access restriction that was solved. support Support | |
jakarta.persistence.criteria.Subquery () Return the predicate that corresponds to the restriction (s) over the grouping items, or null if no restrictions have been specified. Inherited from AbstractQuery Returns: having clause predicate ... the predicate that corresponds to the where clause restriction (s), or null if no restrictions | |
ObjectDB 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 | |
JPA Criteria Queries for restricting query scope using parameters and subqueries across all query types. SELECT Queries ... queries, including the ability to define roots and apply restrictions . An interface that defines ... , set new attribute values, and restrict the scope with a WHERE clause. Use this interface to define | |
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 | |
ObjectDB License Free License ObjectDB can be downloaded and used at no cost (including commercially) with the restriction of a maximum of 10 entity classes and one million entities per database ... is a commercial software and using it without these restrictions requires purchasing a license | |
Privacy Policy;under certain restrictions and conditions, to the following rights, regarding your personal ... . The right to restrict or stop the processing of your data. The right to object to how we process | |
WHERE clause (JPQL / Criteria API) the WHERE clause. Single restriction The first where method takes one Expression argument and uses ... . get ("population"), p)); Multiple restrictions The second where method takes a variable number of Predicate | |
jakarta.persistence.criteria.CriteriaBuilder: and predicate. Since: Jakarta Persistence (JPA) 1.0 Predicate and ( Predicate... restrictions ) Create a conjunction of the given restriction predicates. A conjunction of zero predicates is true. Parameters: restrictions - zero or more restriction predicates Returns: and predicate. Since: Jakarta | |
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.PluralJoin the predicate that corresponds to the ON restriction (s) on the join, or null if no ON condition has been specified. Inherited from Join Returns: the ON restriction predicate. Since: Jakarta Persistence ... Persistence (JPA) 3.2 Join on ( Expression restriction ) Modify the join to restrict the result | |
jakarta.persistence.criteria.MapJoin Persistence (JPA) 1.0 Predicate getOn () Return the predicate that corresponds to the ON restriction (s ... : the ON restriction predicate. Since: Jakarta Persistence (JPA) 2.1 From getParent () Return the parent of the join ... (JPA) 3.2 MapJoin on ( Expression restriction ) Modify the join to restrict the result according | |
jakarta.persistence.criteria.SetJoin Persistence (JPA) 1.0 Predicate getOn () Return the predicate that corresponds to the ON restriction (s ... : the ON restriction predicate. Since: Jakarta Persistence (JPA) 2.1 From getParent () Return the parent ... restriction ) Modify the join to restrict the result according to the specified ON condition and return | |
jakarta.persistence.criteria.CollectionJoin the predicate that corresponds to the ON restriction (s) on the join, or null if no ON condition has been specified. Inherited from Join Returns: the ON restriction predicate. Since: Jakarta Persistence (JPA ... Persistence (JPA) 3.2 CollectionJoin on ( Expression restriction ) Modify the join to restrict the result | |
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 | |
jakarta.persistence.criteria.Predicate Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Predicate Super Interfaces: Expression , Selection , TupleElement The type of a simple or compound predicate: a conjunction or disjunction of restrictions . A simple predicate is considered to be a conjunction with a single conjunct | |
ODB with Netbeans." This is a NetBeans restriction , not a JPA restriction . "An entity or IdClass class should implement the java.io.Serializable interface." This is also a NetBeans restriction , not a JPA restriction . "There is no ID ... may not be final." This is a JPA restriction . ObjectDB supports also final entity classes . "The project | |
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 | |
persistence.xml classes not respected by ObjectDB and set the new database in production. It just didn't want to respect the restrictions . I had to delete ... project. So, the bottom line is that ODB seems to do not respect the restriction when a fresh DB | |
mappedSuperClass and subClass Duplicates, but also some restrictions . ObjectDB, however, does not enforce these restrictions so mapped superclasses | |
collection of embedded objects 1. In general, are there any restrictions of the use of @Embedded objects in collections, compared to @Entity ? 2. If you have a large nested collection of @Embedded objects, and you remove ... , Integer ) with no particular restrictions (except the ordinary limitations of embedded objects ). Use | |
OEM license, enhancer ObjectDB database files without the free edition restrictions . Any ObjectDB 2.x database file |