org.jinq.jpa.transform.LambdaAnalysisFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jinq-jpa Show documentation
Show all versions of jinq-jpa Show documentation
Jinq functional-style queries for JPA
package org.jinq.jpa.transform;
public class LambdaAnalysisFactory
{
public LambdaInfo extractSurfaceInfo(Object lambda, int lambdaIndex, boolean throwExceptionOnFailure)
{
return LambdaInfo.analyze(lambda, lambdaIndex, throwExceptionOnFailure);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy