类分层结构
- java.lang.Object
- net.qimooc.commons.entity.utils.ArrayAttributeConverter<T> (implements javax.persistence.AttributeConverter<X,Y>)
- net.qimooc.commons.entity.utils.MapListAttributeConverter
- net.qimooc.commons.entity.utils.StringListAttributeConverter
- net.qimooc.commons.entity.utils.MapAttributeConverter (implements javax.persistence.AttributeConverter<X,Y>)
- net.qimooc.commons.entity.utils.ObjectAttributeConverter<T> (implements javax.persistence.AttributeConverter<X,Y>)
- net.qimooc.commons.entity.utils.ArrayAttributeConverter<T> (implements javax.persistence.AttributeConverter<X,Y>)
接口分层结构
- net.qimooc.commons.entity.utils.Customizer<T>