Internal Website Search

21-30 of 36 resultsRefresh

Memory Leaks after COMMIT operation (checked on versions 2.6.5 & 2.6.6.b01)

(); m_EntityManager.setFlushMode( FlushModeType.COMMIT ); if ( m_EntityManager.isOpen

Query can't see recently persisted object

or on the Query level. See setflushmode">this manual page. support Support

Database(*.odb) file size on disk

.createEntityManager();   em.setFlushMode(FlushModeType.AUTO);   int objects = 1000;  

Is it possible to remove parent/child entities without refresh?

.setFlushMode(FlushModeType.AUTO);   return entityManager; } private static void

Merge with Parent/Child entities not possible

.createEntityManager();   entityManager.setFlushMode(FlushModeType.AUTO);   return entityManager

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

.createNamedQuery("numberOfMapItems"); q.setFlushMode(FlushModeType.AUTO); try { long l

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

/jpa/query/setting#flush_mode_setflushmode">flush mode. In most JPA implementations

Remove a modified entity cause an optimistic lock exception

;  em.setFlushMode(FlushModeType.AUTO);       

finding post-persist pre-commit objects

#flush_mode_setflushmode">setting the flush mode. support Support thanks, worked

new objects not available in mappedBy associations

_setflushmode">FlushModeType.AUTO). support Support What does this mean: "Try to refresh