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

com.buschmais.xo.neo4j.remote.impl.model.state.RelationshipState Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.neo4j.remote.impl.model.state;

import java.util.Map;

public class RelationshipState extends AbstractPropertyContainerState {

    public RelationshipState() {
        super(null);
    }

    public RelationshipState(Map readCache) {
        super(readCache);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy