Index

A C E G I N P R S 
All Classes and Interfaces|All Packages

A

ac.simons.neo4j.migrations.annotations.proc - module ac.simons.neo4j.migrations.annotations.proc
 
ac.simons.neo4j.migrations.annotations.proc - package ac.simons.neo4j.migrations.annotations.proc
 

C

CatalogNameGenerator - Interface in ac.simons.neo4j.migrations.annotations.proc
A contract how to generate the filename of the resource any catalog is written to.
ConstraintNameGenerator - Interface in ac.simons.neo4j.migrations.annotations.proc
Generator for constraint names

E

ElementType<ET> - Interface in ac.simons.neo4j.migrations.annotations.proc
The type of an element inside a graph.

G

generateName(Constraint.Type, Collection<PropertyType<?>>) - Method in interface ac.simons.neo4j.migrations.annotations.proc.ConstraintNameGenerator
Generates a name for an index with the given type for the given list of properties.
generateName(Index.Type, Collection<PropertyType<?>>) - Method in interface ac.simons.neo4j.migrations.annotations.proc.IndexNameGenerator
Generates a name for an index with the given type for the given list of properties.
getCatalogName() - Method in interface ac.simons.neo4j.migrations.annotations.proc.CatalogNameGenerator
 
getLabels() - Method in interface ac.simons.neo4j.migrations.annotations.proc.NodeType
The returned list will be sorted, first label is the primary label (the most explicit one declared in with any supported means in a class).
getName() - Method in interface ac.simons.neo4j.migrations.annotations.proc.PropertyType
 
getName() - Method in interface ac.simons.neo4j.migrations.annotations.proc.RelationshipType
 
getOwner() - Method in interface ac.simons.neo4j.migrations.annotations.proc.PropertyType
 
getOwningTypeName() - Method in interface ac.simons.neo4j.migrations.annotations.proc.ElementType
 
getProperties() - Method in interface ac.simons.neo4j.migrations.annotations.proc.ElementType
 
getValue() - Method in interface ac.simons.neo4j.migrations.annotations.proc.SchemaName
 

I

IndexNameGenerator - Interface in ac.simons.neo4j.migrations.annotations.proc
Generator for index names.

N

NodeType - Interface in ac.simons.neo4j.migrations.annotations.proc
Describing a node.

P

PropertyType<OT> - Interface in ac.simons.neo4j.migrations.annotations.proc
Describes the property of a node or relationship.

R

RelationshipType - Interface in ac.simons.neo4j.migrations.annotations.proc
Represents a relationship type

S

SchemaName - Interface in ac.simons.neo4j.migrations.annotations.proc
Schema element describing a graph.
A C E G I N P R S 
All Classes and Interfaces|All Packages