Package-level declarations

Types

Link copied to clipboard
interface CpgCompositeConverter<A> : CompositeAttributeConverter<A>
Link copied to clipboard

This converter converts a Granularity into a string-based representation in Neo4J.

Link copied to clipboard

This class converts a PhysicalLocation into the necessary composite attributes when persisting a node into a Neo4J graph database.

Link copied to clipboard

This converter can be used in a Neo4J session to persist the Name class into its components:

Link copied to clipboard
class SimpleNameConverter : AttributeConverter<Name, String>

This converter converts a Name into a single String (in contrast to the NameConverter, which splits it up into several properties).