Search:

Type: Posts; User: wer1; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    784

    Does anybody know how to delete the entries in...

    Does anybody know how to delete the entries in the jpa cross store? I delete my nodes in the graph database with "template.delete()" / "repository.delete()". I don't want to delete all entries.
  2. Replies
    9
    Views
    784

    Thanks for your help. Not I got it. The only...

    Thanks for your help. Not I got it. The only problem is that all attributes of the "File"-class are generated and saved in the sql database. Any ideas for this?
  3. Replies
    9
    Views
    784

    Maybe someone can give me a full example on how...

    Maybe someone can give me a full example on how to persist data in a cross store.
  4. Replies
    9
    Views
    784

    No ideas? can nobody help me?

    No ideas? can nobody help me?
  5. Replies
    9
    Views
    784

    Thanks for your reply. I tried to use separate...

    Thanks for your reply.
    I tried to use separate fields but there is no difference in the database.
  6. Replies
    9
    Views
    784

    And the other source-code: Class of File ...

    And the other source-code:

    Class of File


    import java.io.Serializable;
    import javax.persistence.*;
    import org.springframework.data.annotation.Transient;
    import...
  7. Replies
    9
    Views
    784

    Neo4j Cross-Store - SQL DB empty, no error

    Hi at all,

    I use Neo4j and the Neo4JTemplate to persist my Data.
    I have a class named File. I would like to store the bytes field in an extra SQLite database (or all fields). Bellow you can see...
Results 1 to 7 of 7