ObjectDB Database Search
1-50 of 200 resultsCompile time enhancement using build.xml of a Netbeans web application Does anybody have a complete, working example of the adaptations required in the build .xml ... : The (rather overwhelming) nbproject/ build -impl.xml of Netbeans, that is included into build .xml, offers a number of empty targets to override in build .xml, such as -post-compile and -post-compile-single. I | |
Version 2.2.7 build 7/8 issue Hi all, I have problems with builds 7 and 8 when trying to sort entities with mappedBy ... with null objects! With builds 6 and 5 works it correctly. Removing mappedBy from @OneToOne(mappedBy ... . Your code should work again with build 2.2.7_09. support Support | |
Email notification about new build Just a quick thought. It would be nice to get email notification about new builds . If a new build resolves a problem that I'm not subscribed for, I don't know about it until i check ODB page :) lwalkowski Lukasz Walkowski This is a good idea. It is now set as a website feature request in the issue tracking system. support Support | |
Last build is not available on Maven Repository Is there some special reason why the last two builds of 2.3.3 are not available in your Maven repository? mosi0815 Ralph Moser Just checked and 2.3.3_06 was indeed missing (but 2.3.3_05 was there). It is available now (refresh your browser). I will check what went wrong. Thank you for reporting this. support Support | |
Enhancement from gradle build file Just wondering if it's possible to add enhancement in the gradle build file after compilation? an example of this, for an IntelliJ gradle based project would be very helpful. David dmoshal David Moshal The following seems to work: task enhance(type: JavaExec) { main = 'com.objectdb | |
SELECT clause (JPQL / Criteria API)). The CriteriaBuilder interface provides three factory methods for building CompoundSelection instances ... "), c. get ("capital"). get ("name"))); The array method builds a CompoundSelection instance ... . get ("capital"). get ("name"))); The tuple method builds a CompoundSelection instance | |
JPA Class Enhancer Maven and ANT Enhancement Enhancement can be integrated into the build process. The following Maven build file defines a Java compiler plugin that includes enhancement: ... ...   ... MVC and JPA Similarly, enhancement can be also be integrated into an ANT build script, as | |
JPA Query API. Building Queries with createQuery As with most other operations in JPA, using queries starts ... which retrieves all the Country objects in the database is represented by both q1 and q2 . When building ... and Named Queries Building queries by passing JPQL query strings directly to the createQuery method, as | |
JPA Criteria API Queries for building dynamic queries whose exact structure is only known at runtime. JPA Criteria API vs ... ;the criteria API may be preferred. For example, building a dynamic query based on fields that a user ... the JPA criteria API, because it eliminates the need for building the query using many string | |
JPA Criteria Query Expressions the building blocks for defining query logic programmatically. The hierarchy of the expression ... represent the fundamental building blocks for query logic: The root interface for all query expressions | |
JPA Queries EntityManager methods such as createQuery to build query objects using: Direct JPQL query strings ... components for building criteria queries are described in the following subsections: Interfaces | |
Chapter 4 - JPA Queries (JPQL / Criteria) well as how to use the JPA Criteria API, which provides an alternative way for building queries in JPA ... BY, HAVING, ORDER BY): Then the expressions that are used for building JPQL and criteria query | |
New issues with queries using build 2.7.6_08 Unfortunately Build 2.7.6_08 caused exceptions in a lot of system tests of our test suite which still ran successfully with Build 2.7.6_07. 1. For example following query returns 3 verdict objects ... primary key value"). Hopefully build 2.7.6_07 does solve the conflict between that issue and issue | |
New issues with queries using build 2.7.8 you for this report. Build 2.8.0_01 includes a fix. support Support There is an issue with build 2.8.0_01 (although it does solve this reported bug). A new build will be released soon. support Support Please check if build 2.8.0_02 solves the issue. Thanks. support Support | |
Email notification about new build Just a quick thought. It would be nice to get email notification about new builds . If a new build resolves a problem that I'm not subscribed for, I don't know about it until i check ODB page :) lwalkowski Lukasz Walkowski | |
Problemss during maven build Hey out there! Anybody experiencing this problem during a maven build while downloading from objectdb repository? This now occurs without any changes to a previously working pom.xml. [WARNING] Checksum validation failed, expected | |
Database Management Settings; priority attribute specifies the speed of the index building background process as a number between | |
Strings in JPQL and Criteria Queries expressions. The CriteriaBuilder interface provides factory methods for building these expressions | |
Date and Time in JPQL and Criteria Queries for building date and time expressions that represent the current date and/or time: // Create | |
Collections in JPQL and Criteria Queries. The CriteriaBuilder interface provides factory methods for building these expressions, as shown in the following | |
JPA Query Expressions (JPQL / Criteria) of this Section This section contains the following pages: Detailed explanations on how to build criteria query | |
JPA Extended API Reference Guide dynamically, build type-safe queries, and optimize database fetching. Lists additional dynamic | |
Numbers in JPQL and Criteria Queries factory methods for building these expressions, as shown in the following examples. Binary Operators | |
ObjectDB License organization in one building , and in addition also covers installation of ObjectDB on: Home computers | |
Privacy Policy 37 Westminster Buildings Theatre Square Nottingham NG1 6LG United Kingdom. Cookies are small | |
Literals in JPQL and Criteria Queries. Criteria Query Literals The CriteriaBuilder interface provides two factory methods for building literal | |
JPA Core Types) and close it upon shutdown. The primary interface for performing CRUD operations, building queries | |
JPA Runtime Tuning & Configuration_TIMEOUT or LOCK_TIMEOUT , or specify it when you build the EntityManager . Query setTimeout(Integer | |
JPA Criteria Queries Build top-level retrieval queries using the main criteria query interface: Use this interface | |
JPA Metamodel and Graphs The Jakarta Persistence (JPA) Metamodel API provides a type-safe way to introspect the persistent object model at runtime. It allows developers to programmatically examine entities, embeddables, and their attributes to build dynamic queries and validate persistence structures. The Metamodel Access | |
Chapter 6 - Configuration which objectdb.jar is located, with one exception - if the name of that directory is bin , lib or build | |
Paths and Types in JPQL and Criteria API are considered as basic paths and also serve as a starting point for building more complex paths | |
GROUP BY and HAVING clauses. gt (cb. count (c), 1)); The CriteriaBuilder interface provides methods for building | |
ORDER BY clause (JPQL / Criteria API). Then the SELECT clause builds the results by evaluating the result expressions. Finally the results | |
About Us Westminster Buildings Theatre Square Nottingham NG1 6LG United Kingdom +44 (0) 330 8080702 sales | |
Pre-detach loading: retrieval by navigation not working in if statement interpreter as well. Have you tried build time enhancement instead of using -javaagent? Please post relevant byte code after enhancement. support Support Have you tried build time enhancement ... described at this forum posting ), but I should be able to get it to work on a complete clean and re- build | |
jakarta.persistence.criteria.CriteriaBuilder.Case Jakarta Persistence (JPA) Interface in jakarta.persistence.criteria.CriteriaBuilder jakarta.persistence.criteria.CriteriaBuilder.Case Super Interfaces: Expression , Selection , TupleElement Interface used to build general case expressions. Case conditions are evaluated in the order in | |
jakarta.persistence.criteria.CriteriaBuilder.In Jakarta Persistence (JPA) Interface in jakarta.persistence.criteria.CriteriaBuilder jakarta.persistence.criteria.CriteriaBuilder.In Super Interfaces: Predicate , Expression , Selection , TupleElement Interface used to build in predicates. Since: Jakarta Persistence (JPA) 1.0 Public Instance | |
jakarta.persistence.criteria.CriteriaBuilder.Coalesce Jakarta Persistence (JPA) Interface in jakarta.persistence.criteria.CriteriaBuilder jakarta.persistence.criteria.CriteriaBuilder.Coalesce Super Interfaces: Expression , Selection , TupleElement Interface used to build coalesce expressions. A coalesce expression is equivalent to a case expression | |
jakarta.persistence.criteria.CriteriaBuilder.SimpleCase Jakarta Persistence (JPA) Interface in jakarta.persistence.criteria.CriteriaBuilder jakarta.persistence.criteria.CriteriaBuilder.SimpleCase Super Interfaces: Expression , Selection , TupleElement Interface used to build simple case expressions. Case conditions are evaluated in the order in | |
JPA Web App Tutorial - Maven Project The JPA Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for Tomcat / Jetty) in Eclipse or NetBeans . Building a new application step by step is an effective way to learn - but if you prefer | |
Java EE JPA Tutorial - Maven Project The Java EE Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for GlassFish 3/ JBoss 6) in Eclipse or NetBeans . Building a new application step by step is an effective way to learn - but  | |
Getting Started with JPA - Maven Project The Getting Started with JPA tutorial provides step by step instructions on how to build a simple JPA database driven application in Eclipse or NetBeans . Building a new application step by step is an effective way to learn - but if you prefer, you may download and run the result | |
Spring MVC JPA Tutorial - Maven Project The Spring MVC JPA tutorial provides step by step instructions on how to build a simple Java/JPA Spring MVC database driven web application in Eclipse or NetBeans . Building a new application step by step is an effective way to learn - but if you prefer | |
Eclipse/JPA Spring MVC Web Tutorial during build from Maven repositories. The Tutorial Steps This tutorial consists of the following steps: | |
Step 7: Run the Spring Web App Maven Jetty plugin: Right click the project node and select Run As Maven Build ... Enter  | |
NetBeans/JPA Spring MVC Web Tutorial automatically during build from Maven repositories. The Tutorial Steps This tutorial consists of the following steps: | |
Step 1: Create a Java Project the objectdb.jar file, using: Right Clicking on the Project Properties Java Build Path Libraries Add External | |
Step 4: Create an ObjectDB Data Set clicking the OK button. In the next steps we will use this data set to build a chart and a table . | |
objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active' in NetBeans8.1 and then: Set DO_FORCE_COMMIT_AFTER_ BUILD = false in com.greensoft.objectdb.test.mini.ejb.ExtProjectBuilder ! Then Clean and Build (objectdb-2.6.9_06.jar is already included ... that triggers the building of 2 separate - usually large and complex - Projects, via the @Stateful |