public interface UnenhanceStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> T |
unenhanceObject(T object,
Type<T> type) |
<T> Type<T> |
unenhanceType(T object,
Type<T> type)
Should return the unenhanced type to be used when determining attribute
mapping information for the type.
|
Copyright © 2016 Glasnost. All rights reserved.