Sybase « Composite « JPA Q&A





1. ManyToOne in Composite Identifier causing error on Sybase 12    forum.hibernate.org

Hibernate version: 3.2 Name and version of the database: Sybase 12.5 I have have three objects of interest. 1. an Entity called mkt_Index 2. an Embeddable called mkt_ForwardCurveKey that contains an mkt_Index (which I desire to be ManyToOne) 3. an Entity called mkt_ForwardCurvePoint that contains an mkt_ForwardCurveKey as its Composite Identifier. The problem I am encountering is as follows. The SQL ...