Uses of Class
com.buschmais.xo.neo4j.spi.metadata.IndexedPropertyMetadata
Packages that use IndexedPropertyMetadata
-
Uses of IndexedPropertyMetadata in com.buschmais.xo.neo4j.spi
Methods in com.buschmais.xo.neo4j.spi that return IndexedPropertyMetadataModifier and TypeMethodDescriptionAbstractNeo4jMetadataFactory.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 IndexedPropertyMetadataModifier and TypeMethodDescriptioncom.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata>NodeMetadata.getUsingIndexedPropertyOf()Constructor parameters in com.buschmais.xo.neo4j.spi.metadata with type arguments of type IndexedPropertyMetadataModifierConstructorDescriptionNodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable)