ObjectDB Database Search
101-150 of 200 resultsEclipse plugin problem (using ObjectDB as a separate bundle) above - the latest in the 2.2.8.01 release of objectDb. However I still get this error. & nbsp ... with ObjectDB with the small utility class public class ObjectDbEnhancer { & nbsp ;& nbsp ;& nbsp ; enhanceLabPlugin() & nbsp ;& nbsp ;& nbsp ; { & nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ; com.objectdb.Enhancer.enhance | |
Problem with distinct select, order by and equivalent alias/attribute path implements Serializable { & nbsp ;& nbsp ;& nbsp ; @Id & nbsp ;& nbsp ;& nbsp ; private String id; & nbsp ;& nbsp ;& nbsp ; & nbsp ;& nbsp ;& nbsp ; private String town; & nbsp ;& nbsp ;& nbsp ; public Location() { & nbsp ;& nbsp ;& nbsp ; } & nbsp ;& nbsp ;& nbsp ; public Location(String id, String town) { & nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp | |
Getting sales quantity per country with a query, an idea anyone? a GROUP BY query . support Support Thank you very much! it was just there, shame on me. & nbsp ; lo Hoel ... ;& nbsp ;& nbsp ; + " GROUP BY ord.getCountry() "); & nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ;& nbsp ; q2 ... we are interrested in are & nbsp ;buyerCountry and orderPrice. Making a list of all possible country then a list | |
Can I use ObjectDB with languages other than Java? ObjectDB can be used by Java Virtual Machine (JVM) languages, such as Java,& nbsp ;Kotlin, Groovy and& nbsp ;Scala. It can also be used with other languages, such as Python, JavaScript,& nbsp ;Ruby ... , JRuby for Ruby and Quercus for PHP).& nbsp ;Future& nbsp ;direct support of regular Python, JavaScript,& nbsp ;C# and other languages& nbsp ;is planned. | |
combined index not used.properties.name = 'scheduledSlot') GROUP BY a.endDate, a.objectsInCharge.nodePath, a.objectsInCharge ... retaining only results that satisfy: (v$3.name='scheduledSlot'). Step 6: Group results --------------------- Group the results of step 5 by: a.endDate,v$1.nodePath,v$3.doubleValue. Step 7: Apply | |
JPA Queries EntityManager & nbsp ;methods such as createQuery to build& nbsp ; query objects using: Direct JPQL query strings ... for creating criteria queries and their elements (predicates, expressions, etc.). Obtain it from& nbsp ; EntityManagerFactory or& nbsp ;& nbsp ; EntityManager & nbsp ;using the getCriteriaBuilder method. Additional | |
JPA Runtime Tuning & Configuration , lock , and& nbsp ; refresh ) override all higher-level defaults for that call. The& nbsp ; find , lock , and& nbsp ; refresh methods have variable argument versions that take one or more instance of a corresponding& nbsp ;option interface: Each configuration setting& nbsp ;implements the relevant option | |
JPA Optimistic and Pessimistic Locking entity is 1 when it is first stored in the database. In every transaction where an entity& nbsp ... Lock An entity& nbsp ;can be locked explicitly with the lock method: em. lock (employee, LockModeType ... several scopes: For the entire persistence unit , use a persistence.xml property: For& nbsp | |
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 | |
ObjectDB License Agreement [ver. 2.0.4] out of, or related to, use of the Software. 6. The Customer may not disclose the& nbsp ;results of any& nbsp ;benchmark tests of the Software to any third party without ObjectDB Software's& nbsp ;prior ... , the Customer must immediately destroy all the Software copies. & nbsp ; | |
Is ObjectDB better than competing object databases? you can keep your application portable. If necessary,& nbsp ;you will always be able to switch to any relational database by using an ORM& nbsp ;JPA provider such as Hibernate, EclipseLink or Open JPA ... , supporting community, forums, IDEs support, tools, books, tutorials and& nbsp ;sample code. ObjectDB | |
JPA Metamodel Attributes The core abstractions of& nbsp ;model attributes& nbsp ;are& nbsp ;the following components: The top-level interface of the attributes& nbsp ;hierarchy, representing any persistent attribute known | |
JPA Metamodel Types Jakarta Persistence (JPA) 3.2 Base type definitions The core abstractions of model& nbsp ;types are the following components: The top-level interface of the types& nbsp ;hierarchy, representing any persistent ... , Strings, or Dates) that do not contain persistent& nbsp ;attributes of their own. An enumeration | |
What is the Java Persistence API (JPA)? The Java Persistence API (JPA) is a standard API for accessing databases& nbsp ;from within Java ... database programming. A& nbsp ;JPA implementation (sometimes referred to as a JPA provider) is needed in ... . These implementations are Object Relational Mapping (ORM) tools. The mapping& nbsp ;bridges between the data | |
Is ObjectDB better than Object Relational Mapping (ORM)? As noted above, using ObjectDB instead of a relational database and ORM& nbsp ;combination& nbsp ... is developed for an existing& nbsp ;old relational database). By using the Java Persistence API (JPA ... databases when necessary -& nbsp ;with exactly the same code. | |
ObjectDB Overview The ObjectDB Object Database ObjectDB is a powerful Object-Oriented Database Management System (ODBMS). It& nbsp ;is compact, reliable, easy to use and extremely fast. ObjectDB provides ... , JBoss and Spring. See the& nbsp ; ObjectDB Object Database Features & nbsp ;for& nbsp ;more details. | |
Detached JPA Entities EntityManager instances. Explicit detach You can& nbsp ;detach an entity by using the detach method: em ... an entity. In addition, when a managed entity& nbsp ;is serialized and then deserialized, the deserialized ... the reference field with CascadeType . MERGE or CascadeType . ALL . When you merge the& nbsp ;entity | |
JPA Attributes Annotations. The persistence provider ignores transient fields when saving or retrieving the entity. & nbsp ;Identity and versioning& nbsp ;mapping Annotations used to define primary keys and concurrency control ... . Specifies that the key of a map field or property& nbsp ;is an enumerated type. Defines the constants | |
JPA Metamodel and Graphs. The metamodel represents the domain model& nbsp ;through a hierarchy of types and attributes ... . It is the common super-interface of& nbsp ;both EntityType and Attribute . Retrieval optimization with graphs ... : Describes Entity Graphs and Subgraphs. These structures act as "mini-models"& nbsp ;or a focused view | |
missing merger it is there again), the system is completely unusable then: & nbsp ; [2025-04-22 06:36:36 #67 query.compiler]& nbsp ... -0395/(PD)055559.13.1". [2025-04-22 12:33:37 #68 store]& nbsp ; SectionClassifier: SectionClassifier{9-merger[2083]-missing:1} [2025-04-22 12:33:48 #69 store]& nbsp ; SectionClassifier: SectionClassifier | |
Unexpected exception (Error 990) on find Support Sadly, Im was not able to create a short testcase. & nbsp ; But I have found ... for a item thats not in the db. & nbsp ; Stefan Stefan Mair The problem is in version 2.4.7. I will try ... Doctor says: & nbsp ; ObjectDB Doctor [version 2.4.7_16] Copyright (c) 2013, ObjectDB Software | |
JPA Criteria Query Expressions are represented by the same Expression interface.& nbsp ; Core expressions The following interfaces ... , representing any typed value, calculation, or path within the query. Extends Selection & nbsp | |
What are the main benefits of using ObjectDB? multiple values& nbsp ;(even for a simple data structure such as a collection of strings). In addition ... driver. Obviously, elimination of conversions, translations& nbsp ;and other intermediate operations leads to better performance. | |
Chapter 2 - JPA Entity Classes An entity class& nbsp ;is a user-defined class whose instances can be stored in a database. To store data in an ObjectDB database& nbsp ;using Jakarta Persistence (JPA), you define entity classes that represent your application's data object model. This chapter contains the following sections: | |
Deleting JPA Entities entity& nbsp ;is removed, the remove operation cascades to the referenced Address entity. In ... the database. DELETE Queries DELETE queries provide an alternative way to remove entities& nbsp ;from | |
NetBeans/JPA Java EE Tutorial This is the NetBeans& nbsp ;version of the& nbsp ; Java EE JPA tutorial. It& nbsp ;demonstrates& nbsp ;how& nbsp ;to& nbsp ;create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans& nbsp ;- using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page | |
Step 5: Add a JSP Page] dialog box by right clicking WEB-INF under src/main/webapp& nbsp ;(in the [Package Explorer] window), selecting& nbsp ; New Other... Web JSP File and clicking Next . The parent folder should be WEB-INF (to prevent direct access to the JSP bypassing Spring). Enter& nbsp ; guest as the jsp file name - use | |
Step 4: Add a Controller Class) and selecting& nbsp ; New Class . The package name should be& nbsp ; guest . Enter& nbsp ; GuestController as the class name - use& nbsp ; exactly that case sensitive class name. Click& nbsp ; Finish to create ... attribute (whose name is "guestDao" and its value is guestDao ). The next step is& nbsp ; adding | |
Getting Started with JPA - Maven Project is an effective& nbsp ;way to learn - but& nbsp ;if you prefer, you may download and run the result application as a Maven project: & nbsp ;& nbsp ;& nbsp ;& nbsp ; Getting Started with JPA - Maven Project (3KB | |
Step 5: Add a JSP Page] dialog box by right clicking the WebContent node& nbsp ;(in the [Package Explorer] window), selecting& nbsp ; New Other... Web JSP File and clicking& nbsp ; Next . Enter& nbsp ; guest as the jsp file name - use& nbsp ; exactly that case sensitive class name. Click& nbsp ; Finish to create the new JSP file. Now | |
Getting Started with JPA and NetBeans This is the NetBeans version of the& nbsp ; Quick Start with JPA tutorial. It& nbsp ;demonstrates ... to store and retrieve simple& nbsp ; Point entities, where each& nbsp ; Point has two persistent fields -& nbsp ; x and& nbsp ; y . For this tutorial, besides the Java JDK (8 or above) and the NetBeans IDE (any | |
NetBeans/JPA Web Application Tutorial This is the NetBeans version of the& nbsp ; JPA Web App tutorial. It& nbsp ;demonstrates& nbsp ;how& nbsp ;to create and run a database driven Java web application in NetBeans - using Tomcat 6 Apache Tomcat Server 6.0& nbsp ;( some modifications are needed for Tomcat 7.0 ), ObjectDB and JPA. The demo web | |
Step 1: Install BIRT and ObjectDB Driver and install the complete BIRT development environment , which is& nbsp ;a special distribution ... installing the BIRT plugins & nbsp ;using the Eclipse Update Manager (updating Eclipse IDE ... an existing& nbsp ; Eclipse IDE for Java EE Developers environment: Open the [Install] dialog box by | |
Eclipse/JPA Java EE Tutorial This is the Eclipse version of the Java EE JPA tutorial. It& nbsp ;demonstrates& nbsp ;how& nbsp ;to& nbsp ;create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor | |
Eclipse/JPA Web Application Tutorial This is the Eclipse version of the JPA Web App tutorial. It& nbsp ;demonstrates& nbsp ;how& nbsp ;to create and run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA ... Tomcat Server 6.0& nbsp ;( some modifications are needed for Tomcat 7.0 ). The last version of ObjectDB | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window),& nbsp ;selecting& nbsp ; New Other... Web Servlet and clicking& nbsp ; Next . The Java package name should be guest | |
Step 3: Create an ObjectDB Data Source Explorer] window and selecting& nbsp ; New Data Source . Select ObjectDB Data Source from the list ... the database connection url: Download and save the points.odb & nbsp ;database file (from the Quick ... -server (e.g.& nbsp ; objectdb://localhost/points.odb;user=admin;password=admin ). You may click | |
Step 5: Design a BIRT Report Chart a& nbsp ; Chart from the [Palette] window and dropping it on the report design (.rptdesign) layout ... ] tab - enter row["y"] as the Y series and& nbsp ; row["x"] as the X series, (use Ctrl + Space in ... , background, etc.: Click Finish to add the chart to the report page: You may click Preview & nbsp ;now | |
Step 2: Entity Class and Persistence Unit) and selecting& nbsp ; New Entity Class ... (or& nbsp ; New Other... Persistence Entity Class and clicking& nbsp ; Next ). Enter Guest as the class name - use exactly that case sensitive class name. Enter guest | |
Step 6: Run the Java EE 6 Application You can run the application now by right clicking the& nbsp ; GuestServlet node (in the [Projects] window), selecting& nbsp ; Run File , and then clicking& nbsp ; OK (no need to change the servlet execution URI). Since we are using ObjectDB in embedded mode - the database file is created | |
Step 4: Add a Servlet Class the page output. Notice that operations on the database are carried on by the& nbsp ; GuestDao session bean, which is instantiated and injected by the application server into the& nbsp ; guestDao field automatically (since the field is marked with the& nbsp ; @EJB annotation). The next step is adding a JSP | |
Step 4: Create an ObjectDB Data Set Points ).& nbsp ; Enter a data set name (e.g. Points by X ) and click Next . The database in ... - a new window appears. In the Parameters list specify default values for low & nbsp ; ( 11 ) and high ( 20 ): You may click Preview Results & nbsp ;to see the query results: Close the dialog box by clicking | |
Step 7: Run the Spring Web App the embedded Maven Jetty plugin: Right click the project node and select Custom Goals... Enter& nbsp ; jetty:run in the Goals field and click& nbsp ; OK . Open your browser at& nbsp ;http://localhost:8080 | |
Getting Started with JPA and Eclipse This is the Eclipse version of the Quick Start with JPA tutorial. It& nbsp ;demonstrates& nbsp ;how to create and run a simple JPA application in Eclipse. The demonstrated application uses JPA to store and retrieve simple Point entities, where each Point has two persistent fields: x and y | |
JPA Tutorials Tutorials The web application tutorials demonstrate how to use JPA in web applications.& nbsp ;Understanding ... 3 web application: Spring MVC and JPA Maven Projects for Download The tutorials provide& nbsp ;step | |
Step 2: Entity Class and Persistence Unit with a default persistence unit (that will be configured later).& nbsp ;If the& nbsp ; Finish button is disabled | |
Java EE Web Tutorial is represented by a& nbsp ; Guest entity and all the& nbsp ; Guest entities are stored in an ObjectDB database | |
Step 6: Design a BIRT Report Table In this final step we will add a simple table to the report: Open the [Insert Table] dialog box by dragging a Table& nbsp ;from the [Palette] window and dropping it on the report design (.rptdesign ... in the [Navigator] window and selecting Report Run Report : & nbsp ; | |
JPA Web Application Tutorial by a& nbsp ; Guest entity and all the& nbsp ; Guest entities are stored in an ObjectDB database | |
Which API should I use - JPA or JDO?. Both share similar architecture,& nbsp ;design and abilities. When to prefer JPA JPA ... that are supported only by JDO.& nbsp ;Selecting the more popular API leads to more portable application and extends the& nbsp ;availability of experienced developers, forums, IDEs support, tools, books |