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

@Access(AccessType.PROPERTY) support #1040

Open
jvmlet opened this issue Jun 4, 2019 · 3 comments
Open

@Access(AccessType.PROPERTY) support #1040

jvmlet opened this issue Jun 4, 2019 · 3 comments

Comments

@jvmlet
Copy link

jvmlet commented Jun 4, 2019

Hello
My entity is configured with @Access(AccessType.PROPERTY), i.e.

@Access(AccessType.PROPERTY)
public class MyEntity{

private String id;

   @Id
    @GeneratedValue
    public String getId(){
     return id;
   }

   public void setId(String id){
     this.id=id;
   }
}

When trying to persist such entity, I'm getting

com.impetus.kundera.validation.rules.RuleValidationException: xxx.yyy.MyEntity must have an @Id field.

Is @Access(AccessType.PROPERTY) supported ?

@devender-yadav
Copy link
Contributor

Hi @jvmlet,

AccessType is not supported. I can see an open ticket - #24

@jvmlet
Copy link
Author

jvmlet commented Jun 4, 2019

It's 7 years old... Any progress /estimations/plans?

@devender-yadav
Copy link
Contributor

@jvmlet Team members can comment on that. I no longer maintain this project.

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

No branches or pull requests

2 participants