Internal Website Search

161-170 of 200 resultsRefresh

Updating Entities

, Modify, Delete. Overview uses a TabelView to display its content and due to my limited ... >EntityManager employeeDB? I know that paygradeDB is updated after I modify a value in ... > Modify a Paygrade Object Go to Manage Employees I

Custom Classloader: Issues with the Enhancer Agent

intercepts my call to defineClass(), makes the enhancement to the class and loads the modified version in ... detect if the Agent has already loaded the modified class so that I can return that instead? modified version and return

The server cannot start in CentOS

> When I modified the former, I get: com.objectdb.o.UserException: Failed ... ;  <dir path="/" permissions="access,modify,create,delete" />   </user> ... /" permissions="access,modify,create,delete">     <quota directories="5" files="20" disk

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

,modify,create,delete" />              ... ;   <dir path="/$user/" permissions="access,modify,create,delete">    ... ;      <dir path="/" permissions="access,modify,create,delete" />

Update is ignored by ObjectDB

is updated in the database, and User entity remains modified only in code, even if I go: modifying entity, but not the database. @Stateless public class ... should not be defined as public and accessed or modified directly from

NontransactionalWrite error using Collections.sort .

 Collections.sort in persisted object.  Attempt to modify an object ... (error 635)   I don't want to modifi de object in DB, just sort ... > Hi, This exception is thrown when a managed entity object is modified

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue

Different behavior with persist() and queried instances?

.persist(BlaInstance) and afterwards modify the metaAttributes property within a transaction ... ? Alex quasado Alexander Adam Looks like calling merge() *before* modifying the underlying list property does the job oh well.. as such I might need to modify my interfaces

Enhancing a class causes it to not save changes.

fields are modified directly, but cannot do that when the values are changed by reflection.If you want to use enhanced classes and modify objects using reflection you can let ObjectDB know when an object is modified and needs to be saved to the database by invoking:

NoResultException: No matching results for a unique query

for a unique query" when modifying my already persisted entities within a transaction. I ... > You wrote that this happens when a query is run after modifying entities in a transaction ... _mode_setflushmode">modifying the flush mode. Which flush mode are using? support Support