public class ReflectionJoinStatementGenerator extends Object implements RushJoinStatementGenerator
RushJoinStatementGenerator.Callback
Constructor and Description |
---|
ReflectionJoinStatementGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
createJoins(List<RushJoin> joins,
RushJoinStatementGenerator.Callback callback,
Map<Class<? extends Rush>,AnnotationCache> annotationCache) |
void |
deleteAll(Class<? extends Rush> parent,
String field,
Class<? extends Rush> child,
String id,
RushJoinStatementGenerator.Callback callback,
Map<Class<? extends Rush>,AnnotationCache> annotationCache) |
void |
deleteJoins(List<RushJoin> joins,
RushJoinStatementGenerator.Callback callback,
Map<Class<? extends Rush>,AnnotationCache> annotationCache) |
public void createJoins(List<RushJoin> joins, RushJoinStatementGenerator.Callback callback, Map<Class<? extends Rush>,AnnotationCache> annotationCache)
createJoins
in interface RushJoinStatementGenerator
public void deleteJoins(List<RushJoin> joins, RushJoinStatementGenerator.Callback callback, Map<Class<? extends Rush>,AnnotationCache> annotationCache)
deleteJoins
in interface RushJoinStatementGenerator
public void deleteAll(Class<? extends Rush> parent, String field, Class<? extends Rush> child, String id, RushJoinStatementGenerator.Callback callback, Map<Class<? extends Rush>,AnnotationCache> annotationCache)
deleteAll
in interface RushJoinStatementGenerator
Copyright © 2017. All rights reserved.