Hi i am trying to reverse engineering with my oracle database but have a small problem that hibernate generates classnames in a unwanted encoding. for example if table name "KKYAGI"
my classname is "KkyAgı" here the "ı" is problem for me i want it as "KkyAgi". I know we can create a custom reverse engineering strategy with hibernate tools but i could not manage to do with netbeans.
is there a easy way to do that or if i have to use hibernatetools anyone can help me with netbeans? Thank you.