Internal Website Search

51-100 of 120 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 ?

javax.persistence.criteria.CriteriaBuilder

: and predicate Since: JPA 2.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 Return: and predicate Since: JPA 2.0 Expression any ( Subquery

javax.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. Return: the ON restriction predicate Since: JPA 2.1 From ... on ( Expression   restriction ) Modify the join to restrict the result according to the specified ON condition

javax.persistence.criteria.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 ... on (Predicate...  restrictions ) Modify the join to restrict the result according to the specified

javax.persistence.criteria.CollectionJoin

of the join Since: JPA 2.0 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 - a simple or compound boolean expression Return

javax.persistence.criteria.ListJoin

the index Since: JPA 2.0 ListJoin on ( Expression   restriction ) Modify the join to restrict ... ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 ListJoin on (Predicate...  restrictions ) Modify the join

javax.persistence.criteria.MapJoin

  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 ... on (Predicate...  restrictions ) Modify the join to restrict the result according to the specified

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

javax.persistence.criteria.CommonAbstractCriteria

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

CommonAbstractCriteria.getRestriction() - JPA Method

JPA Method in javax.persistence.criteria.CommonAbstractCriteria Predicate getRestriction () Return the predicate that corresponds to the where clause restriction (s), or null if no restrictions have been specified. Return: where clause predicate Since: JPA 2.1

AbstractQuery.getGroupRestriction() - JPA Method

JPA Method in javax.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. Return: having clause predicate Since: JPA 2.0

Join.getOn() - JPA Method

JPA Method in javax.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. Return: the ON restriction predicate Since: JPA 2.1

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.  

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

javax.persistence.criteria.Predicate

JPA Interface 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. Since: JPA 2.0 The Logical Operators in JPQL

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

@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

Async query ObjectDb

. You will also need a separate EntityManager for that thread. Stopping a running query is not supported but restricting execution time is supported. support Support

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

javax.jdo.annotations.ForeignKey

ForeignKeyAction. RESTRICT The delete action of this foreign key. Since: JDO 2.1 String[] members default ... ForeignKeyAction updateAction default ForeignKeyAction. RESTRICT The update action of this foreign key. Since: JDO 2.1

javax.jdo.spi.JDOImplHelper

restriction on this access. JDO implementations get access to the functions provided by this class

javax.jdo.annotations.ForeignKeyAction

JDO Enum ForeignKeyAction java.lang.Object ∟  java.lang.Enum ∟  javax.jdo.annotations.ForeignKeyAction Enumeration of the foreign-key delete/update action values. Since: JDO 2.1 Enum Constants CASCADE Since: JDO 2.1 DEFAULT Since: JDO 2.1 NONE Since: JDO 2.1 NULL Since: JDO 2.1 RESTRICT

javax.jdo.annotations.ForeignKey.updateAction

JDO Annotation Attribute in javax.jdo.annotations.ForeignKey ForeignKeyAction updateAction default ForeignKeyAction. RESTRICT The update action of this foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.deleteAction

JDO Annotation Attribute in javax.jdo.annotations.ForeignKey ForeignKeyAction deleteAction default ForeignKeyAction. RESTRICT The delete action of this foreign key. Since: JDO 2.1