Hello forum users,
i deal with the way of domain objects to swing at the moment. In my opinion i could also call it indeep binding. The goal is that a property change of a domain object (which is...
Type: Posts; User: qpid; Keyword(s):
Hello forum users,
i deal with the way of domain objects to swing at the moment. In my opinion i could also call it indeep binding. The goal is that a property change of a domain object (which is...
I searched i little bit more and found a thread with nearly the same problem. The keyword is caching the domain objects in the dao's. So the behaviour outwards will be the same like hibernate with...
Yeah you are right, if i use hibernate there is no problem, but if i don't use hibernate or some other full or-mapper but Spring JdbcTemplate.
But maby this is a feature which comes only with a...
Hello forum users,
I am searching for a solution that the same domain objects (equals id) which were loaded twice or several times by the DAO will be get persistent after DAO update.
Example...