Package ubic.gemma.persistence.hibernate
Class HibernateUtils
- java.lang.Object
-
- ubic.gemma.persistence.hibernate.HibernateUtils
-
public class HibernateUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HibernateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getBatchSize(SessionFactory sessionFactory, ClassMetadata classMetadata)
Obtain the batch fetch size for the given class.
-
-
-
Method Detail
-
getBatchSize
public static int getBatchSize(SessionFactory sessionFactory, ClassMetadata classMetadata)
Obtain the batch fetch size for the given class.
-
-