spring-data-gremlin
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.
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: