Hi,
I am investigating implementing an LDAP data store for Open JPA. I have some basic storage and retrieval capabilities working in a proof of concept implementation. I was hoping to find some help accessing the persistence metadata, particularly things like the contents of @Table and @Column annotations. I was expecting this to be possible from the OpenJPAConfigurationImpl object but I haven't been able to see how to do it. Any hints and especially code snippets would be very gratefully received. Thanks, Martin
