Open sebersole opened 11 months ago
Related with https://github.com/sebersole/hibernate-models2/issues/93
Essentially the ability to do something like:
entityTypeBinder.getPrimaryKeyBinder().whenResolved( primaryKey -> ... );
Which executes the function immediately if already resolved or stores them for later when the thing becomes resolved.
Related with https://github.com/sebersole/hibernate-models2/issues/93
Essentially the ability to do something like:
Which executes the function immediately if already resolved or stores them for later when the thing becomes resolved.