mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2177 - findNative not mapping bean when schema specified in entity mapping
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user