Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
136 stars 26 forks source link

Added keyValues for addFramedVertex with class type #56

Closed killje closed 5 years ago

killje commented 5 years ago

--------------------------------------------------------

feat(internal): Added keyValues for addFramedVertex with class type

Added the function <T> T addFramedVertex(final Class<T> kind, final Object... keyValues) as a way to add key values to vertex elements. This includes tests for this new function.

--------------------------------------------------------

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #56      +/-   ##
============================================
+ Coverage     84.57%   84.58%   +0.01%     
- Complexity      457      458       +1     
============================================
  Files            31       31              
  Lines          1426     1427       +1     
  Branches        292      292              
============================================
+ Hits           1206     1207       +1     
  Misses           71       71              
  Partials        149      149
Impacted Files Coverage Δ Complexity Δ
...java/com/syncleus/ferma/DelegatingFramedGraph.java 94.77% <100%> (+0.03%) 59 <1> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9bec6c...62a5007. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #56      +/-   ##
============================================
+ Coverage     84.57%   84.58%   +0.01%     
- Complexity      457      458       +1     
============================================
  Files            31       31              
  Lines          1426     1427       +1     
  Branches        292      292              
============================================
+ Hits           1206     1207       +1     
  Misses           71       71              
  Partials        149      149
Impacted Files Coverage Δ Complexity Δ
...java/com/syncleus/ferma/DelegatingFramedGraph.java 94.77% <100%> (+0.03%) 59 <1> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9bec6c...62a5007. Read the comment docs.

freemo commented 5 years ago

Looks good to me, I will merge.