We are using the menu option MyEclipse/Generate POJO’s to generate the java objects from our hibernate mapping files. If boolean properties are used within a mapping file, I would expect that the generator creates an “isXXX()” method as the getter method for this field (just to be compliant to the Java Beans specification). Instead the generator just creates “getXXX()” methods for them. Could this be fixed in a future release?