I am using structure data type from C++ *.idl file and converting it to generated java class. It's generating java classed but it is not implementing equal to and hash method .. so i am not able to use them to compare.
Ex : i want to use them in a set (which should not support duplicate) as no equals and hashCode so its allowing duplicate entry.
Can any one help me on this. Any way to generate (how to support generating) java classes with equals and hasecode