|
Spring Data Neo4j | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.neo4j.mapping.RelationshipInfo
public class RelationshipInfo
| Constructor Summary | |
|---|---|
RelationshipInfo(String type,
org.neo4j.graphdb.Direction direction,
TypeInformation<?> typeInformation,
TypeInformation<?> concreteActualType,
Neo4jMappingContext ctx)
|
|
| Method Summary | |
|---|---|
static RelationshipInfo |
fromField(Field field,
RelatedTo annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
|
static RelationshipInfo |
fromField(Field field,
RelatedToVia annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
|
static RelationshipInfo |
fromField(Field field,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
|
org.neo4j.graphdb.Direction |
getDirection()
|
org.neo4j.graphdb.RelationshipType |
getRelationshipType()
|
Neo4jPersistentEntity |
getTargetEntity()
|
TypeInformation<?> |
getTargetType()
|
String |
getType()
|
boolean |
isCollection()
|
boolean |
isReadonly()
|
boolean |
isRelatedTo()
|
boolean |
isRelatedToVia()
|
boolean |
isSingle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelationshipInfo(String type,
org.neo4j.graphdb.Direction direction,
TypeInformation<?> typeInformation,
TypeInformation<?> concreteActualType,
Neo4jMappingContext ctx)
| Method Detail |
|---|
public org.neo4j.graphdb.Direction getDirection()
public String getType()
public org.neo4j.graphdb.RelationshipType getRelationshipType()
public boolean isCollection()
public boolean isSingle()
public static RelationshipInfo fromField(Field field,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
public static RelationshipInfo fromField(Field field,
RelatedTo annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
public static RelationshipInfo fromField(Field field,
RelatedToVia annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx)
public TypeInformation<?> getTargetType()
public boolean isRelatedTo()
public boolean isRelatedToVia()
public boolean isReadonly()
public Neo4jPersistentEntity getTargetEntity()
|
Spring Data Neo4j | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||