search results

  1. I\'m trying to manually delete every entity that\'s in a collection on an entity. The problem is, the entities don\'t get deleted from the database, even though they get ...
    stackoverflow.com/questions/13646209/​removing-entities... - Cached
  2. ... Removing entities with ... Posts: 163 Location: Stuttgart/Karlsruhe, Germany Hibernate version ... and should of been removing the course (collection.remove ...
    forum.hibernate.org/​viewtopic.php?f=9&t=970824&... - Cached
  3. Simply removing an entity from a collection of related entities, will not delete the database record, right? ... Remove then Query fails in JPA/Hibernate ...
    stackoverflow.com/questions/9158429/​hibernate-does-not... - Cached
  4. ... if I remove an entity from the collection and ... Hibernate should detect that the collection ... does it or is it supposed to remove those entities from ...
    forum.hibernate.org/​viewtopic.php?p=2376122 - Cached
  5. ... and removing entities. In this blog I will continue along a different angle, ... When using a lazy collection Hibernate is just as transparent as OpenJPA.
    blog.xebia.com/2009/04/27/jpa-​implementation-patterns... - Cached
  6. Two entities cannot share a reference to the ... that is used when retrieving or removing the collection. ... is assigned to each collection row. Hibernate does ...
    docs.jboss.org/< B>hibernate/core/3.3/.../​html/collections.html - Cached
  7. I have no problem deleting Entities ... Problem deleting value-type object from Collection in Hibernate; ... You might want to call a < B>hibernate session\'s remove on ...
    www.coderanch.com/t/217567/...object-​Collection-Hibernate - Cached
  8. So we can conclude that removing entities is simple ... of the father entity from a collection using EntityManager::remove. ... in JPA/Hibernate. Removing the ...
    blog.xebia.com/...implementation-​patterns-removing-entities - Cached
  9. This works for operations such as the removal of a child from the collection. ... one entity to any other associated entities. Hibernate does not implement ...
    webarch.kuzeko.com/category/hibernate - Cached
  10. org.hibernate< /B>.readOnly: Entities retrieved by this query will be ... (so removing an entity from the collection does not mean ... (or collection of entities), ...
    docs.jboss.org/hibernate/stable/​entitymanager/reference/... - Cached