Uses of Class
com.buschmais.xo.neo4j.spi.Neo4jDatastoreSession.Index
-
Packages that use Neo4jDatastoreSession.Index Package Description com.buschmais.xo.neo4j.spi -
-
Uses of Neo4jDatastoreSession.Index in com.buschmais.xo.neo4j.spi
Methods in com.buschmais.xo.neo4j.spi that return types with arguments of type Neo4jDatastoreSession.Index Modifier and Type Method Description Set<Neo4jDatastoreSession.Index>AbstractNeo4jDatastoreSession. getIndexes()Set<Neo4jDatastoreSession.Index>Neo4jDatastoreSession. getIndexes()Method parameters in com.buschmais.xo.neo4j.spi with type arguments of type Neo4jDatastoreSession.Index Modifier and Type Method Description voidAbstractNeo4jDatastoreSession. createIndexes(Set<Neo4jDatastoreSession.Index> indexes)Create the given indexes in the datastore..voidNeo4jDatastoreSession. createIndexes(Set<Neo4jDatastoreSession.Index> indexes)
-