Hi,
Please post your issue separately. Because since you have posted your doubts
in my message , I get replies for your doubts also.
Thanks
Stephanus Astorizkhy wrote:
>
> Hi all, im newbie,
> i want to make a cat and cart in 1-to-* relational database.
> I sent attachment for Cart.java and Cat
I notice that you are using @OneToMany annotations on fields that are Long,
Integer and String You do not have to. The problem is that Hibernate is
now looking for another Entity class called Integer or Long or String. You
only use these association annotations on your own Entity classes.
Lets
Hi all, im newbie,
i want to make a cat and cart in 1-to-* relational database.
I sent attachment for Cart.java and Cat.java
once i use appgen, i have the following result..
C:\appf\eCat>mvn appfuse:gen -Dentity=Cart
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with pref