microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
129 stars 76 forks source link

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 3 years ago

minaksheej commented 3 years ago

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

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Snapshot Code for Reproduce

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

Branch

Your Environment