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".
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".