As mentioned earlier, some SQL might not be generated from the static generator (for example, dynamic JPQL).
正如前面提到过的,静态生成器可能不会生成某些SQL(例如,动态JPQL)。
At this point, you should have successfully bound to the database the SQL statements that were missing during the generation time using static generator.
此时,您应该已经将使用静态生成器生成时遗漏的sql语句成功绑定到数据库。
The JPA utility used to collect SQL statements is called the static generator and is invoked using wsdb2gen in your % WAS_HOME % \ bin directory, as shown in Figure 3.
用于收集sql语句的jpa实用工具称为静态生成器,并使用% WAS_HOME % \ bin目录中的wsdb2gen进行调用,如图3所示。
应用推荐