Oracle Table to XSD
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
精彩评论