All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apoc.meta.ConstraintTracker Maven / Gradle / Ivy

There is a newer version: 5.25.1
Show newest version
package apoc.meta;

import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class ConstraintTracker {
    // The following maps are (label|rel-type)/constraintdefinition entries

    public static final Map> relConstraints = new HashMap<>(20);
    public static final Map> nodeConstraints = new HashMap<>(20);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy