Internal Website Search
101-150 of 200 resultsDatabase is locked when in use am using the JDO not JPA, and can you also please tell if i dont want the timestamp ... . support Support Thanks. How should i get rid of Timestamp directory ? I am going to use ... want all the odb files to be placed in "backup" directory not backup/[ timestamp ] directory | |
Query filter comparing Dates time only (e.g. 23:59:59 ). java.sql. Timestamp - represents date and time (e.g. 2019 ... time) when retrieved from the database. Timestamp is different, since it represents a point in time ... ) , but the parameter to the query is sent as java.util.Date , which by default is considered as a Timestamp | |
@Column( name = "columnName") doesn't work @GeneratedValue @Column(name = "KEY_ID") private long id; private Long timestamp ; @ManyToOne @Column ... , timestamp , KEY_DESCRIPTOR, DATA_ITEMS, codedDataBlock, level but them still not correctly mapped and stays like member defined in class id, timestamp , keyDescriptor, dataItems, codedDataBlock, level I | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation output for entity classes. - I have also used UNIX file timestamp checking to ensure enhancement from ... (and timestamp checking of enhanced .class files indicates that no "automatic" enhancement has taken place ... operations. I checked the timestamp of the enhanced entity classes, and they are time-stamped | |
Error 363 - Failed to read value of inverse relationship(TemporalType. TIMESTAMP ) private Date signUpDate = new Date(), signInDate; @Embedded @OneToOne private ... @GeneratedValue private Long id; @Temporal(TemporalType. TIMESTAMP ) private Date sendDate = new Date ... . TIMESTAMP ) // private Date sendDate = new Date(); // // private String | |
ObjectDB is opening too many sockets, and we are now facing following issue. Object DB server is creating too many sockets. Currently ... has currently in use. I guess it kind of work correctly as the sockets were not increasing ... general. You can limit the size of the connection pool (the default in ObjectDB is currently 50), by | |
javax.persistence.EntityExistsException.persist(Object) is called and the entity already exists. The current transaction, if one is active ... may be thrown at flush or commit time. The current transaction, if one is active and the persistence | |
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 ... :notNull])" eval="0.9675" variable="a" / = current -java.sql.Date)),(a.state=3)),(a.subType=3)),(a.type=0 ... ="[]" = current -java.sql.Date)),(a.state=3)),(a.subType=3)),(a.type=0)) v$1:bound(a.objectsInCharge | |
EntityTransaction.rollback() - JPA Method JPA Method in javax.persistence.EntityTransaction void rollback () Roll back the current resource transaction. Throws: IllegalStateException - if isActive() is false PersistenceException - if an unexpected error condition is encountered Since: JPA 1.0 | |
EntityTransaction.commit() - JPA Method JPA Method in javax.persistence.EntityTransaction void commit () Commit the current resource transaction, writing any unflushed changes to the database. Throws: IllegalStateException - if isActive() is false RollbackException - if the commit fails Since: JPA 1.0 | |
javax.persistence.EntityNotFoundException. The current transaction, if one is active and the persistence context has been joined | |
javax.persistence.LockTimeoutException part of an API call, at, flush or at commit time. The current transaction, if one is active, will be not | |
javax.persistence.PessimisticLockException time. The current transaction, if one is active, will be marked for rollback. Since: JPA 2.0 Public | |
javax.persistence.SynchronizationType.SYNCHRONIZED JPA Enum Constant in javax.persistence.SynchronizationType SYNCHRONIZED Persistence context is automatically synchronized with the current transaction Since: JPA 2.1 | |
EntityManagerFactory.createEntityManager(synchronizationType,map) - JPA Method should be synchronized with the current JTA transaction map - properties for entity manager Return | |
javax.persistence.OptimisticLockException time. The current transaction, if one is active, will be marked for rollback. See Also: EntityManager | |
EntityManagerFactory.createEntityManager(synchronizationType) - JPA Method: synchronizationType - how and when the entity manager should be synchronized with the current JTA transaction | |
javax.persistence.SynchronizationType.UNSYNCHRONIZED JPA Enum Constant in javax.persistence.SynchronizationType UNSYNCHRONIZED Persistence context must be explicitly joined to the current transaction Since: JPA 2.1 | |
StateInterrogation.isDirty(pc) - JDO Method made persistent in the current transaction, or modified while detached return Boolean.TRUE . Instances ... instance has been modified in the current transaction, or while detached. See Also: StateManager.makeDirty | |
StateInterrogation.isDeleted(pc) - JDO Method JDO Method in javax.jdo.spi.StateInterrogation Boolean isDeleted ( Object pc ) Tests whether the parameter instance has been deleted. Instances that have been deleted in the current ... - the instance. Return: Boolean.TRUE if the parameter instance was deleted in the current transaction | |
PersistenceCapable.jdoGetObjectId() - JDO Method, then the ObjectId returned is only valid within the current transaction. If the JDO identity is being changed in the transaction, this method returns the object id as of the beginning of the current | |
FetchPlan.getGroups() - JDO Method JDO Method in javax.jdo.FetchPlan Set getGroups () Return an immutable Set containing the names of all active fetch groups. The Set is a copy of the currently active groups and will not change based on subsequent changes to the groups. Return: an immutable Set containing the names of all currently active fetch groups Since: JDO 2.0 | |
PersistenceCapable.jdoIsNew() - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable boolean jdoIsNew () Tests whether this object has been newly made persistent. Instances that have been made persistent in the current transaction ... the current transaction. See Also: javax.jdo.JDOHelper.isNew (Object pc) PersistenceManager.makePersistent (Object pc) Since: JDO 1.0 | |
PersistenceCapable.jdoIsDeleted() - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable boolean jdoIsDeleted () Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true. Transient instances return false. Return: true if this instance was deleted in the current transaction | |
PersistenceCapable.jdoIsDirty() - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable boolean jdoIsDirty () Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current ... the current transaction. See Also: javax.jdo.JDOHelper.isDirty (Object pc) javax.jdo.JDOHelper | |
javax.jdo.spi.JDOPermission permission and has no actions. There are two names currently defined. Each named permission | |
PersistenceManager.getDataStoreConnection() - JDO Method JDO Method in javax.jdo.PersistenceManager JDOConnection getDataStoreConnection () If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction. If called in an optimistic transaction or outside an active transaction, the object | |
PersistenceManagerFactory.getPersistenceManagerProxy() - JDO Method with the thread's current transaction. In this case, the close method is ignored, as the PersistenceManager | |
PersistenceManager.getMultithreaded() - JDO Method JDO Method in javax.jdo.PersistenceManager boolean getMultithreaded () Get the current Multithreaded flag for this PersistenceManager . Return: the Multithreaded setting. See Also: setMultithreaded Since: JDO 1.0 | |
StateManager.replacingDetachedState(pc,state) - JDO Method JDO Method in javax.jdo.spi.StateManager Object[] replacingDetachedState ( Detachable pc, Object[] state ) The replacement value of the detached state in the calling instance. Parameters: pc - the calling Detachable instance state - the current value | |
PersistenceManager.flush() - JDO Method, the implementation will set the current transaction's RollbackOnly flag (see Transaction.setRollbackOnly ). Since: JDO 2.0 | |
StateManager.providedLongField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedIntField(pc,field,currentValue) - JDO Method instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedCharField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedBooleanField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedShortField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedByteField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.setDoubleField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setFloatField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setObjectField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setStringField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setShortField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setByteField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setLongField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setIntField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.providedDoubleField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedFloatField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedObjectField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedStringField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.getObjectId(pc) - JDO Method JDO Method in javax.jdo.spi.StateManager Object getObjectId ( PersistenceCapable pc ) Return the object representing the JDO identity of the calling instance. If the JDO identity is being changed in the current transaction, this method returns the identity as of the beginning |