ObjectDB Database Search

101-150 of 200 results

Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x

to execute the query, still it is taking the same amount of time . 11-Sep 14:55:58 ERROR  [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl 11-Sep 14:56:34 ERROR  [JDORepository.retrieve:484] End Time Time 11-Sep 14:56:34 ERROR 

ObjectDB is opening too many sockets

, and we are now facing following issue. Object DB server is creating too many sockets. Currently ... it instead of increasing system limits. We are using Ubuntu 18.04.5 LTS and after some time ... of time . java    17888  odb   14u  IPv6          

combined index not used

the current date (in your case the date of the last Action). The endDate is created as soon as an Action ... without executing it is guessing. Think of the progress bar and the evaluation of time remained ... the actual execution time of each query plan from the best evaluated to the worst evaluated

EntityManager.getLockMode(entity) - JPA Method

;entity ) Get the current plain held by this persistence context on the given managed entity instance. Parameters: entity - a managed entity instance Return: the lock mode currently held Throws ... been joined to the current transaction IllegalArgumentException - if a transaction is active but the given instance is not a managed entity Since: JPA 2.0

AnnotationAttrRef jakarta.persistence.Column.secondPrecision

) The number of decimal digits to use for storing fractional seconds in a SQL time or timestamp column. Applies only to columns of time or timestamp type. The default value -1 indicates that fractional seconds should not be stored in a time column, or that the maximum number of digits supported by

AnnotationRef jakarta.persistence.Column

seconds in a SQL time or timestamp column. Applies only to columns of time or timestamp type. The default value -1 indicates that fractional seconds should not be stored in a time column, or

AnnotationRef jakarta.persistence.PersistenceContext

whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means

AnnotationAttrRef jakarta.persistence.PersistenceContext.synchronization

is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager.joinTransaction method. Since: JPA 2.1

CriteriaBuilder.localDate() - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression localDate () Create expression to return current local date. Return: expression for current date Since: JPA 2.0

CriteriaBuilder.localDateTime() - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression localDateTime () Create expression to return current local datetime. Return: expression for current timestamp Since: JPA 2.0

ClassRef jakarta.persistence.spi.PersistenceProviderResolverHolder

getPersistenceProviderResolver () Returns the current persistence provider resolver. Return: the current persistence

PersistenceProviderResolverHolder.getPersistenceProviderResolver() - JPA Static Method

JPA Static Method in jakarta.persistence.spi.PersistenceProviderResolverHolder PersistenceProviderResolver getPersistenceProviderResolver () Returns the current persistence provider resolver. Return: the current persistence provider resolver Since: JPA 2.0

CriteriaBuilder.currentTimestamp() - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression currentTimestamp () Create expression to return current timestamp. Return: expression for current timestamp Since: JPA 2.0

CriteriaBuilder.currentDate() - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression currentDate () Create expression to return current date. Return: expression for current date Since: JPA 2.0

EntityManager.isJoinedToTransaction() - JPA Method

JPA Method in jakarta.persistence.EntityManager boolean isJoinedToTransaction () Determine whether the entity manager is joined to the current transaction. Returns false if the entity manager is not joined to the current transaction or if no transaction is active. Return: boolean Since: JPA 2.1

ClassRef jakarta.persistence.criteria.LocalDateTimeField

The hour of the day in 24-hour time , numbered from 0 to 23. Since: JPA 3.2 MINUTE The minute of the hour ... Since: JPA 3.2 TIME The plain part of a datetime. Since: JPA 3.2 WEEK The ISO-8601 week number. Since: JPA 3.2 YEAR The calendar year. Since: JPA 3.2

EnumRef jakarta.persistence.TemporalType

java.sql.Date Since: JPA 1.0 TIME Map as java.sql. Time Since: JPA 1.0 TIMESTAMP Map as java.sql

CriteriaBuilder.extract(field,temporal) - JPA Method

that returns the value of a field extracted from a date, time , or datetime. Parameters: field - a temporal field type temporal - a date, time , or datetime Return: expression for the value of the extracted field Since: JPA 3.2

AnnotationRef jakarta.persistence.Version

, java. time .Instant , java. time .LocalDateTime . This field declares a version number: {@snippet

AnnotationRef jakarta.persistence.Enumerated

; otherwise, the enumerated type is taken to be EnumType.ORDINAL . Example: public enum EmployeeStatus {FULL_ TIME , PART_ TIME , CONTRACT} public enum SalaryRate {JUNIOR, SENIOR, MANAGER, EXECUTIVE

InterfaceRef jakarta.persistence.criteria.TemporalField

JPA Interface TemporalField Type Parameters: - the resulting type of the extracted value - the temporal type (date, time , or datetime) Each instance represents a type of field which can be extracted from a date, time , or datetime. See Also: LocalDateField LocalTimeField LocalDateTimeField CriteriaBuilder.extract Since: JPA 3.2

missing merger

, at least for some time . In addition, please clarify what do you mean by "system is completely unusable" in ... to the current database (will take some more minutes until available https://www.dropbox.com/scl/fi ... special activity today at the time that these errors start please report.  We are using Java 17

EntityTransaction.rollback() - JPA Method

JPA Method in jakarta.persistence.EntityTransaction void rollback () Roll back the current resource transaction. Throws: IllegalStateException - if {@link #isActive()} is false PersistenceException - if an unexpected error condition is encountered Since: JPA 1.0

EntityTransaction.commit() - JPA Method

JPA Method in jakarta.persistence.EntityTransaction void commit () Commit the current resource transaction, writing any unflushed changes to the database. Throws: IllegalStateException - if {@link #isActive()} is false RollbackException - if the commit fails Since: JPA 1.0

ClassRef jakarta.persistence.EntityNotFoundException

the database. The current transaction, if one is active and the persistence context has been joined

EnumConstRef jakarta.persistence.SynchronizationType.SYNCHRONIZED

JPA Enum Constant in jakarta.persistence.SynchronizationType SYNCHRONIZED Persistence context is automatically synchronized with the current transaction Since: JPA 2.1

EnumConstRef jakarta.persistence.SynchronizationType.UNSYNCHRONIZED

JPA Enum Constant in jakarta.persistence.SynchronizationType UNSYNCHRONIZED Persistence context must be explicitly joined to the current transaction Since: JPA 2.1

ClassRef jakarta.persistence.NonUniqueResultException

the current transaction, if one is active, to be marked for rollback. See Also: Query.getSingleResult

EntityManager.refresh(entity,options) - JPA Method

been joined to the current transaction and any lock mode other than {@code NONE} was specified

InterfaceRef jakarta.persistence.Query

. Return: query properties and hints Since: JPA 2.0 LockModeType getLockMode () Get the current lock

ClassRef jakarta.persistence.NoResultException

and there is no result to return. This exception does not cause the current transaction

EntityManager.merge(entity) - JPA Method

JPA Method in jakarta.persistence.EntityManager T merge (   T entity ) Merge the state of the given new or detached entity instance into the current persistence context, resulting in, respectively, an insert or possible update when the persistence context is synchronized

EntityManager.lock(entity,lockMode,options) - JPA Method

on an entity manager which has not been joined to the current transaction EntityNotFoundException

InterfaceRef jakarta.persistence.TypedQuery

and hints Inherited from: Query Since: JPA 2.0 LockModeType getLockMode () Get the current lock mode

ClassRef jakarta.persistence.PersistenceException

, and QueryTimeoutException , cause the current transaction, if one is active and if the persistence context

EntityManager.find(entityClass,primaryKey,options) - JPA Method

NONE} is specified or if invoked on an entity manager which has not been joined to the current transaction

EntityManager.find(entityGraph,primaryKey,options) - JPA Method

NONE} is specified or if invoked on an entity manager which has not been joined to the current transaction

Query.getLockMode() - JPA Method

JPA Method in jakarta.persistence.Query LockModeType getLockMode () Get the current lock mode for the query. Returns null if a lock mode has not been set on the query object. Return: lock mode Throws: IllegalStateException - if the query is found not to be a Jakarta Persistence query language

EntityManager.contains(entity) - JPA Method

JPA Method in jakarta.persistence.EntityManager boolean contains (   Object entity ) Determine if the given object is a managed entity instance belonging to the current persistence context. Parameters: entity - entity instance Return: boolean value indicating if entity belongs

InterfaceRef jakarta.persistence.StoredProcedureQuery

.0 LockModeType getLockMode () Get the current lock mode for the query. Returns null if a lock mode

EntityManager.refresh(entity,lockMode,properties) - JPA Method

entity manager that has not been joined to the current transaction and any lock mode other than {@code

EntityManager.getProperties() - JPA Method

JPA Method in jakarta.persistence.EntityManager Map getProperties () The properties and hints and their associated values which are in effect for this entity manager. Modifying the contents of the returned map does not change the configuration in effect. Return: a map of properties and hints currently in effect Since: JPA 2.0

EntityManager.lock(entity,lockMode,properties) - JPA Method

- if there is no transaction or if invoked on an entity manager which has not been joined to the current transaction

EntityManager.lock(entity,lockMode) - JPA Method

- if there is no transaction or if invoked on an entity manager which has not been joined to the current transaction

EntityManager.getFlushMode() - JPA Method

JPA Method in jakarta.persistence.EntityManager FlushModeType getFlushMode () Get the plain that applies to all objects contained in the persistence context. Return: the current {@link FlushModeType} Since: JPA 1.0

EntityTransaction.getRollbackOnly() - JPA Method

JPA Method in jakarta.persistence.EntityTransaction boolean getRollbackOnly () Determine whether the current resource transaction has been marked for rollback. Return: boolean indicating whether the transaction has been marked for rollback Throws: IllegalStateException - if {@link #isActive()} is false Since: JPA 1.0

EntityManager.refresh(entity,lockMode) - JPA Method

entity manager that has not been joined to the current transaction and any lock mode other than {@code

EntityTransaction.setRollbackOnly() - JPA Method

JPA Method in jakarta.persistence.EntityTransaction void setRollbackOnly () Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back. Throws: IllegalStateException - if {@link #isActive()} is false Since: JPA 1.0

EntityManager.find(entityClass,primaryKey,lockMode) - JPA Method

if invoked on an entity manager which has not been joined to the current transaction and a lock mode

EntityManagerFactory.runInTransaction(work) - JPA Method

, then the EntityManager is associated with this current transaction. If the given function throws an exception