Internal Website Search

21-30 of 200 resultsRefresh

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

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc- check " system property ... : I discovered to my horror (using Java decompilers and .class file time stamp checks ... works fine). - I have used Java decompilers to check the ObjectDB enhancement carefully. I recommend

Enhancement Check

Hello, is there any possibility for a check whether all entities are already enhanced within a jar ... .SignedType. So you can check if an entity classes is OEM enhanced by: MyEntityClass instanceof com ... checks . support Support Hello again, build 2.7.6_03 fixes the issue. Thank you very much for your help

Option or strategy to disable/skip runtime enhancement checks (to improve load time)?

On startup of a Maven-based web app there is verbose logging of object checking ... layer. For example, it is checking whether PrimeFaces JSF toolkit classes are enhanced. I am using Maven-based compile-time enhancement applied to entity modules (only), so I know these checks

Comparison in JPQL and Criteria API

unknown, i.e. to NULL . IS [NOT] NULL To check for NULL using standard JPQL you can use the special

Paths and Types in JPQL and Criteria API

. For example, the following criteria expression checks if the type of a specified entity e is not 

Working with JPA Entity Objects

strong references or soft references instead of weak references . The contains method can check

JPA Web App Tutorial - IntelliJ Project

at the toolbar and click the green run icon (or Shift+F10 ). If the browser fails to open check the settings at File Settings Web Browsers .

Java EE 6 JPA Tutorial - IntelliJ Project

and click the green run icon (or  Shift+F10 ). If the browser fails to open check the settings at  File Settings Web Browsers .

[ODB1] Chapter 7 - JDOQL Queries

(); Collection result = (Collection)query.execute(); The compile() method checks the syntax

[ODB1] Chapter 4 - JDO Metadata

queries will check reference equality (as == operator in Java) and not value equality (as the equals