From: Steve E. (JIRA) <no...@at...> - 2006-06-06 18:40:31
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1815?page=comments#action_23280 ] Steve Ebersole commented on HHH-1815: ------------------------------------- Yes, I have been giving this thought already. It is really needed for StatelessSession to be as useful as it could be in terms of performance. Unfortunately I am bogged down in JPA stuff right now. Please have a look and feel free to submit a patch in the meantime. > Add support for batch operations in StatelessSession > ---------------------------------------------------- > > Key: HHH-1815 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1815 > Project: Hibernate3 > Type: Improvement > Components: core > Environment: all > Reporter: Eric Williams > Priority: Minor > > > The principal use cases for StatelessSession seems to be in batch-oriented processing. However, there is no support for batch inserts or updates of persistent entities in the StatelessSession interface. This severely handicaps its usefulness for batch data loading. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |