Uses of Class
com.buschmais.xo.neo4j.spi.metadata.NodeMetadata
-
Packages that use NodeMetadata Package Description com.buschmais.xo.neo4j.spi com.buschmais.xo.neo4j.spi.helper -
-
Uses of NodeMetadata in com.buschmais.xo.neo4j.spi
Fields in com.buschmais.xo.neo4j.spi with type parameters of type NodeMetadata Modifier and Type Field Description protected XOSession<NodeMetadata<Label>,Label,?,?>AbstractNeo4jRepository. xoSessionMethods in com.buschmais.xo.neo4j.spi that return NodeMetadata Modifier and Type Method Description NodeMetadataAbstractNeo4jMetadataFactory. createEntityMetadata(com.buschmais.xo.api.metadata.reflection.AnnotatedType annotatedType, List<com.buschmais.xo.api.metadata.type.TypeMetadata> superTypes, Map<Class<?>,com.buschmais.xo.api.metadata.type.TypeMetadata> metadataByType)Constructor parameters in com.buschmais.xo.neo4j.spi with type arguments of type NodeMetadata Constructor Description AbstractNeo4jRepository(XOSession<NodeMetadata<Label>,Label,?,?> xoSession) -
Uses of NodeMetadata in com.buschmais.xo.neo4j.spi.helper
Method parameters in com.buschmais.xo.neo4j.spi.helper with type arguments of type NodeMetadata 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)
-