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 ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
So what is the "proposal" here? |
Beta Was this translation helpful? Give feedback.
3 replies
-
The history is a bad decision I think in retrospect. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
LobCreator
is 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.
Beta Was this translation helpful? Give feedback.
All reactions