ObjectDB Database Search
1-50 of 122 resultsClarification on free license restrictions a definitive answer. The 10 entity class restriction is very clear, but can each of these classes ... embeddable classes are not restricted . support Support Does this mean that I need to use a version ... ; Update: In newer ObjectDB versions embeddable classes are not restricted . support Support | |
Does "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 | |
Restrict by class in query that the class parameter would cause results to be restricted to only objects of type Folder (I | |
Is there any restriction when using fetch=FetchType.LAZY ?Is there any restriction when using fetch=FetchType.LAZY ? | |
jakarta.persistence.criteria.AbstractQuery own joins). All queries may have: a conjunction of restrictions . Since: Jakarta Persistence (JPA) 2.0 ... 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 | |
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 | |
jakarta.persistence.criteria.CriteriaQuery getGroupRestriction () 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 ... getRestriction () Return the predicate that corresponds to the where clause restriction (s), or null | |
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 | |
GROUP BY and HAVING clauses condition are passed to the SELECT clause. The HAVING clause has the same restrictions as the SELECT ... is considered a grouping query, even without a GROUP BY clause, and is subject to the same restrictions | |
Server User List) restricts the user to the computer on which the server is running. You can specify multiple IP ... that specifies restrictions on the directory's contents: The directories attribute specifies the maximum | |
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 | |
jakarta.persistence.criteria.CriteriaUpdate the predicate that corresponds to the where clause restriction (s), or null if no restrictions ... restriction ) Modify the update query to restrict the target of the update according to the specified boolean expression. Replaces the previously added restriction (s), if any. Parameters: restriction | |
jakarta.persistence.criteria.CriteriaDelete to the where clause restriction (s), or null if no restrictions have been specified. Inherited from ... CriteriaDelete where ( Expression restriction ) Modify the DELETE query to restrict the target of the deletion according to the specified boolean expression. Replaces the previously added restriction (s | |
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 | |
ORDER BY clause (JPQL / Criteria API) are more restrictive . Path expressions are supported by all JPA implementations, but support for other JPQL | |
ObjectDB Website - Terms and Conditions of Use of these restrictions and may be terminated by ObjectDB Software at any time. Upon terminating your viewing | |
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.ListJoin 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) 2.1 From getParent () Return the parent ... . Since: Jakarta Persistence (JPA) 3.2 ListJoin on ( Expression restriction ) Modify the join to restrict | |
jakarta.persistence.criteria.Join 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 ... on ( Expression restriction ) Modify the join to restrict the result according to the specified | |
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.CriteriaQuery.having(Predicate...) having ( Predicate... 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 | |
jakarta.persistence.criteria.CriteriaQuery.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.CriteriaUpdate.where(Predicate...) where ( Predicate... restrictions ) Modify the update query to restrict the target of the update 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 | |
jakarta.persistence.criteria.CriteriaDelete.where(Predicate...) where ( Predicate... restrictions ) Modify the DELETE query to restrict the target of the deletion 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 | |
jakarta.persistence.criteria.CriteriaQuery.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.CriteriaQuery.where(Predicate...) where ( Predicate... 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.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 |