ObjectDB Database Search
101-150 of 200 resultsobjectdb:2.8.4 - Error occurred during initialization of boot layer:/Projects/Anritsu/Perforce/ws_alexander.golyshkin_ALL/DEV/RTD_7_6_0_JAVA_ UPDATE _JDK9/JavaApps ... .jar;D:\Projects\Anritsu\Perforce\ws_alexander.golyshkin_ALL\DEV\RTD_7_6_0_JAVA_ UPDATE _JDK9\JavaApps ... _ UPDATE _JDK9\JavaApps\CommonThirdParty\mockito\objenesis-2.1.jar;D:\Projects\Anritsu\Perforce\ws_alexander | |
DB Doctor sets type to "unknown" for new fields and run DB Doctor on the exiting DB file in order to update the schema. The fields are added ... ) is set to unknown. Both are defined as Boolean in Java code. As a result, update operations ... the DB file and for the confirmation that it is Ok. We are struggling to understand then why updates | |
Database Inconsistency or corruption 2.6.8_02 im embedded mode. The problem is that data gets lost when updating an entity. 1 ... to the referenced Attributes and from the Attributes to the Values. Updating an ObjectValue means updating the referenced Attributes. Updating an Attribute means replacing a referenced Value with a new Value | |
Query results are not up to date for entities, not primitives updates . But, when using the JPQL Query, the list are refreshed, and, when I querying ... on update side does not any diference. The problem is only solved when changing the query mode, from ... the configuration file that you are using, demonstrate the queries and explain how updates are performed? Note | |
InterfaceRef jakarta.persistence.criteria.CommonAbstractCriteria that is common to both top-level criteria queries and subqueries as well as to update and delete ... queries and criteria update and delete operations are typed differently. Criteria queries are typed according to the query result type. Update and delete operations are typed according to the target | |
AnnotationRef jakarta.persistence.OrderColumn is responsible for updating the ordering upon flushing to the database to reflect any insertion, deletion, or ... when updating the association or element collection. The order column value for the first element is 0 ... which declares this column. May not be used in conjunction with () . Since: JPA 3.2 boolean updatable default | |
StoredProcedureQuery.executeUpdate() - JPA Method JPA Method in jakarta.persistence.StoredProcedureQuery int executeUpdate () Return the update count of -1 if there is no pending result or if the first result is not an update count. The provider will call execute on the query if needed. Return: the update count or -1 if there is no pending result | |
EntityManager.createQuery(updateQuery) - JPA Method updateQuery ) Create an instance of Query for executing a criteria update query. Parameters: updateQuery - a criteria update query object Return: the new query instance Throws: IllegalArgumentException - if the update query is found to be invalid Since: JPA 2.1 | |
EnumRef jakarta.persistence.FlushModeType for the Query or TypedQuery object, the persistence provider is responsible for ensuring that all updates ... may achieve this by flushing updates to those entities to the database or by some other means. On the other hand, if COMMIT is set, the effect of updates made to entities in the persistence context on queries | |
AnnotationRef jakarta.persistence.ForeignKey [ ( {, } ... ) ] [ ON UPDATE ] [ ON DELETE ] When the ConstraintMode value is CONSTRAINT , but the foreignKeyDefinition element is not specified, the provider will generate foreign key constraints whose update ... . If the foreignKeyDefinition element is not specified, the provider will generate a constraint whose update and delete | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( Path attribute, Expression value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( Path attribute, X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( SingularAttribute attribute, Expression value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( SingularAttribute attribute, X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate where ( Predicate... restrictions ) Modify the update query to restrict the target of the update according ... . Parameters: restrictions - zero or more restriction predicates Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.where(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate where ( Expression restriction ) Modify the update query to restrict the target of the update according ... : restriction - a simple or compound boolean expression Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attributeName,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( String attributeName, Object value ) Update the value of the specified attribute. Parameters: attributeName - name of the attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
EntityManager.createQuery(updateQuery) - JPA Method updateQuery ) Create an instance of Query for executing a criteria update query. Parameters: updateQuery - a criteria update query object Return: the new query instance Throws: IllegalArgumentException - if the update query is found to be invalid Since: JPA 2.1 | |
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references to elementId(1) INFO: RequestBean []: Updated : com.greensoft.entity.Project [1](TEST: project 1) INFO ... ) to elementId(7) INFO: RequestBean []: Updated : com.greensoft.entity.Block [7](TEST: constrained block1, in 1st project) INFO: RequestBean []: Updated : com.greensoft.entity.Constraint [8](TEST: a 1st | |
AnnotationRef jakarta.persistence.MapKeyJoinColumn and is useful for when the unique key constraint is only a single field. Since: JPA 2.0 boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
Query.executeUpdate() - JPA Method JPA Method in jakarta.persistence.Query int executeUpdate () Execute an update or delete statement. Return: the number of entities updated or deleted Throws: IllegalStateException - if called for a Jakarta Persistence query language SELECT statement or for a criteria query | |
AnnotationRef jakarta.persistence.MapKeyColumn level. Since: JPA 2.0 boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 2.0 | |
InterfaceRef jakarta.persistence.criteria.CriteriaBuilder createCriteriaUpdate (Class targetEntity) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Return: the query object Since: JPA 2 | |
AnnotationRef jakarta.persistence.Column mapping and to constraints specified at the table level. Since: JPA 1.0 boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.Version occurs when verification of the version or timestamp fails during an attempt to update the entity ... instance and attempting to update or delete the state of the instance. The version attribute | |
EnumRef jakarta.persistence.CacheStoreMode Constants BYPASS Don't insert into cache. Since: JPA 2.0 REFRESH Insert/ update entity data held in ... and insert/ update entity data when written to the database: this is the default behavior. Does not force | |
AnnotationRef jakarta.persistence.JoinColumn key that is part of a foreign key. Since: JPA 1.0 boolean updatable default true (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider. Since: JPA 1.0 | |
CriteriaBuilder.createCriteriaUpdate(targetEntity) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaBuilder CriteriaUpdate createCriteriaUpdate ( Class targetEntity ) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Return: the query object Since: JPA 2.1 | |
CriteriaUpdate.from(entity) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate Root from ( EntityType entity ) Create and add a query root corresponding to the entity that is the target of the update . A CriteriaUpdate object has a single root, the entity that is being updated . Parameters: entity | |
CriteriaUpdate.from(entityClass) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate Root from ( Class entityClass ) Create and add a query root corresponding to the entity that is the target of the update . A CriteriaUpdate object has a single root, the entity that is being updated . Parameters: entityClass | |
EntityManager.createNativeQuery(sqlString) - JPA Method JPA Method in jakarta.persistence.EntityManager Query createNativeQuery ( String sqlString ) Create an instance of Query for executing a native SQL statement, e.g., for update or delete. If the query is not an update or delete query, query execution will result in each row | |
EnumConstRef jakarta.persistence.LockModeType.OPTIMISTIC_FORCE_INCREMENT JPA Enum Constant in jakarta.persistence.LockModeType OPTIMISTIC_FORCE_INCREMENT Optimistic lock, with version update . Since: JPA 2.0 | |
EnumConstRef jakarta.persistence.LockModeType.PESSIMISTIC_FORCE_INCREMENT JPA Enum Constant in jakarta.persistence.LockModeType PESSIMISTIC_FORCE_INCREMENT Pessimistic write lock, with version update . Since: JPA 2.0 | |
StoredProcedureQuery.hasMoreResults() - JPA Method JPA Method in jakarta.persistence.StoredProcedureQuery boolean hasMoreResults () Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any. Return: true if next result corresponds | |
Query.getResultStream() - JPA Method Throws: IllegalStateException - if called for a Jakarta Persistence query language UPDATE or DELETE | |
Query.getSingleResult() - JPA Method Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query execution | |
Query.getResultList() - JPA Method JPA Method in jakarta.persistence.Query List getResultList () Execute a SELECT query and return the query results as an untyped List. Return: a list of the results, or an empty list if there are no results Throws: IllegalStateException - if called for a Jakarta Persistence query language UPDATE or | |
TypedQuery.getSingleResult() - JPA Method for a Jakarta Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query | |
TypedQuery.getResultList() - JPA Method Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds | |
TypedQuery.getResultStream() - JPA Method: IllegalStateException - if called for a Jakarta Persistence query language UPDATE or DELETE statement | |
EnumConstRef jakarta.persistence.CacheStoreMode.REFRESH JPA Enum Constant in jakarta.persistence.CacheStoreMode REFRESH Insert/ update entity data held in the cache when read from the database and when written to the database. Force refresh of cache for items read from database. Since: JPA 2.0 | |
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 | |
ClassRef jakarta.persistence.PersistenceConfiguration for validation at PreRemove . Since: JPA 3.2 VALIDATION_GROUP_PRE_ UPDATE Target groups for validation at PreUpdate . Since: JPA 3.2 | |
StoredProcedureQuery.getOutputParameterValue(position) - JPA Method JPA Method in jakarta.persistence.StoredProcedureQuery Object getOutputParameterValue ( int position ) Retrieve a value passed back from the procedure through an INOUT or OUT parameter. For portability, all results corresponding to result sets and update counts must be retrieved | |
AnnotationAttrRef jakarta.persistence.ForeignKey.value will generate a constraint whose update and delete actions it determines most appropriate for the join column | |
StoredProcedureQuery.execute() - JPA Method JPA Method in jakarta.persistence.StoredProcedureQuery boolean execute () Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any. Return: true if first result corresponds | |
StoredProcedureQuery.getOutputParameterValue(parameterName) - JPA Method JPA Method in jakarta.persistence.StoredProcedureQuery Object getOutputParameterValue ( String parameterName ) Retrieve a value passed back from the procedure through an INOUT or OUT parameter. For portability, all results corresponding to result sets and update counts | |
EnumConstRef jakarta.persistence.CacheStoreMode.USE JPA Enum Constant in jakarta.persistence.CacheStoreMode USE Insert entity data into cache when read from database and insert/ update entity data when written to the database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: JPA 2.0 | |
Query.getSingleResultOrNull() - JPA Method Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds | |
TypedQuery.getSingleResultOrNull() - JPA Method for a Jakarta Persistence query language UPDATE or DELETE statement QueryTimeoutException |