Suppose having an entity class with fields like {{tStart}}, {{tEnd}}, {{ tModif tModify }} y (with second letter in upper case). Having property access type the metamodel generated is missing these attribute.
The error is in method {{org.hibernate.jpamodelgen.util.StringUtil#checkPropertyName}}. 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 access type is FIELD.
|