#2177 - findNative not mapping bean when schema specified in entity mapping

This commit is contained in:
Robin Bygrave
2021-03-01 22:08:17 +13:00
parent 464f48d717
commit 6315edfc21
6 changed files with 96 additions and 6 deletions
@@ -8,7 +8,7 @@ import javax.validation.constraints.Size;
* Product entity bean.
*/
@Entity
@Table(name = "o_product")
@Table(name = "o_product", schema = "foo")
public class Product extends BaseModel {
@Size(max = 20)