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
Hi, When I try to execute the below code to get the upagrahas is showing null and it seems Upagrahas class IUpagrahaEntity[] size is large (5+1).
IUpagrahaEntity[] upe = upgrhs.all();
for(int i = 0; i< upe.length; i++)
{
System.out.println(upe[i]);
}
The text was updated successfully, but these errors were encountered:
Hi, When I try to execute the below code to get the upagrahas is showing null and it seems Upagrahas class IUpagrahaEntity[] size is large (5+1).
IUpagrahaEntity[] upe = upgrhs.all();
for(int i = 0; i< upe.length; i++)
{
System.out.println(upe[i]);
}
The text was updated successfully, but these errors were encountered: