Which JPA implementation supports the following features against Sybase ASE 15.5 and how well?
- Schema import (there is an existing server running; Hibernate does not even find existing tables.)
- Schema export (maybe for new stuff; Hibernate seems to have no support for UNIVARCHAR)
- stored procedure support
- stored procedure import? (like schema import)
- UNIVARCHAR type support (Hibernate does not per-se generate UNIVARCHAR columns, how about OpenJPA?)
- TEXT type support.
- schema migration including data migration tools
Any other pros/cons?