In Entity Framework there is an option called AutoDetectChangesEnabled which significantly improves performance when performing bulk operations.
Is there any equivalent in Hibernate, which could improve performance while selecting/inserting many records to the database? Or maybe the question should be, is such really needed?