Internal Website Search

1-50 of 120 results

ObjectDB License Agreement [ver. 2.0.4]

authorized by this agreement. 3. The free edition of the Software includes restrictions on the number of classes and objects in a database file s . The full edition of the Software (without the restrictions ... and provisions in this agreement. This can be achieved by applying similar or more restrictive

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

that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts ... " (which represents the local machine), as shown above, restricts the user to the machine ... restrictions on the directory content: The directories attribute specifies how many subdirectories are allowed

CriteriaQuery.where(restrictions) - JPA Method

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

CriteriaDelete.where(restrictions) - JPA Method

;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 are simply removed

Subquery.having(restrictions) - JPA Method

; 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 removed. This method

AbstractQuery.having(restrictions) - JPA Method

;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 are simply removed

AbstractQuery.where(restrictions) - JPA Method

...  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 removed. Parameters

CriteriaUpdate.where(restrictions) - JPA Method

;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 are simply removed

Subquery.where(restrictions) - JPA Method

; 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 only overrides

CriteriaQuery.having(restrictions) - JPA Method

;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 are simply removed

CriteriaQuery.having(restriction) - JPA Method

; Expression   restriction ) Specify a restriction over the groups of the query. 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 Return: the modified query Since: JPA 2.0

CriteriaDelete.where(restriction) - JPA Method

; 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), if any. Parameters: restriction - a simple or compound boolean expression Return: the modified delete query Since: JPA 2.1

Subquery.having(restriction) - JPA Method

; 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 Return: the modified subquery Since: JPA 2.0

CollectionJoin.on(restrictions) - JPA Method

...  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 Return: the modified join object Since: JPA 2.1

AbstractQuery.having(restriction) - JPA Method

JPA Method in javax.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 boolean expression Return: the modified query Since: JPA 2.0

AbstractQuery.where(restriction) - JPA Method

JPA Method in javax.persistence.criteria.AbstractQuery AbstractQuery 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

CriteriaUpdate.where(restriction) - JPA Method

; Expression   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 - a simple or compound boolean expression Return: the modified update query Since: JPA 2.1

CriteriaBuilder.not(restriction) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaBuilder Predicate not (    Expression   restriction ) Create a negation of the given restriction . Parameters: restriction - restriction expression Return: not predicate Since: JPA 2.0

ListJoin.on(restrictions) - JPA Method

; 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 Return: the modified join object Since: JPA 2.1

CriteriaBuilder.or(restrictions) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaBuilder Predicate or (   Predicate...  restrictions ) Create a disjunction of the given restriction predicates. A disjunction of zero predicates is false. Parameters: restrictions - zero or more restriction predicates Return: or predicate Since: JPA 2.0

MapJoin.on(restrictions) - JPA Method

; 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 Return: the modified join object Since: JPA 2.1

Join.on(restrictions) - JPA Method

JPA Method in javax.persistence.criteria.Join Join on (   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

CriteriaBuilder.and(restrictions) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaBuilder 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 Return: and predicate Since: JPA 2.0

Subquery.where(restriction) - JPA Method

; 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 compound boolean expression Return: the modified subquery Since: JPA 2.0

CriteriaQuery.where(restriction) - JPA Method

; Expression   restriction ) Modify the query to restrict the query 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

SetJoin.on(restrictions) - JPA Method

; 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 Return: the modified join object Since: JPA 2.1

CollectionJoin.on(restriction) - JPA Method

JPA Method in javax.persistence.criteria.CollectionJoin CollectionJoin 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

ListJoin.on(restriction) - JPA Method

JPA Method in javax.persistence.criteria.ListJoin ListJoin 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 - a simple or

MapJoin.on(restriction) - JPA Method

JPA Method in javax.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 - a simple or

Join.on(restriction) - JPA Method

JPA Method in javax.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 - a simple or compound

SetJoin.on(restriction) - JPA Method

JPA Method in javax.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 - a simple or

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

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

javax.persistence.criteria.AbstractQuery

of restrictions . Since: JPA 2.0 Public Methods AbstractQuery distinct (boolean distinct) Specify ... Since: JPA 2.0 Predicate getGroupRestriction () Return the predicate that corresponds to the restriction (s) over the grouping items, or null if no restrictions have been specified. Return: having clause

javax.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. Return: having clause predicate Inherited from ... : the modified query Since: JPA 2.0 CriteriaQuery having ( Expression   restriction ) Specify

javax.persistence.criteria.Subquery

Predicate getGroupRestriction () Return the predicate that corresponds to the restriction (s) over the grouping items, or null if no restrictions have been specified. Return: having clause predicate ... expressions Return: the modified subquery Since: JPA 2.0 Subquery having ( Expression   restriction

javax.persistence.criteria.CriteriaDelete

that corresponds to the where clause restriction (s), or null if no restrictions have been specified ... from: CommonAbstractCriteria Since: JPA 2.1 CriteriaDelete where ( Expression   restriction ) Modify the delete query to restrict the target of the deletion according to the specified boolean

javax.persistence.criteria.CriteriaUpdate

the predicate that corresponds to the where clause restriction (s), or null if no restrictions ... from: CommonAbstractCriteria Since: JPA 2.1 CriteriaUpdate where ( Expression   restriction ) Modify the update query to restrict the target of the update according to the specified boolean

[ODB1] Chapter 8 - ObjectDB Server

restrictions on connections to the server. The max attribute specifies the maximum simultaneous connections ... (see chapter 5 ). The address attribute is optional. If specified, the user is restricted to connect ... restrictions on the directory content. All three attributes are required. The subdirs attribute

javax.jdo.annotations.ForeignKeyAction.RESTRICT

JDO Enum Constant in javax.jdo.annotations.ForeignKeyAction RESTRICT Since: JDO 2.1

[ODB1] Chapter 6 - Persistent Objects

is not restricted to only storing instances of persistent classes, but can directly store instances

[ODB1] Chapter 1 - About ObjectDB

on the embedded database edition, but has some additional restrictions and limitations. This developer's