ObjectDB Database Search

51-100 of 200 results

Upgrading Server license to a Site license

I should be interested to know if it possible to upgrade from a single server license to a site license by paying the difference. jonb Jon Brumfitt It is possible. Details have been sent to you in ... license from one machine to another. Do I simply run the activator again on the replacement machine

Inserted entities with strings as keys and indices needs more and more ram memory in comparing to primitive integers as keys and indices

Hello, I have a problem with inserting of many entities. We use strings as primary key and indices ... primitive integers as keys and indices then the memory consumption for new entities is constant. Can you explain this and do you have an idea for the case that strings are used for keys and indices

Have developer license but need to use license on private lan server how to ?

Hi , i have nearly finished my project on my workstation.Which has license of objectdb activated because its internet connected. But now i need to copy my project to LAN server which is private LAN. So how to activate server license ?  I have Site Licences kadirbasol Kadir BASOL

Licensing

Hello! In some older post "support" wrote: "A single server license is for one activation ... have to purchase a new server license ? I know that there is a site license but we are only two developers. A site license would be 3 times more expensive than two server licenses . Our production

Activation license not picked up in Jenkins

Hi, trying to understand why the activation license is not being picked up. We have tests ... license . Is there some way to debug this? Alternatively is there some docker configuration ... is about ObjectDB activation licenses and Docker.   Gradle Test Executor 1 STARTED mr.controllers

Academic license limitations?

license .... I Question: I am wondering if the academic license is limited to 10 entities by default? I am get a 10 entity limit exception as I persist the classes --Is that due to license issue or ... classes limit. Do I need to buy a full license or is there a way I can continue to fine-tune my pilot

Server license move

Hi, I have a 1 server license . I would prefer to use ObjectDB with this license first for development/test means on my local Windows machine, then later move the license on a test linux server, and only when development will be done, then I would like to permanently move this license

License State

? Background : We have an OEM License of objectdb. I'm building our application automaticly via gradle ... ()); support Support Thanks for information: regarding the  OEM license I've another issue: I've updated ... . Once the license is becoming invalid, I have do repeat this procedure to continue working. Enhancing

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

a primary key of a managed object", but my application is not trying to change the primary key .  ... . Could you please provide details on the primary key of JdoBlob2 ? Is it composite? embedded ID ... in JDO to represent a combination of class + primary key and therefore it seems a bit strange to use

Questions about the server license

thinking now if I should buy the server license (which for me is quite expansive) or moving ... ; 2. Is the license for life? When is it supposed to expire?   dreckguy Ophir Haramaty A server license is for life (no expiration), but restricted to a specific computer. A site license

Latest version with license for evaluation

The last version on Maven is also 2.5.2. Please clarify your question. Prices of ObjectDB licenses are published on our website . If you are interested in a limited time evaluation license please apply ... - but this is resolved. I will raise the ticket for limited time evaluation License if that allows us to try our hands

Free ObjecDB license for Open Source project

persistence layer. ObjectDB looks like a very good fit, but I can't justify buying license for 500 ... of less restrictive ObjectDB license for Open Source project.  Thank you for your answer.   ... for a free license by opening a support ticket  and your request will be considered. 

Single Server License and Embedded Mode

We have an application that runs on a single server in embedded mode to write server million records.  Is it possible to use the single server license for embedded mode use?  I've looked ... the scenario for the larger scale licenses . kzimmerman Kari Zimmerman Sure. The server licence

ObjectDB License Error I got

/DeepAssets/objectdb.conf   Current basic config   Even though i have site license , software ... ) - exceeds evaluation limit   And there is no tutorial how to use this on spring boot with license as

Documentation problem - license does not match implementation

The license page says: "ObjectDB can be downloaded and used at no cost (including commercially) with the restriction of maximum 10 entity classes and one million entity objects per database file." I was well into a rather large project when I discovered, much to my horror, that the free license

Detached JPA Entities

entity with the same identity (the same type and primary key ). If a corresponding managed entity does

FROM clause (JPQL / Criteria API)

, FETCH,FROM, GROUP, HAVING, IN, INDEX, INNER, IS, JOIN, KEY , LEADING, LEFT, LENGTH, LIKE,LOCATE

JPA Metamodel Attributes

access. Represents an attribute typed as a java.util.Map , managing both keys and values

JPA Metamodel Types

with a persistent identity (primary key ), serving as the superinterface of entities and mapped

JPA Query Structure (JPQL / Criteria)

The syntax of the Jakarta Persistence Query Language (JPQL) is similar to SQL. This is a key advantage because SQL is a powerful query language, and many developers are already familiar with it. The main difference between SQL and JPQL is that SQL operates on relational database tables, while JPQL

Database Schema Evolution

other map type, as long as the keys and values are convertible (for example, from HashMap to TreeMap ). Any

JPA Metamodel API

information about the primary key , version attributes, and the supertype. For example: // Get the super

JPA Shared (L2) Entity Cache

.retrieveMode", CacheRetrieveMode . BYPASS ); // For retrieval by type and primary key : em. find

Comparison in JPQL and Criteria API

( = , , == , != ). For entities, e1 = e2 is true if e1 and e2 have the same type and the same primary key value

JPA Relationships Annotations

in the target entity used as the map key for a Map-valued association. For more details, see the Persistent Classes chapter in the ObjectDB manual.

JPA Criteria FROM and JOIN

to both map keys and values. The parent interface of Root and Join , defining the common

ObjectDB Overview

processing, etc.) but in a way that makes development easier and applications faster. ObjectDB Database Key

JPA Listeners & Callbacks Annotations

to the database, making the generated primary key available. Update events Handle events triggered

jakarta.persistence.GenerationType

Enumerates the defined primary key generation strategies. See Also: GeneratedValue Since: Jakarta ... for the particular database. For a primary key of type UUID or String , this is equivalent to UUID . For a primary key of type Long , Integer , long , or int , the provider selects between TABLE , SEQUENCE

jakarta.persistence.MapsId

the mapping for an EmbeddedId primary key , an attribute within an EmbeddedId primary key , or a simple primary key of the parent entity. The value element specifies the attribute within a composite key to which the relationship attribute corresponds. If the primary key of the entity is of the same

jakarta.persistence.SecondaryTable

properties of the entity are mapped to the primary table. If no primary key join columns are specified, the join columns are assumed to reference the primary key columns of the primary table, and have the same names and types as the referenced primary key columns of the primary table. Example 1: Single

jakarta.persistence.Graph

Subgraph addKeySubgraph ( Attribute attribute ) Add a node to the graph that corresponds to a map key ... related managed types. Parameters: attribute - attribute Returns: subgraph for the key attribute. Throws ... a node to the graph that corresponds to a map key that is a managed type with inheritance. This allows

jakarta.persistence.EntityGraph

( Attribute attribute ) Add a node to the graph that corresponds to a map key that is a managed type ... . Inherited from Graph Parameters: attribute - attribute Returns: subgraph for the key attribute. Throws ... a node to the graph that corresponds to a map key that is a managed type with inheritance

jakarta.persistence.Subgraph

a node to the graph that corresponds to a map key that is a managed type. This allows ... : attribute - attribute Returns: subgraph for the key attribute. Throws: IllegalStateException ... that corresponds to a map key that is a managed type with inheritance. This allows for construction

jakarta.persistence.IdClass

: Annotation Target: Type Specifies a composite primary key type whose fields or properties map to the identifier fields or properties of the annotated entity class. The specified primary key type ... equality consistently with equality of the mapped primary key of the database table. The primary key fields

jakarta.persistence.JoinTable

Persistence (JPA) 1.0 JoinColumn[] joinColumns (Optional) The foreign key columns of the join table ... ) 1.0 JoinColumn[] inverseJoinColumns (Optional) The foreign key columns of the join table ... key constraint for the columns corresponding to the joinColumns element when table generation is in

jakarta.persistence.EmbeddedId

of an entity class or mapped superclass is the composite primary key of the entity. The type of the annotated ... . The embedded primary key type must implement Annotation.java.lang.annotation.Annotation/equals(Object ... with equality of the mapped primary key of the database table. The AttributeOverride annotation may be used

jakarta.persistence.GeneratedValue

Interfaces: Annotation Target: Method, Field Specifies a generation strategy for generated primary keys . The GeneratedValue annotation may be applied to a primary key property or field of an entity or mapped ... to support the GeneratedValue for simple primary keys . Use of the GeneratedValue annotation for derived

jakarta.persistence.AssociationOverride

mapping is a foreign key mapping, the joinColumns element is used. If the relationship mapping uses a join ... mapping overridden to ADDR_ID foreign key public class PartTimeEmployee extends Employee ... must be specified if a foreign key mapping is used in the overriding of the mapping

jakarta.persistence.Id

: Annotation Target: Method, Field Identifies the primary key of an entity. The field or property ... for the primary key of the entity is assumed to be the primary key of the primary table. If no Column annotation is specified, the primary key column name is assumed to be the name of the primary key property

jakarta.persistence.metamodel.IdentifiableType

that corresponds to the specified name and Java key and value types. Inherited from ManagedType Parameters: name - the name of the represented attribute keyType - the key type of the represented attribute ... name and key and value types. Throws: IllegalArgumentException - if attribute of the given name

jakarta.persistence.metamodel.EntityType

attribute declared by the managed type that corresponds to the specified name and Java key and value ... - the key type of the represented attribute valueType - the value type of the represented attribute Returns: declared MapAttribute of the given name and key and value types. Throws

jakarta.persistence.metamodel.ManagedType

attribute declared by the managed type that corresponds to the specified name and Java key and value types. Parameters: name - the name of the represented attribute keyType - the key type ... MapAttribute of the given name and key and value types. Throws: IllegalArgumentException - if attribute

jakarta.persistence.metamodel.EmbeddableType

type that corresponds to the specified name and Java key and value types. Inherited from ManagedType Parameters: name - the name of the represented attribute keyType - the key type of the represented ... of the given name and key and value types. Throws: IllegalArgumentException - if attribute of the given

jakarta.persistence.metamodel.MappedSuperclassType

declared by the managed type that corresponds to the specified name and Java key and value types. Inherited from ManagedType Parameters: name - the name of the represented attribute keyType - the key ... : declared MapAttribute of the given name and key and value types. Throws: IllegalArgumentException

jakarta.persistence.SequenceGenerator

Interfaces: Annotation Target: Type, Method, Field, Package Defines a primary key generator ... generator may be specified on the entity class or on the primary key field or property. The scope ... is explicitly specified, and the annotation occurs on an entity class or primary key attribute

jakarta.persistence.OneToOne

maps a unique foreign key relationship, either a foreign key column or columns with a unique constraint, or a relationship via a shared primary key . The JoinColumn annotation may be used to map the foreign key column or columns. Alternatively, an optional OneToOne association is sometimes mapped

Enhancement does not show an error message when an outdated license is used

2.8.7.b08 Accidentally we used an outdated ObjectDB license , if we enhance the entities ... shows that all entites are enhanced. Can you throw an error message, if the license is outdated ... the enhancement when the license is outdated. It is very hard to find the reason why the enhanced

jakarta.persistence.MapKeyJoinColumn.name

) The name of the foreign key column for the map key . The table in which it is found depends upon the context. If the join is for a map key for an element collection, the foreign key column is in the collection table for the map value. If the join is for a map key for a ManyToMany entity relationship or

jakarta.persistence.MapKeyJoinColumns

Interfaces: Annotation Target: Method, Field Supports composite map keys that reference entities ... (JPA) 2.0 Annotation Elements MapKeyJoinColumn[] value (Required) The map key join columns that are used to map to the entity that is the map key . Since: Jakarta Persistence (JPA) 1.0 ForeignKey