Internal Website Search

71-80 of 200 resultsRefresh

JPQL query to get entities that does not have a child entity in their child entities

;:timeStampAfter AND " +     "JS.status LIKE '%Failed%' AND JS.status <> 'Finished ... ;:timeStampAfter AND " +     "JS.status LIKE '%Failed%' AND JS.status NOT LIKE '%Canceled ... NOT LIKE '%Failed%' AND JS.status NOT LIKE '%Canceled'" AND PS.status <> 'Finished'" ),

multiple different applications access one odb file

>What we would like to accomplish. We have one app (runs on Wildlfy server) and it uses xyz.odb DB file ... to the database. The customer would like to use our APP but he asks how the data from ... drivers) with other DB/systems (we have some Web Services within the APP but he would like to do some

Updating Entities

to paygradeDB and have it affect employeeDB - so I'm likely doing it wrong. I'll try to construct ... this unit is. I may try pursuing that further if absolutely necessary, but I'd like to inquire ... can use UPDATE queries and still read those changes? If UPDATE queries don't seem like

evictAll() behavior

for a transaction whereas L2 is more like a session cache? andrewmcveigh Andrew McVeigh like this   System.out.println("Cache size before commit ... is the same like before evictAll() mth and i in the result i get OutOfMemory How I

Selective merge/cascade of detatched entity

> What I would Ideally like to happen would be for there to be some way to re-attach the detached salesman ... way to achieve this? It might look something like: EntityManager em ... amount (most likely due to the VM im on). These readings were taking with -javaagent:${workspace_loc:Tutorial

Explorer in 2.3

. For example, suppose you have a User entity with a password field. I would like to enter SHA1.hash ... number of records 'N' (default to some small number like 10) to display. Then at the bottom of the table ... , but they may contain collections (explicit or derived) with a large number of elements. Again, most likely I'm

ObjectDB embeddable Springboot

can be embedded like derby.  How does odb handle byte[].  How do you create multiple dbs.  Finally ... can be embedded like derby. Yes. ObjectDB has a client-server mode (like MySQL), but also an embedded mode (like Derby). See this page. > How does

Soft Reference Object Cache Recommendation

for something like "Page Access Group element". So, I eventually derive at the conclusion ... to be flushed.  (e.g., code like the following.) private static final ... again.  This time I captured a screenshot.  Looks like the uploaded attachment actually

Order in WHERE Clause affects behaviour on DATE/DATETIME columns

="pre-java"> Query q = JPA.em().createQuery("SELECT m FROM MyClass m WHERE m.myDate LIKE :query OR m.myText LIKE :query"); q.setParameter("query", "%myQuery%"); I would get an  ... ().createQuery("SELECT m FROM MyClass m WHERE m.myText LIKE :query OR m.myDate LIKE :query"); q

Internal Exception

.isoCode) LIKE UPPER('%Meier%'))) OR (($3 IS NOT NULL) AND (UPPER($3.description) LIKE UPPER('%Meier%'))) OR (UPPER($1.number) LIKE UPPER('%Meier%')) OR (($4 IS NOT NULL) AND (UPPER($4.name) LIKE UPPER('%Meier%'))) OR (UPPER($1.reference) LIKE UPPER('%Meier%'))))) On the attached database