public class OverrideViaAnnotationRequest
extends java.lang.Object
| Constructor and Description |
|---|
OverrideViaAnnotationRequest(java.lang.Class<?> requestedEntity,
java.lang.Boolean parentExcluded,
DynamicEntityDao dynamicEntityDao,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
DynamicEntityDao |
getDynamicEntityDao() |
java.lang.Boolean |
getParentExcluded() |
java.lang.String |
getPrefix() |
java.lang.Class<?> |
getRequestedEntity() |
public OverrideViaAnnotationRequest(java.lang.Class<?> requestedEntity,
java.lang.Boolean parentExcluded,
DynamicEntityDao dynamicEntityDao,
java.lang.String prefix)
public java.lang.Class<?> getRequestedEntity()
public java.lang.Boolean getParentExcluded()
public DynamicEntityDao getDynamicEntityDao()
public java.lang.String getPrefix()
Copyright © 2018. All Rights Reserved.