Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to register "targeted" second passes #101

Open
sebersole opened this issue Nov 21, 2023 · 0 comments
Open

Ability to register "targeted" second passes #101

sebersole opened this issue Nov 21, 2023 · 0 comments
Assignees
Labels
binding Issue dealing with binding the hibernate-models model to Hibernate's boot model story Larger task, possibly breaking out into sub-tasks

Comments

@sebersole
Copy link
Owner

Related with #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.

@sebersole sebersole added the story Larger task, possibly breaking out into sub-tasks label Nov 21, 2023
@sebersole sebersole self-assigned this Dec 4, 2023
@sebersole sebersole added the binding Issue dealing with binding the hibernate-models model to Hibernate's boot model label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding Issue dealing with binding the hibernate-models model to Hibernate's boot model story Larger task, possibly breaking out into sub-tasks
Projects
None yet
Development

No branches or pull requests

1 participant