Top "Persist" questions

keep checkboxes checked after page refresh

I have a couple of checkboxes. when any of them are clickd/checked and the search button is clicked, will …

javascript jquery state checkbox persist
How do you store data from NSMutable Array in Core Data?

The app i'm making draws a Polyline based on the users coordinates from CLLocationManager (these are all kept in an …

core-data nsmutablearray store polyline persist
Doctrine flush() error: Expected value of type "Doctrine\Common\Collections\Collection|array"

I have a strange problem using a many-to-many relation in Symfony (with Doctrine), I've never had before in symfony projects …

symfony orm doctrine many-to-many persist
jqgrid retain filter on reload

This question has been as a lot so please forgive me asking again. I have a grid loaded from a …

jqgrid filter reload persist
What is difference between CascadeType.ALL, cascade = CascadeType.REMOVE and orphanRemoval

I searched the answer but I could not get it properly. What is difference between CascadeType.ALL, cascade = CascadeType.REMOVE, …

hibernate jpa persist
Should I persist a Spark dataframe if I keep adding columns in it?

I could not find any discussion on below topic in any forum I searched in internet. It may be because …

scala apache-spark dataframe apache-spark-sql persist
How to persist objects between requests in PHP

I've been using rails, merb, django and asp.net mvc applications in the past. What they have common (that is …

php caching frameworks state persist
JPA - saving changes without persist() invoked

We are using Toplink implementation of JPA + Spring + EJB. In one of our EJBs we have something like this: public …

jpa toplink-essentials persist
Hibernate will not persist data after save

Can someone explain why the "lastAccessed" date does not get saved to the database in this example and how I …

spring hibernate save flush persist