sebersole / hibernate-models2

Apache License 2.0
0 stars 2 forks source link

Revisit "design" of org.hibernate.boot.models.bind.internal.binders #93

Open sebersole opened 12 months ago

sebersole commented 12 months ago

Revisit "design" of the org.hibernate.boot.models.bind.internal.binders package.

There was no real design thus far - just static methods worked best for quickly getting functionality working. But I really want to avoid the pitfalls from the current "annotation binding".