spring-data-gremlin icon indicating copy to clipboard operation
spring-data-gremlin copied to clipboard

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.

Open minaksheej opened this issue 4 years ago • 0 comments

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:

minaksheej avatar Mar 12 '21 07:03 minaksheej