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
ConstructorsConstructorDescriptionNodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable) -
Method Summary
Modifier and TypeMethodDescriptioncom.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata>boolean
-
Constructor Details
-
NodeMetadata
public NodeMetadata(L label, com.buschmais.xo.api.metadata.method.IndexedPropertyMethodMetadata<IndexedPropertyMetadata> usingIndexedPropertyOf, boolean batchable)
-
-
Method Details
-
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()
-