Is it ok to register multiple classes with Objectify4? I mean, two entity with same class name like com.mycompany.MyEntity or org.mycommunity.MyEntity
Is it ok to register multiple classes with Objectify4? I mean, two entity with
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It will work but you will need to specify a different name for one of them:
This name is what becomes the kind in the datastore. It defaults to the class shortname.