You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
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;
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;
}
The text was updated successfully, but these errors were encountered: