类分层结构
- java.lang.Object
- org.springframework.jdbc.support.JdbcAccessor (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.jdbc.core.JdbcTemplate (implements org.springframework.jdbc.core.JdbcOperations)
- xyz.hellothomas.jedi.client.persistence.JdbcTemplatePersistenceService (implements org.springframework.context.ApplicationContextAware, xyz.hellothomas.jedi.client.persistence.PersistenceService)
- xyz.hellothomas.jedi.client.persistence.JediPersistentCallable<V> (implements java.util.concurrent.Callable<V>)
- xyz.hellothomas.jedi.client.persistence.NullPersistentService (implements xyz.hellothomas.jedi.client.persistence.PersistenceService)
接口分层结构
Copyright © 2022 hellothomas. All rights reserved.