ObjectDB Database Search

101-150 of 200 results

Date field Index is corrupted due to time change

.InternalException: null com.objectdb.o.InternalException at com.objectdb.o.InternalException.f(InternalException ... /issue/new com.objectdb.o.InternalException: null com.objectdb.o.InternalException     ... :00,1970-01-02 13:05:42, null , null )|1:19940, parent page #5599 key is (2016-01-02 09:00:00,1970-01-03 11

General Performance Issues Illustrated with a Specific Method

("listPatientsByIDsWithBasicData - start - " + st); List cs = new ArrayList (); if (ids == null || ids.trim ... retireComments; // // @Override public int hashCode() { int hash = 0; hash += (id != null ? id.hashCode() : 0 ... )) { return false; } Client other = (Client) object; if ((this.id == null && other.id != null ) || (this.id

New to Product & Having An Issue

() == null || this.domainId == null ) return false; return this.domainId.equals(obj); } } package test ... obj) { if(obj instanceof DomainId){ DomainId foreign = (DomainId) obj; if(this.accountId == null || this.objectId == null ) return false; if(foreign.getAccountId() == null || foreign.getObjectId

jakarta.persistence.metamodel.MappedSuperclassType

from IdentifiableType Returns: supertype of identifiable type or null if no such supertype

jakarta.persistence.TupleElement

() Return the alias assigned to the tuple element or null , if no alias has been assigned. Returns: alias

jakarta.persistence.criteria.CompoundSelection

. Since: Jakarta Persistence (JPA) 1.0 String getAlias () Return the alias assigned to the tuple element or null

jakarta.persistence.criteria.CommonAbstractCriteria

the predicate that corresponds to the where clause restriction(s), or null if no restrictions

jakarta.persistence.criteria.CriteriaUpdate

the predicate that corresponds to the where clause restriction(s), or null if no restrictions

jakarta.persistence.criteria.CriteriaDelete

to the where clause restriction(s), or null if no restrictions have been specified. Inherited from

jakarta.persistence.Column

; } Example 2: @Column(name = "DESC", columnDefinition = "CLOB NOT NULL ", table = "EMP_DETAIL") @Lob

jakarta.persistence.criteria.CriteriaBuilder.nullif(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression nullif (    Expression x ,    Y y ) Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not

jakarta.persistence.criteria.AbstractQuery.getGroupRestriction()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Predicate getGroupRestriction() Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Returns: having clause predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.AbstractQuery.getSelection()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Selection getSelection() Return the selection of the query, or null if no selection has been set. Returns: selection item. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CommonAbstractCriteria.getRestriction()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CommonAbstractCriteria Predicate getRestriction() Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. Returns: where clause predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.metamodel.IdentifiableType.getSupertype()

null if no such supertype. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setTimeout(Integer)

milliseconds, or null to indicate no timeout Returns: the same query instance. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.NonUniqueResultException.NonUniqueResultException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.NonUniqueResultException NonUniqueResultException() Constructs a new NonUniqueResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.NonUniqueResultException.NonUniqueResultException(Exception)

Jakarta Persistence (JPA) Constructor in jakarta.persistence.NonUniqueResultException NonUniqueResultException (    Exception cause ) Constructs a new NonUniqueResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.NoResultException.NoResultException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.NoResultException NoResultException() Constructs a new NoResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.getSingleResultOrNull()

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery X getSingleResultOrNull() Execute a SELECT query that returns a single untyped result. Returns: the result, of type X , or null if there is no result. Throws: IllegalStateException - if called for a Jakarta Persistence query

jakarta.persistence.criteria.Join.getOn()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Join Predicate getOn() Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified. Returns: the ON restriction predicate. Since: Jakarta Persistence (JPA) 2.1

jakarta.persistence.TupleElement.getAlias()

Jakarta Persistence (JPA) Method in jakarta.persistence.TupleElement String getAlias() Return the alias assigned to the tuple element or null , if no alias has been assigned. Returns: alias. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.OptimisticLockException.OptimisticLockException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException() Constructs a new OptimisticLockException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.StoredProcedureQuery.setTimeout(Integer)

- the timeout, in milliseconds, or null to indicate no timeout Returns: the same query instance. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.criteria.Path.getParentPath()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Path Path getParentPath() Return the parent "node" in the path or null if no parent. Returns: parent. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.StoredProcedureQuery.getResultList()

was registered with the query. Returns: a list of the results or null is the next item is not a result set

jakarta.persistence.StoredProcedureQuery.getSingleResult()

was registered with the query. Returns: the result or null if the next item is not a result set. Throws

jakarta.persistence.StoredProcedureQuery.getSingleResultOrNull()

was registered with the query. Returns: the result or null if the next item is not a result set or

jakarta.persistence.QueryTimeoutException.QueryTimeoutException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.QueryTimeoutException QueryTimeoutException() Constructs a new QueryTimeoutException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.RollbackException.RollbackException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.RollbackException RollbackException() Constructs a new RollbackException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.PessimisticLockException.PessimisticLockException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException() Constructs a new PessimisticLockException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityExistsException.EntityExistsException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.EntityExistsException EntityExistsException() Constructs a new EntityExistsException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.PersistenceException.PersistenceException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.PersistenceException PersistenceException() Constructs a new PersistenceException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityTransaction.setTimeout(Integer)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void setTimeout (    Integer timeout ) Set the transaction timeout, in seconds. This is a hint. Parameters: timeout - the timeout, in seconds, or null to indicate that the database server should set the timeout Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.EntityManager.createEntityGraph(String)

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager EntityGraph createEntityGraph (    String graphName ) Obtain a mutable copy of a named EntityGraph , or return null if there is no entity graph with the given name. Parameters: graphName - name of an entity graph

jakarta.persistence.LockTimeoutException.LockTimeoutException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.LockTimeoutException LockTimeoutException() Constructs a new LockTimeoutException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManagerFactory.getCache()

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManagerFactory Cache getCache() Access the cache that is associated with the entity manager factory (the "second level cache"). Returns: an instance of Cache , or null if there is no second-level cache in use. Throws

jakarta.persistence.TransactionRequiredException.TransactionRequiredException(Exception)

Jakarta Persistence (JPA) Constructor in jakarta.persistence.TransactionRequiredException TransactionRequiredException (    Exception cause ) Constructs a new TransactionRequiredException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TransactionRequiredException.TransactionRequiredException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.TransactionRequiredException TransactionRequiredException() Constructs a new TransactionRequiredException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.OneToOne.optional

Jakarta Persistence (JPA) Method in jakarta.persistence.OneToOne boolean optional (Optional) Whether the association is optional. If set to false then a non- null relationship must always exist. Default: true Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Parameter.getPosition()

Jakarta Persistence (JPA) Method in jakarta.persistence.Parameter Integer getPosition() Return the parameter position, or null if the parameter is not a positional parameter. Returns: position of parameter. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.Parameter.getName()

Jakarta Persistence (JPA) Method in jakarta.persistence.Parameter String getName() Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned. Returns: parameter name. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.literal(T)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression literal (    T value ) Create an expression for a literal. Parameters: value - value represented by the expression Returns: expression literal. Throws: IllegalArgumentException - if value is null . Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityNotFoundException.EntityNotFoundException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence.EntityNotFoundException EntityNotFoundException() Constructs a new EntityNotFoundException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityNotFoundException.EntityNotFoundException(Exception)

Jakarta Persistence (JPA) Constructor in jakarta.persistence.EntityNotFoundException EntityNotFoundException (    Exception cause ) Constructs a new EntityNotFoundException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

.entity.Project [ null ](TEST: project 1) INFO: RequestBean []: Persisted: com.greensoft.entity.Project [1](TEST: project 1) INFO: RequestBean []: Created: com.greensoft.entity.Source [ null ](TEST: source ... []: Created: com.greensoft.entity.Project [ null ](TEST: project 2) INFO: RequestBean []: Persisted: com

Unexpected exception (Error 990) on find

/new com.objectdb.o.InternalException: null com.objectdb.o.InternalException at com.objectdb.o.VUT.k ... #96658 unexpected exception: null [2] Page #96658 last key is null , parent page #144908 next key is 'Elementarprodukt:400000100465140:7:1:' [3] Page #119529 unexpected exception: null [4] Page #119529

Issue with UPPER ?

.communication $6 WHERE (((NOT (($2 IS NOT NULL ) AND ($2.austritt IS NOT NULL ) AND ($2.austritt is a copy ... that satisfy:   or(and(like($6.phone,'%81%'),($6.phone!= null ),($6!= null )),and(like($6.fax,'%81%'),($6.fax!= null ),($6!= null )),and(like($3.firstName,'%81%'),($3.firstName!= null ),($3!= null )),and(like($6

Query Execution Error

IS NOT NULL ) AND ($3 IS NOT NULL ) AND ($4 IS NOT NULL ) AND ($4.qubletID=383))) OR NOT (((com.lexware ... ')).contracts.active=true)))) results in "Query Execution Error=== null " in Explorer and Internal Exception ... quasado Alexander Adam Well ok, the null pointer occurrs now even without collection stuff

[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)

.InternalException: java.lang.NullPointerException: null java.lang.NullPointerException at com.objectdb.o ... .getName()).log(Level.SEVERE, null , ex); } } private EntityManagerFactory emf; public ReproduceTest ... (); MomentEntity moment = findMomentEntity(now.getTimeInMillis()); if (moment == null ) { create(new