I have created add on project in Jmix 2.5.2 version. I trying to fetch the data from User entity using bellow code
dataManager.load(User.class).query(“select u from User u”).list();
while executing this above code I getting following error.
Caused by: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.2-3-jmix.v202404051618): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Problem compiling [select u from User u].
[14, 26] The abstract schema type ‘User’ is unknown.