[ http://jira.nhibernate.org/browse/NH-743?page=all ]
Sergey Koshcheyev updated NH-743:
---------------------------------
Fix Version: 1.2.0.CR1
> change BatcherImpl to public
> ----------------------------
>
> Key: NH-743
> URL: http://jira.nhibernate.org/browse/NH-743
> Project: NHibernate
> Type: Improvement
> Components: Core
> Versions: 1.2.0.Beta1
> Reporter: legowo budianto
> Priority: Trivial
> Fix For: 1.2.0.CR1
>
> After review, testing and being amazed the SqlBatchingBatcher with the use of SqlCommandSet. I notice that the similiar pattern can be used to Oracle Database using the lattest ODP through associative array parameter.
> I make some POC but being blocked by the attribute of the abstract class BatcherImpl, since it being marked as internal.
> Suggestion is to mark it as public so third party can make their own batcher implementation outside nhibernate as core.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|