ObjectDB Database Search

51-100 of 137 results

Query filter comparing Dates

before saving: Tue Feb 02 01:00:00 CET 2021 Match found for filter : this.date == datum Date from DB instance : Tue Feb 02 00:00:00 CET 2021 Date from filter param : Tue Feb 02 01:00:00 CET 2021 Match ... 02 00:00:00 CET 2021 Date from filter param : Tue Feb 02 01:00:00 CET 2021 Match found for filter

Explorer in 2.3

the result (which, of course, must match the type of the field I am editing). Another possibility ... - copy any reference from any window and paste it on a field of a matching type. You can also edit ... it into a collection of a matching type (e.g. copy strings and then paste them into a List

Master database switching to read-only mode, possibly caused by slave failure

are automatically routed to the slave, and the expected effect matches your description - READ requests ... manual intervention to get out of READ ONLY mode, so your description may match such situation ... to the master all the requests are automatically routed to the slave, and the expected effect matches

Tomcat + JPA Problem

always get this Error: [ObjectDB 2.1.0] class "javax.persistence.Entity"'s signer information does not match ... "'s signer information does not match signer information of other classes in the same package 07.03 ... .SecurityException: class "javax.persistence.Persistence"'s signer information does not match signer

Criteria Query results in a NoResultException instead of returning object

.RuntimeException: com.objectdb.o._NoResultException: No matching results for a unique query at org.jboss.seam ... ._NoResultException: No matching results for a unique query at com.objectdb.o.JPE.g(JPE.java:100 ... ) ... 45 more   Even though there exists an object that matches the query (check attached screen

Searching lists within objects

how the database is doing its matching , but it looks to me like it matches using objectids, which means you can only match isMember if you have a database object. This does not help as I'm never going

Query to search for common elements in two separate collections.

Support Sounds like you are suggesting a solution to matching the entire contents of a collection ... retrieving results for matches that contain the element for each iteration ... to matching the entire contents of a collection? Yes.  if so, that's not what I was after. I just

Composite indexes

a query that searches for exact match of several fields, any order would be fine. If you also need to get ordered results, then make sure that the requested order matches the index order. If you want

Problems down-casting in WHERE clause

)e).messageList.message. matches (:search) ((Practice)e).messageList.message  is an invalid ... is valid: SELECT e FROM Practice e WHERE e.messageList.message. matches (:search

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

rather than Long. Therefore, if the constructor of  FileNameDTO  expects a Long value there is no match ... soon. But meanwhile as a workaround, make sure that the type in the IN expression matches the type

JPA CriteriaQuery -- Iterate Expression>

Hi, I am new to  JPA and in particular the CriteriaQuery API. I have a simple CriteriaQuery where I pattern match a simple search String against field entires in a Person entity... i.e ... objects. I would like to update my query below to include a similar 'like' pattern match for each

Missing Data on Retrieval (0, null values)

correctly but the Enity-Keys do not match . I can't get the point - what am i doing wrong?   emf ... match between the two Resultlists Tested with  Version 2.6.7 and 2.4.5  - same behaviour

LIKE wildcard with single character "_" behaves like a "*"

Hi,  I've been using pattern matching with wildcards, and encountered an issue when dealing with the underscore character. The issue is that if it is placed at the end of the string ... _") It matches both "key" and "keyboard" Having the underscore anywhere else works fine, however. 

virtual servers and one file

you for the quick reply, I have checked all the links to VMware's knowledgebase for matches . None of them match . The virtual server is blazing fast on all other tasks as well, I rule out an I/O

query hint

must match one of the query plans logging text. Logging format and text might have changed between versions, so the string "index(ctso['(TC)'-'(TC)']" that worked in previous versions may match

How to use regular expressions in Criteria Builder

I'm struggling to understand how to use the matches method on the String class when using regular expressions. I have a small example with two classes. The TempPhysicalPartDetails class is embedded ... so you can use regular expressions in queries, just use string-based JPQL ("e.g. e.field. matches (regexp)") instead of criteria queries. support Support

javax.persistence.metamodel.Type$PersistenceType

with the specified name. The string must match exactly an identifier used to declare an enum constant in

Running ObjectDB on a node that does not have internet connectivity

do not match the local dtd. Try to set the headers of all your package.jdo files to: support Support

JPA query of a Set of terms

WHERE si.term ????",Page.class); I want the query to give me all Pages that match all of the search

Web Framework Recommendation for leveraging JPA + ObjectDB

Hello dear ObjectDB Community ! First of all let me tell You: I am glad that I have revisited ObjectDB just recently; because with its newly added JPA compliance and affordability, it seems like a natural match to me. I have the following understanding: If I persist standardly against JPA/JDO, I

can not use spring-data-jpa repository with NamedQuery

findByBar(String bar); } to match the method parameter to the query parameter, spring have to check

Reporting Engine?

New to java and objectdb - I am looking for a reporting engine to use with objectdb. Would birt work or is there something better matched ? I am ideally looking for something template based with external template designer to customize the template.    kevine Kevin Elbury Basic support

Help with 'not like/lower' query

to a company, and the lower case email does NOT match the parameter :p2   The bind is as follows

objectdb explorer in ver 2.2 and 1.0

. This is because ObjectDB 2 was written almost from scratch and the old Explorer does not match

@ElementCollection query returning extra result per element in collection

of (company,branch) should return the same company with different branches that match the filter

Package name for persisted entities

. So my question is - is it possible to match entity name using full canonical name instead

NullPointerException

Hi! Just got this: [com.objectdb.o.ENT.A(ENT.java:450), com.objectdb.o.OBM.bx(OBM.java:371), com.objectdb.o.OBM.bx(OBM.java:249), com.objectdb.jpa.EMImpl.persist(EMImpl.java:375), ...]   Any idea?? Using 2.3.3 ... thanks!! Alex quasado Alexander Adam The stack trace doesn't match version 2.3

Embedded & Activation & Scalation

time, and in that case we should look for an alternative solution that matches your specific needs

JPA 2.0 Criteria API: (When) Fully supported ?

.persistence.ArgumentException: The filter listener " matches " requires a constant argument.  

How does objectdb deal with conflicting schemas?

Suppose we have an objectdb network server with multiple clients connecting to it. Some clients have the latest object schema, matching that of the server. But some have an older schema, not using fields that have since been added. Will this work? FastModel Ben Schreiber This is strictly forbidden. You must have the same version of classes everywhere. support Support

Failing to read entities under load in multithreaded tests

;it sometimes fails to read them from the DB with "No matching results for a unique query" error

ObjectDB BIRT Driver Update

, there should be a match between the ObjectDB BIRT client-server protocol version and an ObjectDB ... if there is no match . There is a report of an exception on attempt to update the ObjectDB BIRT plugin in

Logical "or" works not correcly when field is @Id and first position

The following code doesn't respect the logical "or" correctly. Instead of returns all 2 datasets it returns only this one, which matches the first predicate in the or. BUT: this happens ... with the example code above, this query also returns only the object matches the b-tree (field

Eager load Map

I'm having an issue eager loading a nested map. I've attached @ManyToMany(fetch=FetchType.EAGER) attributes to no avail. If the map is viewed in the debugger or force iterated in the code it loads ok. The attached code attempts to replicate the scenario. Its not an exact match but is the best I

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null:

= "given owner(" + owner + ") does not match constructed owner(" + ownedElement.getOwner

JDOHelper.getObjectIds(pcs) - JDO Static Method

. The order of iteration of the returned Collection exactly matches the order of iteration

JDOHelper.getObjectIds(pcs) - JDO Static Method

of instances of the returned array exactly matches the order of instances of the parameter array

javax.jdo.ObjectState

name. The string must match exactly an identifier used to declare an enum constant in this type

javax.jdo.PersistenceManager

the cache might not match the state in the data store. This method is used to reload the state

PersistenceManager.refresh(pc) - JDO Method

JDO Method in javax.jdo.PersistenceManager void refresh (   Object pc ) Refresh the state of the instance from the data store. In an optimistic transaction, the state of instances in the cache might not match the state in the data store. This method is used to reload the state

Query.executeWithMap(parameters) - JDO Method

and the declared parameters must exactly match or a JDOUserException is thrown. Parameters: parameters

javax.jdo.annotations.DiscriminatorStrategy

with the specified name. The string must match exactly an identifier used to declare an enum constant in this type

javax.jdo.annotations.ForeignKeyAction

of this type with the specified name. The string must match exactly an identifier used to declare an enum

javax.jdo.annotations.IdGeneratorStrategy

name) Returns the enum constant of this type with the specified name. The string must match exactly

javax.jdo.annotations.IdentityType

the enum constant of this type with the specified name. The string must match exactly an identifier

javax.jdo.annotations.InheritanceStrategy

with the specified name. The string must match exactly an identifier used to declare an enum constant in

javax.jdo.annotations.NullValue

. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous

javax.jdo.annotations.PersistenceModifier

with the specified name. The string must match exactly an identifier used to declare an enum constant in

javax.jdo.annotations.SequenceStrategy

) Returns the enum constant of this type with the specified name. The string must match exactly

javax.jdo.annotations.VersionStrategy

. The string must match exactly an identifier used to declare an enum constant in this type