Hi!
I'm new here and this is my first post =D
Here is my question:
Is it possible to generate composite-id classes (*VOId.java) but instead of creating separate files, include the code inside its parent class?
ie: Hibernate Code Generation spitted out CatVetVO.java and CarVetVOId.java. Is there a way of telling Code generation to include the classes, properties etc of the CarVetVOId.java inside CatVetVo.java automatically?
I'm asking this because here where I work all VOs include its composite-id classes in the same file.
Thanks!
|