| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.beans.model | |
| org.aksw.jena_sparql_api.mapper.impl.type | |
| org.aksw.jena_sparql_api.mapper.jpa.metamodel |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityModel |
| Modifier and Type | Field and Description |
|---|---|
protected EntityOps |
MapEntityOps.entityOps |
| Modifier and Type | Method and Description |
|---|---|
EntityOps |
MapEntityOps.getEntityOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntityOps.copy(EntityOps sourceOps,
EntityOps targetOps,
Object fromEntity,
Object toEntity) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
EntityOps.deepCopy(Object entity,
java.util.function.Function<Class<?>,EntityOps> classToOps) |
static Object |
EntityOps.deepCopy(Object entity,
java.util.function.Function<Class<?>,EntityOps> classToOps,
java.util.function.Function<Object,Object> getEntityToClone,
java.util.function.BiConsumer<Object,Object> putEntityToClone) |
static Object |
EntityOps.deepCopy(Object entity,
java.util.function.Function<Class<?>,EntityOps> classToOps,
java.util.function.Function<Object,Object> getEntityToClone,
java.util.function.BiConsumer<Object,Object> putEntityToClone,
java.util.function.Predicate<Object> getIsCopied,
java.util.function.Consumer<Object> setIsCopied) |
static Object |
EntityOps.deepCopy(Object entity,
java.util.function.Function<Class<?>,EntityOps> classToOps,
Set<Object> managedEntities)
Deep copy, with any entity in managedEntities does NOT cause the creation of a clone
For all entities not in the set a clone will be created and added to the set
|
| Constructor and Description |
|---|
MapEntityOps(EntityOps entityOps,
Object entity) |
| Modifier and Type | Field and Description |
|---|---|
protected EntityOps |
RdfClass.entityOps
The affected class (maybe we should use the fully qualified class name instead?)
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<Class<?>,EntityOps> |
RdfTypeFactoryImpl.entityOpsFactory |
protected java.util.function.Function<Class<?>,EntityOps> |
RdfTypeFactoryFactoryBean.entityOpsFactory |
| Modifier and Type | Method and Description |
|---|---|
EntityOps |
RdfClass.getEntityOps() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<Class<?>,EntityOps> |
RdfTypeFactoryImpl.getEntityOpsFactory() |
java.util.function.Function<Class<?>,EntityOps> |
RdfTypeFactoryFactoryBean.getEntityOpsFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected RdfClass |
RdfTypeFactoryImpl.allocateRdfClass(EntityOps entityOps) |
protected void |
RdfTypeFactoryImpl.processProperty(RdfClass rdfClass,
EntityOps entityOps,
PropertyOps pd,
org.aksw.jena_sparql_api.util.frontier.Frontier<RdfClass> frontier) |
protected void |
RdfTypeFactoryImpl.processProperty(RdfClass rdfClass,
EntityOps beanInfo,
PropertyOps pd,
org.apache.jena.rdf.model.Property predicate,
org.aksw.jena_sparql_api.util.frontier.Frontier<RdfClass> frontier) |
| Modifier and Type | Method and Description |
|---|---|
static RdfTypeFactoryImpl |
RdfTypeFactoryImpl.createDefault(org.apache.jena.sparql.core.Prologue prologue,
java.util.function.Function<Class<?>,EntityOps> entityOpsFactory,
org.springframework.core.convert.ConversionService _conversionService) |
void |
RdfTypeFactoryFactoryBean.setEntityOpsFactory(java.util.function.Function<Class<?>,EntityOps> entityOpsFactory) |
| Constructor and Description |
|---|
RdfClass(EntityOps targetClass,
java.util.function.Function<Object,String> defaultIriFn) |
| Constructor and Description |
|---|
RdfTypeFactoryImpl(org.springframework.expression.ExpressionParser parser,
org.springframework.expression.ParserContext parserContext,
org.springframework.expression.EvaluationContext evalContext,
org.apache.jena.datatypes.TypeMapper typeMapper,
org.apache.jena.sparql.core.Prologue prologue,
SparqlRelationParser relationParser,
java.util.function.Function<Class<?>,EntityOps> entityOpsFactory,
org.springframework.core.convert.ConversionService conversionService) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<Class<?>,EntityOps> |
MetamodelGenerator.entityOpsGenerator |
| Constructor and Description |
|---|
MetamodelGenerator(java.util.function.Function<Class<?>,EntityOps> entityOpsGenerator) |
Copyright © 2017. All rights reserved.