I download spring-data-orientdb project and able to use Object 
Repository,template etc use case. Can anyone share the implementation for 
OrientGraphTemplat.
I want to use repository features for Graph. it will be very help full if 
anyone can share or help me to write one. 

How to write similar code for Graph template?? 

public class OrientObjectTemplate extends AbstractOrientOperations<Object> 
implements OrientObjectOperations {

    public OrientObjectTemplate(OrientObjectDatabaseFactory dbf) {
        super(dbf);
    }

    @Override
    public OObjectDatabaseTx getObjectDatabase() {
        return (OObjectDatabaseTx)dbf.db();
    }


-- 

--- 
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/d/optout.

Reply via email to