linq icon indicating copy to clipboard operation
linq copied to clipboard

linq 语言集成查询,像Stream API一样

Results 3 linq issues
Sort by recently updated
recently updated
newest added

list.forEach(one->{JpaUtil.linq}); 改成 list.parallelStream().forEach(one->{JpaUtil.linq});

Bumps [h2](https://github.com/h2database/h2database) from 1.4.194 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

java.lang.NullPointerException: Cannot invoke "org.malagu.linq.strategy.GetEntityManagerFactoryStrategy.getEntityManagerFactory(java.lang.Class)" because "org.malagu.linq.JpaUtil.getEntityManagerFactoryStrategy" is null at org.malagu.linq.JpaUtil.getEntityManager(JpaUtil.java:499) at org.malagu.linq.lin.impl.LinImpl.(LinImpl.java:58) at org.malagu.linq.lin.impl.LinqImpl.(LinqImpl.java:50) at org.malagu.linq.lin.impl.LinqImpl.(LinqImpl.java:46) at org.malagu.linq.JpaUtil.linq(JpaUtil.java:64) at com.serotech.jcserver.app.client.service.UserService.getUsers(UserService.java:25) at com.serotech.jcserver.app.client.service.UserService$$FastClassBySpringCGLIB$$4ee9d151.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)...