Package science.aist.neo4j.reflective
Class MapRelationshipInformation
- java.lang.Object
-
- science.aist.neo4j.reflective.FieldInformation
-
- science.aist.neo4j.reflective.RelationshipInformation
-
- science.aist.neo4j.reflective.KeyRelationshipInformation
-
- science.aist.neo4j.reflective.MapRelationshipInformation
-
public class MapRelationshipInformation extends KeyRelationshipInformation
Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on a Map relationshipMap<Key, NODE>
where the Key will be moved into aMapRelationship
.- Since:
- 1.0
- Author:
- Oliver Krauss
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class science.aist.neo4j.reflective.RelationshipInformation
RelationshipInformation.Direction
-
-
Field Summary
-
Fields inherited from class science.aist.neo4j.reflective.KeyRelationshipInformation
endNodeClass, inverted, keyClass, managers, relationshipSyncField, startNodeClass
-
Fields inherited from class science.aist.neo4j.reflective.RelationshipInformation
bulk, direction, targetClassInformation, type
-
Fields inherited from class science.aist.neo4j.reflective.FieldInformation
converter, field, fieldClass, getter, logger, map, name, setter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(Object object)
Returns the field value as database value!-
Methods inherited from class science.aist.neo4j.reflective.KeyRelationshipInformation
addManager, getSync, set, setManagers
-
Methods inherited from class science.aist.neo4j.reflective.RelationshipInformation
getDirection, getTargetClassInformation, getTargetClassInformation, getType, isBulk, setTargetClassInformation
-
Methods inherited from class science.aist.neo4j.reflective.FieldInformation
getField, getName, isMap, prepareForDb
-
-
-
-
Method Detail
-
get
public Object get(Object object)
Description copied from class:FieldInformation
Returns the field value as database value!- Overrides:
get
in classFieldInformation
- Parameters:
object
- to be returned from- Returns:
- value the field has as is (can be null)
-
-