mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2154 - Fix tests for QueryBeans: TargetEntity is not evaluated during bean generation resulting in bad query beans
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package org.example.domain;
|
||||
|
||||
import org.example.domain.target.ACountry;
|
||||
import org.example.domain.api.ACountry;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
|
||||
Reference in New Issue
Block a user