1. Batch inserts with JPA/EJB3 stackoverflow.comDoes JPA/EJB3 framework provide standard way to do batch insert operation...? We use hibernate for persistence framework, So I can fall back to Hibernate Session and use combination session.save()/session.flush() achieve batch insert. ... |
2. Hibernate equivalent to EclipseLink's batch query hint? stackoverflow.comOne thing I like about EclipseLink has this great thing called the batch query hint, which I'm yet to find a Hibernate equivalent of. Basically doing a whole ... |
3. Batch insert problem in EJB session bean forum.hibernate.orgAuthor Message hany_bee Post subject: Batch insert problem in EJB session bean Posted: Wed Oct 27, 2004 9:14 am Newbie Joined: Wed Oct 27, 2004 6:05 am Posts: 6 Hibernate version: 2.1.5 JBoss version: 4.0.0 I configure Hibernate as an mbean service with the following: Code: |