property « Batch « JPA Q&A





1. Batch load a lazily loaded Hibernate property    stackoverflow.com

Suppose I have a:

class Student {
    int id;
    String name;
    List<Course> courses; //Lazily loaded as per Hiberante config
}
Now suppose I have a ...

2. Oracle Clobs and batch-size property    forum.hibernate.org

3. Exception using YesNoType on a property within batch update    forum.hibernate.org

Hibernate version: 2.1.5 Full stack trace of any exception that occurs: Caused by: java.lang.ArrayIndexOutOfBoundsException: 14 at net.sf.hibernate.impl.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:57) at net.sf.hibernate.impl.BatchingBatcher.addToBatch(BatchingBatcher.java:34) at net.sf.hibernate.persister.EntityPersister.update(EntityPersister.java:684) at net.sf.hibernate.persister.EntityPersister.update(EntityPersister.java:642) at net.sf.hibernate.impl.ScheduledUpdate.execute(ScheduledUpdate.java:52) at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2281) at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2236) at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2107) ... 26 more Name and version of the database you are using: Oracle 9i Having a weird issue and was wondering if anyone else could confirm. For whatever reason, it ...

4. batch loading a property with a property-ref and a formula    forum.hibernate.org

Hibernate version: 3.1.3 Mapping documents: Code: