Class MetadataHelper
- java.lang.Object
-
- com.buschmais.xo.neo4j.spi.helper.MetadataHelper
-
public class MetadataHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <L extends Neo4jLabel>
PropertyMetadatagetIndexedPropertyMetadata(com.buschmais.xo.api.metadata.type.EntityTypeMetadata<NodeMetadata<L>> type, com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata<PropertyMetadata> propertyMethodMetadata)
-
-
-
Method Detail
-
getIndexedPropertyMetadata
public static <L extends Neo4jLabel> PropertyMetadata getIndexedPropertyMetadata(com.buschmais.xo.api.metadata.type.EntityTypeMetadata<NodeMetadata<L>> type, com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata<PropertyMetadata> propertyMethodMetadata)
-
-