Internal Website Search

1-50 of 200 results

Compile 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 Queries

these interfaces to build and run JPQL queries. The TypedQuery interface (or alternatively the older Query ... ;(e.g. "SELECT c FROM Country" ). Criteria Query API Building dynamic queries with a structure ... Query API , as a cleaner alternative that enables building a dynamic query by using instances

JPA Class Enhancer

Enhancement Enhancement can be integrated into the build process. The following Maven build file ... Similarly, enhancement can be also be integrated into an ANT build script, as so: Enhancement API ... ) Enhancement Instead of enhancing classes during build , classes can be enhanced when they are loaded

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

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

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

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

Software Ltd Unit 632 37 Westminster Buildings Theatre Square Nottingham NG1 6LG United Kingdom +44 (0

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

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

the Ant build ). - The NetBeans project for the console app uses a post-compile, pre-deployment Ant script invoked using Clean and Build that enhances every entity class in the system. - Very important ... . This must be something to do with the Ant build .xml and build -impl.xml (a problem for another day

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 .

[ODB1] Chapter 3 - Persistent Classes

.X test.pc.* On the Fly JDO Enhancement Command line enhancement is useful for testing and for build ... enhancer into the IDE Build command. A simple alternative that does not require a plugin and works on any

javax.persistence.criteria.CriteriaBuilder$In

JPA Interface In Super Interfaces: Expression , Predicate , Selection , TupleElement Interface used to build in predicates. Since: JPA 2.0 Public Methods Expression getExpression () Return the expression to be tested against the list of values. Return: expression Since: JPA 2.0 List getExpressions

javax.persistence.criteria.CriteriaBuilder$SimpleCase

JPA Interface SimpleCase Super Interfaces: Expression , Selection , TupleElement Interface used to build simple case expressions. Case conditions are evaluated in the order in which they are specified. Since: JPA 2.0 Public Methods Expression getExpression () Return the expression to be tested

javax.persistence.criteria.CriteriaBuilder$Case

JPA Interface Case Super Interfaces: Expression , Selection , TupleElement Interface used to build general case expressions. Case conditions are evaluated in the order in which they are specified. Since: JPA 2.0 Public Methods Expression otherwise ( Expression  result) Add an "else" clause

javax.persistence.criteria.CriteriaBuilder$Coalesce

JPA Interface Coalesce Super Interfaces: Expression , Selection , TupleElement Interface used to build coalesce expressions. A coalesce expression is equivalent to a case expression that returns null if all its arguments evaluate to null, and the value of its first non-null argument

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

[ODB1] Chapter 6 - Persistent Objects

this case an additional step is needed to build the object ID instance from a string str

[ODB1] Chapter 2 - A Quick Tour

Person sample program, which demonstrates the process of building a minimal JDO portable application

queries under 2.7.6_4 significantly slower than under 2.7.6

, if you can identify the exact build in which these new issues started (_01, _02, _03 or _04) it could help ... : The change in ObjectDB that affects this specific query was introduced in build 2.7.6_01 ... (and we can produce a new build that does exactly that - if you need a quick solution), but we are working

each 1-2 days objects on some objectdb level lock/block each other

above that hgzwicker Hans-Georg Zwicker Build 2.7.5_03 includes an attempt to improve concurrency by replacing two main ... and if the issue is not solved please post new thread dumps using the new build . support Support thanks ... and #5 above. After eliminating the first top 2 locks in build 2.7.5_03 this is probably now the new