Uses of Class
com.buschmais.xo.neo4j.spi.metadata.IndexedPropertyMetadata
-
Packages that use IndexedPropertyMetadata Package Description com.buschmais.xo.neo4j.spi com.buschmais.xo.neo4j.spi.metadata -
-
Uses of IndexedPropertyMetadata in com.buschmais.xo.neo4j.spi
Methods in com.buschmais.xo.neo4j.spi that return IndexedPropertyMetadata Modifier and Type Method Description IndexedPropertyMetadataAbstractNeo4jMetadataFactory. createIndexedPropertyMetadata(com.buschmais.xo.api.metadata.reflection.PropertyMethod propertyMethod) -
Uses of IndexedPropertyMetadata in com.buschmais.xo.neo4j.spi.metadata
Methods in com.buschmais.xo.neo4j.spi.metadata that return types with arguments of type IndexedPropertyMetadata Modifier and Type Method Description com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata>NodeMetadata. getUsingIndexedPropertyOf()Constructor parameters in com.buschmais.xo.neo4j.spi.metadata with type arguments of type IndexedPropertyMetadata Constructor Description NodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable)
-