Skip to content

Ansonator/learning-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpa-demo

Playing with spring-data-rest and JPA.

Mappings

  • Graphs
    • Node: composite key for nodes, surrogate id for edges. bidirectional.
    • NodePk: composite (natural) key for both nodes and edges. bidirectional.
    • NodeCollection: Node owns outgoing edges. Edge links only to target node.

Usage

Generating Server Docs

  1. mvn package
  2. Point browser to file:///C:/Users/.../jpa-demo/target/snippets/docs/index.html
  3. index.adoc

Refs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published