Support for unidirectional association mapping
As of EntityDAC v.2.1 all mapped associations are bi-directional. That is: in order to map TDepto and TEmployee associatiation, one must to declare the association on both classes. However, there is situations where this approach is not desirable.
Unidirectional associations (e.g. @OneToMany annotations on Java JPA) would be great.
3
votes
Fabrício
shared this idea