Class NodeMetadata<L extends Neo4jLabel>
- java.lang.Object
-
- com.buschmais.xo.neo4j.spi.metadata.NodeMetadata<L>
-
- All Implemented Interfaces:
com.buschmais.xo.api.metadata.type.DatastoreEntityMetadata<L>
public class NodeMetadata<L extends Neo4jLabel> extends Object implements com.buschmais.xo.api.metadata.type.DatastoreEntityMetadata<L>
-
-
Constructor Summary
Constructors Constructor Description NodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetDiscriminator()com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata>getUsingIndexedPropertyOf()booleanisBatchable()
-
-
-
Constructor Detail
-
NodeMetadata
public NodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable)
-
-
Method Detail
-
getDiscriminator
public L getDiscriminator()
- Specified by:
getDiscriminatorin interfacecom.buschmais.xo.api.metadata.type.DatastoreEntityMetadata<L extends Neo4jLabel>
-
getUsingIndexedPropertyOf
public com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> getUsingIndexedPropertyOf()
-
isBatchable
public boolean isBatchable()
-
-