Internal Website Search

81-90 of 111 resultsRefresh

TYPE Expression

(a)=:type");         query.setParameter("type", A.class);   

Visibility of changes in Transaction is not visible to a JPA QL Query

.setParameter("cachedKey", Integer.toString(which));   return q.getSingleResult();  

com.objectdb.o.InternalException: Unexpected internal exception

.class).setParameter("userName", name).getResultList(); I get the following exception:

Cannot save or update entity on Spring App

); for(String s : map.keySet()) q.setParameter(s, map.get(s)); boolean que = q

java.lang.UnsupportedOperationException

class="pre-java"> "DELETE l FROM License l WHERE l.id = ?1", License.class); query.setParameter

NPE on em.createQuery(query).getResultList()

WHERE e = :p");         query.setParameter("p", e).getResultList

type in http://www.objectdb.com/java/jpa/query/criteria serParameter -> setParamether

type in http://www.objectdb.com/java/jpa/query/criteria serParameter -> setParamether ravshansbox Ravshan Thanks. It was fixed now to setParameter. support Support

Blocked by find

"); query.setParameter("containerId", containerId); query.executeUpdate(); em

Unexpected Exception (Error 990) with ArrayIndexOutOfBoundsException

int deletedCount = queryDelete.setParameter("id", results.get(0).getId

NullpointerException at a normal select

).setParameter("id", ident).getSingleResult(); } catch (javax.persistence.NoResultException nre