Class PassThruWrapper<V>

java.lang.Object
org.hibernate.models.internal.jdk.PassThruWrapper<V>
All Implemented Interfaces:
ValueWrapper<V,V>

public class PassThruWrapper<V> extends Object implements ValueWrapper<V,V>
Common ValueWrapper support for implementations with the same raw and wrapped form (Byte, Boolean, etc.) as opposed to ClassDetails, AnnotationUsage, etc.