Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Pass PK Class to DAO #4

Open
shun-tak opened this issue Nov 1, 2017 · 0 comments
Open

Pass PK Class to DAO #4

shun-tak opened this issue Nov 1, 2017 · 0 comments

Comments

@shun-tak
Copy link
Owner

shun-tak commented Nov 1, 2017

find method will be improved.

public interface Dao<E, PK> {
    :
  Class<PK> getPKClass();
  Optional<E> find(PK pk);
    :
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant