ObjectDB Database Search

51-100 of 121 results

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.CriteriaBuilder.and(List)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate and (    List restrictions ) Create a conjunction of the given restriction predicates. A conjunction of zero predicates is true. Parameters: restrictions - a list of zero or more restriction

jakarta.persistence.criteria.CriteriaBuilder.or(Predicate...)

Jakarta Persistence (JPA) Method in jakarta.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

jakarta.persistence.criteria.CriteriaBuilder.or(List)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate or (    List restrictions ) Create a disjunction of the given restriction predicates. A disjunction of zero predicates is false. Parameters: restrictions - a list of zero or more restriction

jakarta.persistence.criteria.CriteriaBuilder.and(Predicate...)

Jakarta Persistence (JPA) Method in jakarta.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

jakarta.persistence.criteria.CriteriaBuilder.not(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate not (    Expression restriction ) Create a negation of the given restriction . Parameters: restriction - restriction expression Returns: not predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaUpdate.where(Expression)

where (    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 Returns: the modified update query. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaDelete.where(Expression)

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), if any. Parameters: restriction - a simple or compound boolean expression Returns: the modified delete query. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaQuery.having(Expression)

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

jakarta.persistence.criteria.CriteriaQuery.where(Expression)

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

jakarta.persistence.criteria.CommonAbstractCriteria

the predicate that corresponds to the where clause restriction (s), or null if no restrictions

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

exceeds evaluation limit Exception

page : ObjectDB can also be used freely (including commercially) under a restriction of maximum 10 ... companies are required to purchase a license to remove this restrictions . Anyway, you need a license key to remove this restriction . support Support thanks alot your replay makes every thing clear now eng.ahmed ahmed

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

how to query by properties of onetomany relations? (Error 990)

like to know more about this. It looks very useful. 1. Are there any restrictions on the depth ... Ben Schreiber Regarding the new syntax - there is no restriction on the depth of nested collections

Free version limitation and upgrading

edition has a restriction of  maximum 10 entity classes and one million entity objects ... from a free license removes the restrictions with no need to upgrade the database or the code

Free ObjecDB license for Open Source project

$. Also we can't restrict ourselves for 10 entities :).   So I wonder if it's possible to gain some kind of less restrictive ObjectDB license for Open Source project.  Thank you for your answer.  

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

Error 990... and then new version?

I was about to post (here, since the provided url is restricted ), I noticed there was a new release

InternalException when reading a HashMap

? Indeed it seems restrictive . We plan to switch to a new automatic activation system, so ObjectDB would be able

Multiple inputs not supported on WHERE ?

an attempt to remove this restriction , which you may try. support Support

@Unique member combination not working

Why does the below code not enforce unique restrictions ?   Person @Entity @Unique(members = {"name", "surname"}) public class Person implements Serializable {     @Id     @GeneratedValue     private Integer id;     private String

ObjectDB 2.8.6_03

Restricted waiting time on closing a database on a server to 2 seconds(see issue #2686 ).

Internal objectdb exception when using different language on a machine

contains only a restricted schema, here we have the only one not enhanced entity 'TCVector' (is not