Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Hi, I am new to spring data gremlin. When I am saving my vertex domain entity in database using repository , its add "_classname" field with full class path. I want to know what is the usecase of this? can we stop making spring to insert it . Any help will be really appreciated. #281

Open
minaksheej opened this issue Mar 12, 2021 · 0 comments

Comments

@minaksheej
Copy link

Your issue may already be reported! Please search before creating a new one.

Expected Behavior

  • placeholder

Current Behavior

  • placeholder

Possible Solution

  • placeholder

Steps to Reproduce (for bugs)

  • step-1
  • step-2
  • ...

Snapshot Code for Reproduce

@SpringBootApplication
public class Application {
    public static void main(String... args) {
        SpringApplication.run(Application.class, args);
    }
}

Branch

  • placeholder

Your Environment

  • Version used:
  • Operating System and version (desktop or mobile):
  • SDK version:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant