Skip to content

Conversation

a469517790
Copy link

No description provided.

@coveralls
Copy link

coveralls commented Mar 31, 2021

Coverage Status

Coverage increased (+0.001%) to 87.258% when pulling 65a3c24 on a469517790:master into b4275bd on mybatis:master.

@kazuki43zoo
Copy link
Member

@a469517790
Could you explain more details? We cannot understand this PR concept in current status.

@a469517790
Copy link
Author

a469517790 commented Jun 5, 2021

@a469517790
Could you explain more details? We cannot understand this PR concept in current status.

In the previous design, the implementation class of TypeHandler could not get the metadata information in the entity class corresponding to the data table, e.g.

@SomeCustomAnnotation1
Class UserInfo {
...
@SomeCustomAnnotation2
private String name;
...
...}
TypeHandler cannot get @SomeCustomAnnotation1 to the relevant information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants