문제

I need to be able to retrieve database information from any type of database and return this information via a restful service (using Glassfish and JAX-RS).

The information I need includes:

  • Database names
  • Table names
  • Column names and properties

I am currently looking into DatabaseMetaData and seems to provide what I require.

However, I wanted to check if there are alternatives I should be considering (such as JPA2).

Any pointers would be appreciated

도움이 되었습니까?

해결책

I settled on using SchemaCrawler. It is highly configurable and provides me with everything I need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top