文章列表
i use hibernate-jpamodelgen-1.2.0.Final.jar tool in javaee6 Environment to produce Meta Model class.
but when i test
*/
public static void main(String[] args) {
System.out.println(Models_.modelName);
} why i get null?
myrun Environment is
hibernate-commons-annotations-4.0.2. ...