jar

net.coderefactory : neo4j.schema_enforcer

Maven & Gradle

May 19, 2016
2 stars

Neo4j Schema Enforcer · This is a kernel plugin for providing way to enforce schema of nodes with given label

Table Of Contents

Latest Version

Download net.coderefactory : neo4j.schema_enforcer JAR file - Latest Versions:

All Versions

Download net.coderefactory : neo4j.schema_enforcer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window neo4j.schema_enforcer-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.coderefactory.neo4j.schemaenforcer.validation

├─ net.coderefactory.neo4j.schemaenforcer.validation.PropertiesValidator.class - [JAR]

├─ net.coderefactory.neo4j.schemaenforcer.validation.PropertyTypeValidator.class - [JAR]

├─ net.coderefactory.neo4j.schemaenforcer.validation.SchemaViolationException.class - [JAR]

net.coderefactory.neo4j.schemaenforcer

├─ net.coderefactory.neo4j.schemaenforcer.SchemaEnforcerExtension.class - [JAR]

├─ net.coderefactory.neo4j.schemaenforcer.SchemaEnforcerTransactionEventHandler.class - [JAR]

net.coderefactory.neo4j.schemaenforcer.schema

├─ net.coderefactory.neo4j.schemaenforcer.schema.DbSchemaProvider.class - [JAR]

├─ net.coderefactory.neo4j.schemaenforcer.schema.SchemaProvider.class - [JAR]

Advertisement