Implement schema load strategy
nikitawootten opened this issue · 0 comments
nikitawootten commented
Implement schema load strategy similar to the spring data ogm load strategy. This strategy should generate queries based off of schema to improve speed instead of using generic queries like path load strategy. Please reference the java ogm for this