sebersole / hibernate-models2

Apache License 2.0
0 stars 2 forks source link

Ability to register "targeted" second passes #101

Open sebersole opened 11 months ago

sebersole commented 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.