开发者

Oracle Table to XSD

开发者 https://www.devze.com 2023-01-12 13:25 出处:网络
How do I create XSD from an Oracle Table? Are there any tools available f开发者_如何学JAVAor this?One way.

How do I create XSD from an Oracle Table? Are there any tools available f开发者_如何学JAVAor this?


One way.

You can create POJO from Database in hibernate in java. Then from java Pojos you can create XSD. using schemagen.

DB -> POJO -> Schemagen

0

精彩评论

暂无评论...
验证码 换一张
取 消