Skip to content

Commit

Permalink
Upgrade to EclipseLink 4. Remove obsolete JmixIsNullExpressionOperato…
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaimanov committed May 17, 2023
1 parent 66d7db0 commit b3a779d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import io.jmix.eclipselink.impl.JmixPersistenceProvider;
import jakarta.persistence.spi.PersistenceProvider;
import org.eclipse.persistence.config.SessionCustomizer;
import org.eclipse.persistence.expressions.ExpressionOperator;
import org.eclipse.persistence.internal.sessions.AbstractSession;
import org.eclipse.persistence.sessions.Session;
import org.eclipse.persistence.sessions.coordination.CommandProcessor;
Expand Down Expand Up @@ -61,9 +60,6 @@ public JmixEclipseLinkJpaVendorAdapter(Environment environment,
this.sessionEventListener = sessionEventListener;
this.transportManagerProvider = transportManagerProvider;

//may be obsolete since eclipselink 4 because platform operations have priority over user-defined operations.
ExpressionOperator.addOperator(new JmixIsNullExpressionOperator(metadataTools));

setGenerateDdl(false);
setShowSql(true);
}
Expand Down

0 comments on commit b3a779d

Please sign in to comment.