Currently I'm using hyperjaxb3 to generate java classes from XSD which i use for DB schema. every time i generate java classes it creates a variable called HJID and this HJID is considered as primary key by default. i don't want to use this HJID as primary key as i want to create my own primary key.
can any one let me know the changes i need to do in my XSD to override the HJID ?
You can mark an existing field as ID, if this is what you want.
http://confluence.highsource.org/display/HJ3/Customization+Guide#CustomizationGuide-Selectingtheidentifierproperty
Disclaimer: I'm the author.