11/11/2013, 09:52
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 2 meses Puntos: 188 | |
Respuesta: Hibernate - Consulta sobre Prueba a mapearlo a la inversa, es decir desde pedido añadirlo como
<set name="detallePedidos" table="detalle_pedidos" inverse="true" fetch="select">
<key>
<column name="codigo_pedido" not-null="true" />
</key>
<one-to-many class="local.model.ProductoForm" />
</set>
Luego habrá que añadir un set de ProductoForm en tu objeto Pedido, con sus getters y setters.
__________________ if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
} |