类分层结构
- java.lang.Object
- org.hibernate.type.AbstractStandardBasicType<T> (implements org.hibernate.type.BasicType, org.hibernate.type.ProcedureParameterExtractionAware<T>, org.hibernate.type.ProcedureParameterNamedBinder, org.hibernate.type.StringRepresentableType<T>)
- org.hibernate.type.AbstractSingleColumnStandardBasicType<T> (implements org.hibernate.type.SingleColumnType<T>)
- com.github.mengweijin.quickboot.jpa.TrimStringType (implements org.hibernate.type.DiscriminatorType<T>)
- org.hibernate.type.descriptor.java.AbstractTypeDescriptor<T> (implements org.hibernate.type.descriptor.java.BasicJavaDescriptor<T>, java.io.Serializable)
- com.github.mengweijin.quickboot.jpa.AuditorAwareImpl (implements org.springframework.data.domain.AuditorAware<T>)
- com.github.mengweijin.quickboot.jpa.BaseEntity
- org.hibernate.transform.BasicTransformerAdapter (implements org.hibernate.transform.ResultTransformer)
- org.hibernate.transform.AliasedTupleSubsetResultTransformer (implements org.hibernate.transform.TupleSubsetResultTransformer)
- com.github.mengweijin.quickboot.jpa.JpaConfig
Copyright © 2020. All rights reserved.