@SuppressWarnings({ "unchecked", "rawtypes" }) public class ProxyUnwrappingMarshaller<C extends Converter> extends Object implements NameAwareMarshaller, ObjectMarshaller
Unwraps Hibernate proxies with no direct references to the Hibernate APIs
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getElementName(Object o) |
|
public void |
marshalObject(Object object, C converter) |
|
public boolean |
supports(Object object) |