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