Suppose having an Entity entity class with fields like these {{tStart}}, {{tEnd}}, {{tModif}}y (with secod second letter in UpperCase upper case ) : tStart, tEnd, tModify, etc . .. If you have accessType PROPERTY Having property access type the Metamodel metamodel generated is missing these attribute . The error is in method {{ org.hibernate.jpamodelgen.util.StringUtil#checkPropertyName the }}. The method " {{ gettStart " }} is the correct getter method for property {{ tStart }} (see javabeans spec) , but the check fail to recognize it . The metamodel is generated correctly if the accessType access type is FIELD .
|