LobCreator vs LobHelper #4592
Replies: 3 comments 5 replies
|
I mean, quite apart from being confusing, the concrete problem is that it leaks internal API ( |
0 replies
|
So what is the "proposal" here? |
3 replies
|
The history is a bad decision I think in retrospect. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm wondering why we have these two interfaces fighting over the right to create blobs.
There must be some history here, and I guess
LobCreatoris supposed to be somehow more low-level. But that's right could we at least remove theHibernate.getLobCreator()methods, since that is public API, and it looks like the client is supposed to be usingLobHelper.And it's weird to have a static method that just delegates back to its argument to call a getter method.
All reactions