Internal Website Search

11-20 of 200 resultsRefresh

like operator (String)

one test case: select i from User i where i.status = :status and (UPPER(i.email) like :value ... > With :value  = "test" ObjectDB will find the example user. The like statment operates like "test%"  EclispeLink/OpenJPA/HibernateJPA handles the like stament like an exact search

Help: After upgrading from 2.2.8_02 to 2.2.8_04, can't perform LIKE query

/04 as I skipped 03) - my LIKE queries have stopped working during a regression test. As an example ... LIKE :p1) AND ($1.conditionOne=true)) AND ((($1.conditionTwo=false) OR ($1.conditionThree=false ... ;This release carries out the grouping and likes correctly.   Thanks!   Willks William

Query in Spring Data error Like for Integer records

Hi!, Does anyone know how I can use this type of Query with Like and that does not give an error when you search in an Integer type field? I have been forced to change ... . televoip2 Antonio Gonzalez Bonilla Interesting question. LIKE is a query operator

Like fails if both underscore and percent are used

When using a like query that has both _ and % in it, ObjectDB seems to fail. Here is a unit test to demonstrate:   import ... WHERE holder.content LIKE :filter"; Query query = em.createQuery(queryString, StringHolder.class

Does ObjectDB has a similar feature like Oracle Database Change Notification ?

Hi, I am evaluating ObjectDB because its JPA/JDO features, I am wondering is there a similar feature like Oracle Database Change Notification( http://docs.oracle.com/cd/B19306_01/appdev.102/b14251/adfns_dcn.htm ), with which multiple application servers

Can you implement fastest Native JPA for MySQL by ClusterJ like?

Can you implement fastest Native JPA for MySQL by ClusterJ like?

Strings in JPQL and Criteria Queries

manipulation functions. LIKE - String Pattern Matching with Wildcards The [NOT] LIKE operator checks if a specified string matches ... (usually a parameter or literal). For example: c.name LIKE

ObjectDB Object Database Features

ObjectDB immediately. SQL-like (but object ... ) Query Language - SQL like syntax. JDOQL - Java Data Objects (JDO) Query Language - Java/SQL like syntax.

[ODB1] Chapter 2 - A Quick Tour

). Note: Memory objects that represent database objects (like list in ... >On transaction commit (line 37), new persistent objects (like a new ArrayList that becomes persistent in line 25), and modified persistent objects (like a retrieved ArrayList

[ODB1] Chapter 7 - JDOQL Queries

. When a more selective retrieval is needed, JDOQL (JDO Query Language) is used. JDOQL for JDO is like SQL ... a persistent class) A filter, which is a boolean expression in a Java like syntax ... a java.util.Collection instance and managed like any ordinary Java collection