Class EntityInstanceWithSource

java.lang.Object
org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource

@API(status=INTERNAL, since="6.1.2") public final class EntityInstanceWithSource extends Object
Used to keep the raw result around in case of a DTO based projection so that missing properties can be filled later on.
Author:
Michael J. Simons
  • Method Details

    • decorateMappingFunction

      public static BiFunction<org.neo4j.driver.types.TypeSystem,org.neo4j.driver.types.MapAccessor,?> decorateMappingFunction(BiFunction<org.neo4j.driver.types.TypeSystem,org.neo4j.driver.types.MapAccessor,?> target)
    • getEntityInstance

      public Object getEntityInstance()
    • getTypeSystem

      public org.neo4j.driver.types.TypeSystem getTypeSystem()
    • getSourceRecord

      public org.neo4j.driver.types.MapAccessor getSourceRecord()