Uses of Class
com.buschmais.xo.neo4j.spi.metadata.PropertyMetadata
-
Packages that use PropertyMetadata Package Description com.buschmais.xo.neo4j.spi com.buschmais.xo.neo4j.spi.helper -
-
Uses of PropertyMetadata in com.buschmais.xo.neo4j.spi
Methods in com.buschmais.xo.neo4j.spi that return PropertyMetadata Modifier and Type Method Description PropertyMetadataAbstractNeo4jMetadataFactory. createPropertyMetadata(com.buschmais.xo.api.metadata.reflection.PropertyMethod propertyMethod)Methods in com.buschmais.xo.neo4j.spi with parameters of type PropertyMetadata Modifier and Type Method Description protected abstract <T> com.buschmais.xo.api.ResultIterable<T>AbstractNeo4jRepository. find(Label label, PropertyMetadata datastoreMetadata, Object datastoreValue) -
Uses of PropertyMetadata in com.buschmais.xo.neo4j.spi.helper
Methods in com.buschmais.xo.neo4j.spi.helper that return PropertyMetadata Modifier and Type Method Description static <L extends Neo4jLabel>
PropertyMetadataMetadataHelper. getIndexedPropertyMetadata(com.buschmais.xo.api.metadata.type.EntityTypeMetadata<NodeMetadata<L>> type, com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata<PropertyMetadata> propertyMethodMetadata)Method parameters in com.buschmais.xo.neo4j.spi.helper with type arguments of type PropertyMetadata Modifier and Type Method Description static <L extends Neo4jLabel>
PropertyMetadataMetadataHelper. getIndexedPropertyMetadata(com.buschmais.xo.api.metadata.type.EntityTypeMetadata<NodeMetadata<L>> type, com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata<PropertyMetadata> propertyMethodMetadata)
-