Internal Website Search
51-100 of 137 resultsQuery 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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
JPA CriteriaQuery -- Iterate Expression | |
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 | |
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 | |
javax.persistence.CacheRetrieveMode with the specified name. The string must match exactly an identifier used to declare an enum constant | |
javax.persistence.FetchType the enum constant of this type with the specified name. The string must match exactly an identifier | |
javax.persistence.EnumType) Returns the enum constant of this type with the specified name. The string must match exactly | |
javax.persistence.InheritanceType with the specified name. The string must match exactly an identifier used to declare an enum constant in this type | |
javax.persistence.criteria.JoinType (String name) Returns the enum constant of this type with the specified name. The string must match | |
javax.persistence.GenerationType. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous | |
javax.persistence.metamodel.Type | |
query on calendar class is for literals, so it cannot contain variables or parameters. In comparison the operand types must match . Not | |
StackOverflowError after commit side), since it does not match the stack trace. In addition, this is only a partial stack trace. Please find | |
Mismatch client-server protocol prefix:757) I checked multiple times if the versions match . They do. DB server version 2.6.2. Client | |
General Performance Issues Illustrated with a Specific Method, which matches exactly post #1 on this thread. It seems that this log file has many query executions (21 | |
Order in WHERE Clause affects behaviour on DATE/DATETIME columns value [%myQuery%] did not match expected type [java.util.Date (n/a)] because I haven't declared | |
Getting this error when fetching records from mem db.. Strangely the stack trace does not match version 2.8.2. If you have more information such as | |
@ElementCollection query returning extra result per element in collection of (company,branch) should return the same company with different branches that match the filter | |
java.sql.Date equals comparison not working with CriteriaAPI Hello, Using ODB 2.4.5 and the Criteria API, doing a simple equals comparison with java.sql.Date value doesn't match any results in the database. Our code looks like this: CriteriaBuilder builder = ...; Root root = ...; java.sql.Date myDate = ...; Predicate predicate = builder.equal(root | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore and enum class order don't match . The only ones that touched them are ObjectDB and Explorer, so maybe | |
Embedded & Activation & Scalation time, and in that case we should look for an alternative solution that matches your specific needs | |
NullPointerException in ENH.g(ENH.java:401) after time or the internal structure does not match anymore. Unfortunately I cannot reproduce the 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 | |
UPDATE statemen crash when i put the WHERE clause..createEntityManager() ; int lab_points ; for (List linie: linesAsList ) if (linie.get( 1 ). matches | |
Bug when using SIZE in combination with date lower parameter there are no matching jobs in the database? support Support Hello, yes, I can confirm that both queries | |
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 | |
Sometimes the ObjectDB throws an internal expeption if a persist() was executed on a machine without an ObjectDB license (no matching activation-code). The problem is now | |
Inverse OneToMany Mapping and EmbeddedId.HibernatePersistenceProvider - Found no matching persistence units [A [id=1, abs.size=1]] [B [id=1, abs | |
Query.executeWithMap(parameters) - JDO Method and the declared parameters must exactly match or a JDOUserException is thrown. Parameters: parameters | |
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.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 | |
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 | |
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.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 |