| Package | Description |
|---|---|
| com.impetus.kundera.graph | |
| com.impetus.kundera.metadata.model | |
| com.impetus.kundera.persistence |
| Modifier and Type | Field and Description |
|---|---|
private Relation.ForeignKey |
NodeLink.multiplicity |
| Modifier and Type | Method and Description |
|---|---|
Relation.ForeignKey |
NodeLink.getMultiplicity() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeLink.setMultiplicity(Relation.ForeignKey multiplicity) |
| Modifier and Type | Field and Description |
|---|---|
private Relation.ForeignKey |
Relation.type
The type.
|
| Modifier and Type | Method and Description |
|---|---|
Relation.ForeignKey |
Relation.getType()
Gets the type.
|
static Relation.ForeignKey |
Relation.ForeignKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relation.ForeignKey[] |
Relation.ForeignKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Relation(Field property,
Class<?> targetEntity,
Class<?> propertyType,
javax.persistence.FetchType fetchType,
List<javax.persistence.CascadeType> cascades,
boolean optional,
String mappedBy,
Relation.ForeignKey type)
Specifies the type of the metadata.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractEntityReader.onRelation(Object entity,
Map<String,Object> relationsMap,
EntityMetadata m,
PersistenceDelegator pd,
Relation relation,
Relation.ForeignKey relationType,
boolean lazilyloaded,
Map<Object,Object> relationStack)
Parse over each relation of fetched entity.
|
Copyright © 2015. All Rights Reserved.