ObjectDB Database Search
51-63 of 63 resultsObjectDB JDO - foreign key constraints to JDO lifecycle events and then execute cascading operations by using the relevant code. support Support | |
does ObjectDB / JPA support simple password field encryption of an entity class? Hari ObjectDB does not (currently) support this ability. Consider using JPA Lifecycle Events   | |
JPA 2.1 and AttributeConverter field for the File or URL and convert it from/to byte[] or String in JPA lifecycle events methods | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities Persistence Contexts When a container-managed entity manager is used, the lifecycle of the persistence | |
Cascade delete with unidirectional mapping, so if you have no relationship in that direction you have to perform the operation explicitly in your code (maybe in a lifecycle event ). support Support | |
Show Sql/Jpql operations (except delete / update queries). You may log these operations by setting a JPA lifecycle | |
New Index causing troubles_ lifecycle .RackPlanogram.getPlanogram(Unknown Source) eu.extech.serverImpl.QuantServerImpl$13.run | |
Working with a cleared cache (the stack trace seems incomplete). In general, there are many restrictions on code in JPA/JDO lifecycle | |
How to apply constraints in collection attributes of entity. JDO's Unique annotation . For other constraints you can check objects in lifecycle events . support | |
Does ObjectDB has a similar feature like Oracle Database Change Notification ? ObjectDB based on JPA lifecycle events . But these events are fired only in the application | |
How to track memory leak with ObjectDb. ( 10, that's normal ) always open ( that's a correct behaviour ) during the lifecycle of the webapp | |
Entity factory - best practices during the application lifecycle , as demonstrated in the Guest Book web application tutorial . support Support | |
Bean Validation (JPA 2.0) JPA 2 adds support for integration with the Bean Validation API. Constraints that are defined for entity and embeddable classes by using annotations can be checked automatically on PrePersist, PreUpdate and PreRemove JPA lifecycle events. Integration with the Validation API is not supported yet by |