ObjectDB Database Search

1-50 of 121 results

Clarification 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

is slightly less restrictive : Static nested entity classes are allowed (non static inner classes ... classes, but also some restrictions . ObjectDB, however, does not enforce these restrictions so mapped

Server User List

to the server. The optional ip attribute, if specified, restricts the user to connect to the server ... shown above, restricts the user to the machine on which the server is running. Multiple IP ... , specifying restrictions on the directory content: The directories attribute specifies how many

Database Management Settings

Removing ObjectDB evaluation restrictions (of 10 entity classes and 1,000,000 entity objects ... (when using the OEM license) are signed and excluded from evaluation restrictions . Therefore, when ObjectDB

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 entity objects ... . ObjectDB 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)

two where methods for setting the WHERE clause. Single Restriction The first where method takes ... .class); q. where (cb. gt (c. get ("population"), p)); Multiple Restrictions The second where method

GROUP BY and HAVING clauses

by the HAVING filter are passed to the SELECT clause. The same restrictions on SELECT clause in ... expression in the SELECT clause is considered a grouping query with all the attached restrictions

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 Lifecycle Events

Restrictions To avoid conflicts with the original database operation that fires the entity

ORDER BY clause (JPQL / Criteria API)

expressions can be used in the ORDER BY clause. Some JPA implementations are more restrictive . Path

General Settings and Logging

, if the firewall enforces its own inactivity timeout on sockets a more restrictive inactivity timeout

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 (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 ... (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 ... 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 ... 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

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