#10: Retrofit RelationshipType
--------------------------+-------------------------------------------------
 Reporter:  emil          |       Owner:  emil   
     Type:  bug report    |      Status:  new    
 Priority:  major         |   Milestone:  neo-1.0
Component:  neo-core api  |    Keywords:         
--------------------------+-------------------------------------------------
 So it turns out that we need to support dynamically created relationship
 types. The Neo kernel has always supported this, but when we updated the
 API to Java 5 goodness, we opted for using enums for relationship types.
 This is awesome for compile-time checking, but sort of locks us in to
 defining all our relationship types at development time. This is fine for
 most cases, but sometimes you want to create relationship types at
 runtime.

 Make a good API for this.

 This should '''definitely''' be part of 1.0 since it might require some
 slight API incompatible changes.

-- 
Ticket URL: <https://trac.neo4j.org/ticket/10>
neo4j.org <http://trac.neo4j.org/>
The Neo4J.org Issue Tracker
_______________________________________________
Neo mailing list
[email protected]
http://lists.neo4j.org/mailman/listinfo/user

Reply via email to