emmanuelbernard / hibernate-core-ogm

Hibernate extension for Object Grid Mapper
http://hibernate.org
11 stars 4 forks source link

Add support for @ManyToOne @JoinTable #31

Open emmanuelbernard opened 13 years ago

emmanuelbernard commented 13 years ago

Underneath, Hibernate Annotations maps this as which is not supported today by Hibernate OGM Supporting it would not intrinsically be expensive but would definitely require a substantial amount of time. It is best lowering the priority of this unless some other issue require support.