I have to explain what I'm trying to do, I guess.

I have a number of classes, all inherit Vertex.
    MACAddress,
    IPAddress,
    WebHost,
    ChatID,
    SocialSecurityNumber,
    EmailAddress,
    Name,
    PhoneNumber,
    UKNationalInsuranceNumber,
    X509CertificateHash,
    PostalAddress,
    CreditCardNumber,
    VOIPEndpoint;

All of those classes I intend to store in different clusters. Let's say 
each cluster is a user defined case in our software.
E.g. case1, case2 etc.

I want to be able to query nodes (vertices) by class name, for example I 
want to get all IPAddresses, but also I want to be able to query all nodes 
that are in case1.
I think this is absolutely possible, according documentation I read, is it?

Thanks!

-Andrey  

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to