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

Using arraylist in Sugar orm #803

Open
akku20080 opened this issue Jun 5, 2018 · 1 comment
Open

Using arraylist in Sugar orm #803

akku20080 opened this issue Jun 5, 2018 · 1 comment

Comments

@akku20080
Copy link

Is there any way to use the one to many relationaship,except the one explained in the official site?
like for example:
public class Book extends SugarRecord {
String name;
String ISBN;
String title;
String shortSummary;

// defining a relationship
Author author;
}

@bha2020
Copy link

bha2020 commented Jul 21, 2020

Is there any way to use the one to many relationaship,except the one explained in the official site?
like for example:
public class Book extends SugarRecord {
String name;
String ISBN;
String title;
String shortSummary;

// defining a relationship
Author author;
}

akku20080 have you got some solution?

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