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

エンティティクラスの継承構造が2段階の場合に無限ループが発生する不具合を修正 #165

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

nakamura-to
Copy link
Member

2段階とは、親、子、孫のように3つのクラスからなる継承構造を意味します。
close #163

2段階とは、親、子、孫のように3つのクラスからなる継承構造を意味します。
close #163
@nakamura-to nakamura-to merged commit 340508d into master Aug 3, 2016
@nakamura-to nakamura-to deleted the issue-163 branch August 3, 2016 13:42
@nakamura-to nakamura-to added the bug label Aug 6, 2016
@nakamura-to nakamura-to added this to the 2.12.1 milestone Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entityが他のEntityを継承をしていると無限ループが発生する
1 participant