Flex 的 JPA 和 hibernate
我正在使用 JPA,但我不知道如何使用它 两个类之间的关系。我需要连接它们 @OneToMany。我以前做过但忘记了。 有没有什么好的教程或者例子 很容易理解。
顺便说一句,这是我正在使用的 Flex 应用程序 BlazeDS 用于 Java 和 Flex 之间的连接。
I'm using JPA but I'm not sure how to use it for
relation between two classes. I need to connect them
@OneToMany. I have done this before but forgot.
Is there any good tutorial for this or an example that
is easy to understand.
By the way this is a Flex application where I'm using
BlazeDS for connection between Java and Flex.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看Java Persistence API 简介 在 Java EE 5 教程中,更准确地说是 实体关系的多重性。
Have a look at the Introduction to the Java Persistence API in The Java EE 5 Tutorial and more precisely the section on Multiplicity in Entity Relationships.