If you add --package java.lang to your jcc invocation, the getRelationShips() methods do get wrapped.

As suspected, the pre-1.5 building blocks theory seems to be at work here.
For example, the getRelationShips(RelationShipType... types) method gets wrapped as taking a RelationShipType array.

java::lang::Iterable Node::getRelationships(const 
JArray<org::neo4j::api::core::RelationshipType>& a0) const
{
    return java::lang::Iterable(env->callObjectMethod(this$, 
mids$[mid_getRelationships_5b47f265], a0.this$));
}

Cool :)

Andi..

Reply via email to