Persistence in computer programming refers to the capability of saving data outside the application memory.
I try to persist my Department and Mandator classes to hsqhldb but it gives this error. Exception Description: [class ch.…
jpa persistence eclipselinkI'm using JPA2 and both @Entity and @Table have a name attribute, e. g.: @Entity(name="Foo") @Table (name="Bar") …
java database jpa annotations persistenceI am looking to find best practices for Angularjs data persistence on a PhoneGap app. I'm using Ionic Framework on …
javascript angularjs sqlite cordova persistenceI'm making a game and when I close the app (close at multitask manager), all my data is gone! So, …
ios persistenceWhen I try to change the data type of a column in a table by alter command... alter table temp …
sql database postgresql persistenceHow do I disable lazy loading in Hibernate? I am using persistence annotations, not an hbm xml file. I am …
hibernate persistence lazy-evaluation hibernate-annotationsUser declaration: @Entity public class User { @Id @GeneratedValue private Integer id; .... Pattern declaration: @Entity public class Pattern { @Id @GeneratedValue Integer …
java hibernate persistence hqlI'm using Hibernate 3.5.2-FINAL with annotations to specify my persistence mappings. I'm struggling with modelling a relationship between an Application …
java hibernate jpa persistence annotationsI've seen several questions/discussions here about the best way to handle and persist enum-like values (e.g. Persisting data …
c# java database enums persistenceHow do i tell if one instance of my program is running? I thought I could do this with a …
delphi persistence mutex instance semaphore