Tagged Questions
The persist tag has no wiki summary.
108
votes
4answers
65k views
JPA EntityManager: Why use persist() over merge()?
EntityManager.merge() can insert new objects and update existing ones.
Why would one want to use persist() (which can only create new objects)?
10
votes
3answers
5k views
Any way to pre populate core data?
ive been creating a list app and backing it with core data. I would like to have a default list of say 10 airport items so that the user doesnt have to start from scratch. Is there any way to do this? ...
7
votes
3answers
123 views
Persisting an object in Hibernate while having a known primary key.
My problem is with detached objects...
I am currently using Spring with Hibernate.
I have a mapped object that has a primary key as a String (I know it sucks... but refactoring the code would take ...
6
votes
3answers
579 views
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 relevant to the question) is that they have code that sets up the framework. This usually ...
3
votes
5answers
99 views
Why nothing happens when I persist?
I hope I does not ask a question you already answered, but I am not able to understand my problem... I explain :
I work with Spring and Hibernate, I have a Manager interface, and a Manager that ...
3
votes
1answer
82 views
Windows Workflow - PersistableIdle
In our company we have a business process that needs to:
Get data from X
Wait for user Y to do research
Get data from Z based on step 2 data
In researching this, it seems like there are a few ...
3
votes
3answers
45 views
Dynamically changing a timestamp - suggestions?
I'm writing up an online examination site for an educational institution. Time limits can be set for each assessment, and once a user begins an exam, a new timestamp is created on the server. The ...
3
votes
3answers
301 views
'Unexpected element: XX' during deserialization MongoDB C#
I'm trying to persist an object into a MongoDB, using the following bit of code:
public class myClass
{
public string Heading { get; set; }
public string Body { get; set; }
}
static void ...
3
votes
2answers
415 views
C#: ID-field of Microsoft.Office.Interop.Excel.Range is not persisted with an Excel-sheet
before I start with the problem, I want to motivate it. My task is to analyse changes in an Excel-Sheet, but different from recording changes via the in-build mechanism the changes should be detected ...
3
votes
2answers
449 views
Complex JPA persist order issue
I'm working on a project with some unusual entity relations which i'm having problems persisting with JPA. There are two relevant objects; User and let's call the other X. User has a one-to-many AND ...
2
votes
2answers
164 views
JPA merge vs. persist
So far, my preference has been to always use EntityManager's merge() take care of both insert and update. But I have also noticed that merge performs an additional select queries before update/insert ...
2
votes
1answer
41 views
asp.net gridview: reading values and persisting state
I have a gridview that is databound to a list of custom objects. On the client side, the user can enter a price value in a textbox and click on a checkbox for every row in the gridview. The gridview ...
2
votes
2answers
270 views
How can I make persisting simple in Symfony2?
I'm currently playing around with Symfony2 and like it very much so far. One question has arisen though and I'm wondering what the best practice would be.
If I want to persist an entity I have to go ...
2
votes
2answers
519 views
Spring transactional context doesn't persist data
I know that my problem is a common problem, but I've checked a lot of questions here, checked Spring documentation and I really don't know what I am doing wrong.
My problem: I've got a Spring WebFlow ...
2
votes
1answer
194 views
Hibernate - Setting a cascade persist just for one session
I have this relation in Hibernate:
n 1
A -------> B
The cascade types in the @OneToMany from A to B is not CascadeType.PERSIST, and cannot be made so. The @ManyToOne from B to A ...
2
votes
2answers
1k views
Stop Hibernate from updating collections when they have not changed
I have two entity beans defined as follows (unrelated stuff removed):
@Entity
@Table(...)
public class MasterItem implements java.io.Serializable {
private Set<CriticalItems> criticalItemses ...
2
votes
4answers
802 views
Finding image type from NSData or UIImage
I am loading an image from a URL provided by a third-party. There is no file extension (or filename for that matter) on the URL (as it is an obscured URL). I can take the data from this (in the form ...
2
votes
5answers
283 views
C# text file to store data
I want to persist some data into a text file in my c# application. I added the text file to the root of my project.
How do i access it now? Will this file be embedded with my exe or what?
2
votes
2answers
288 views
Fictitious jQuery persist method
Is there a way to have a declaration such as the following persist to all matching elements that are later added to the DOM?
$("a.my-class").replaceWith("<span>Replaced</span>");
...
1
vote
1answer
30 views
Spring + JPA + Hibernate: No inserts at startup
I'm executing a method at startup time with @PostConstruct annotation. This method has to check a value stored in a table in DB. If it doesn't exist, then it has to insert it. The checking of the ...
1
vote
2answers
50 views
Global custom class on server
I'm writing a simple chat web service with C# ASP.Net, which I am new to.
Server maintains a List<ConnectedUser>, where the ConnectedUser object is a class holding ID, username, and a list of ...
1
vote
1answer
52 views
Seam entity does not persist database
i use seam framework to develop a web site. I want to share one problem when developing time. I have a one seam test method as succeding ;
@Test
public void saveTwoCategoryToRoot() throws ...
1
vote
0answers
163 views
How to persist/flush doctrine2 entities with OneToMany // ManyToOne relations?
I am trying to persist/flush my doctrine2 entities, but I am gettig an error every time:
Entity of type Test\Main\MainBundle\Entity\ProductVariantAssociation has identity
through a foreign ...
1
vote
1answer
100 views
Persist user selection in DataGridViewComboBoxColumn in Winform
I have problem in persisting a user's selection in a DataGridViewComboBoxColumn inside a DataGridView in Winform. Once I leave the ComboBox, the selection disappears.
I'd found some answers to the ...
1
vote
3answers
43 views
*[id^= Selects all, I'd like to select each same number
With this code, when you hover over anything with the id="trigger*", it shows everything with the id="panel*" I would like it, for trigger1 to show panel1, for trigger2 to show panel2.
Is that ...
1
vote
0answers
255 views
Custom control child controls not persisted to ViewState in ASP.NET 4.0
We just switched target framework in our ASP.NET web application from 3.5 to 4.0. We ran into the following problem:
We have a couple of custom controls that worked fine in 3.5 but now with 4.0 they ...
1
vote
1answer
389 views
Google App Engine JPA persist() method is not populating my object's Id
I'm trying to persist a new Java object which has an auto-generated Id but it is not being populated upon calling EntityManager's persist() method. I have in my Object class..
...
@Id
...
1
vote
1answer
202 views
Silverlight, persist data between different pages and controls
In Silverlight, How can we persist data between different pages and controls.
In our application, we plan to have central data object which is to track the user changes from different pages and ...
1
vote
1answer
92 views
Is there a way to load an object in Hibernate without writing a query or having an ID?
I can persist an object into the DB from Java as such:
Table Person:
varchar name
varchar groupID
varchar emailAddress
key on (name, groupID)
And in Java
Person foo = new ...
1
vote
2answers
207 views
Getting the ID of the persisted child object in a one-to-many relationship
I have two entity classes A and B which looks as follows.
public class A{
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
@OneToMany(mappedBy = "a", fetch = ...
1
vote
0answers
203 views
Problems persisting Core Data structures on iPhone/iPad
I have an iPhone/iPad app using Core Data to keep my application data. Sometimes, even though I don't get any error messages, the data is not really saved so when the app starts anew, it's all gone. ...
1
vote
1answer
142 views
How to persist a very abstract data type between sessions: PHP
I have an abstract data type that behaves much like stack. It represents a history of "graph objects" made by a particular user.
Each "graph object" holds one or more "lines", a date range, keys, ...
1
vote
1answer
499 views
asp.net mvc cookies not persisting on local server (aspnetserve)
Trying to run an MVC app on the 'portable' web server. Software is aspnetserve. (http://www.ohloh.net/p/aspNETserve)
Cookies do not persist. They do fine when I run from visual studio debug. Code is ...
1
vote
1answer
686 views
How can a checkmark state be saved in core data?
I have a list app where users hit the + button and enter in an item that they want to appear in the list and hit save. The table is saved with core data. The only problem is when the cell is taped I ...
1
vote
1answer
566 views
iphone Settings application persist data
In my app I'm using an NSUserDefaults object to store the username, password and server URL in the built-in Settings app. If there is no data saved, the user is presented a login interface and upon ...
1
vote
3answers
389 views
How can I remove an item from a Hashmap in Hibernate?
I try to delete an item from a hash map with hibernate.
Here is my config on the collection:
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE)
@OneToMany(mappedBy = "game", cascade = ...
1
vote
1answer
626 views
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 void updateUser(long userId, String newName){
User u = em.get(User.class, ...
0
votes
1answer
27 views
create and persist settings value at runtime
I use C# 4.0, VS2010, Winforms.
I have a DevExpress SplitContainerControl on a base form, that I want to persist it's SplitterPosition (int) in derived forms in user config file at runtime.
I use the ...
0
votes
4answers
54 views
How to re-use model data on post back with MVC
I'm passing structured data to my MVC page when it loads initially. After the user submits a contact form, I want to re-use the same data (I just "leave" the same page up) so I don't have to hit the ...
0
votes
1answer
27 views
Persisting entities with references to other entity classes in JPA
I am working with JSF 2.1, Netbeans 7.0.1, Glassfish 3.1.1, JPA + EJB.
For instance, I have an entity class called User and it has reference (many-to-one relationship) with entity class UserType.
...
0
votes
0answers
19 views
How to persist XMLDocument during post back?
How to presist XML Document on Post Back?
I have this xmlDocument to persist in SaveViewState() method:
Private _xmlSaveDispatch As XmlDocument = New XmlDocument
In my Page_Load...
If Not ...
0
votes
3answers
76 views
Spring + Hibernate: transaction commits but data is not persisted
I'm using the following service-layer class that implements Hibernate persistence:
public class AccountsManagerImpl implements IAccountsManager {
private static Logger log = ...
0
votes
2answers
84 views
C# persisting data between two winforms
I have not been able to find a solution to my problem yet. What I have is two winforms, Main and a Configuration Settings form. The configuration settings form can be accessed from the menu of the ...
0
votes
1answer
66 views
How to persist changes in datagrid after each change?
I have a DataGrid which is bound to an array of data objects. How do I persist changes (save updated values to the database) of the data each time any field is changed? What event should I use?
0
votes
1answer
57 views
java persistence works with reading from database, silently fails to insert / update
I have created a simple java web (Vaadin) application project using JPA and it works for reading entities from database. When I try to use either persist() or merge(), nothing happens in database.
...
0
votes
0answers
70 views
Save/serialize print dialog's PrintRequestAttributeSet
I like to create a printing application.
The problem I always run into is persisting PrintRequestAttributeSet.
The expected method:
I have a Swing text input, where is can call
print(..., ...
0
votes
1answer
235 views
Doctrine2 lifecycleCallbacks prePersist not firing w/YAML config
All my Doctrine2 setups are done within YAML files. I have an entity class named LoanAppMenuProgress where I'm trying to execute a prePersist function. This LoanAppMenuProgress entity has a oneToOne ...
0
votes
1answer
54 views
retrieve from entity manager before ID is given
Here is the situation -
I need to persist an object between pages. On the first page I create the object, and create a form for it. On the second page, I persist the object. The user then has an ...
0
votes
1answer
106 views
SeekBarPreference doesn't seem to persist its value
I have a SeekBarPreference in an xml file which displays (and the slider works) but after I click "OK" it's value just seems to disappear.
The xml
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
2answers
98 views
Java/Hibernate: How can I insert a specific value for a column with autoincrement / @GeneratedValue
I have a table with an id column that autoincrements, and a Java object that has a getter annotated with @GeneratedValue(strategy = GenerationType.AUTO). This works great when saving, however for a ...