Is there a reason for the usage of CascadeType.PERSIST on the many-to-many
relationship in the etiquetas class?
Since that very relationship is mapped by the etiquetas field in the libros
class, you probably won't ever manipulate the collection of libros in the
etiquetas, but only do reads on
Hello,
I use EJB3-annotated Webservices in JBoss 4.0.4 GA. This worked fine, even with
rather complex types, up until now.
I have an Interface
| public interface EntityAware {
|
| /**
| * @return an entity of type E
| * @throws EntityConversionException
| */