springboot-jpa-restful 使用Java JEE Spring Boot的Simm Restful Service API 数据库= H2(在内存数据库中) JPA访问数据库 克隆项目并使用8055端口运行 CriteriaBuilder qb = entityManager . getCriteriaBuilder(); CriteriaQuery< Long> cq = qb . createQuery( Long . class); cq . select(qb . count(cq . from( MyEntity . class))); cq . where(