类分层结构
- java.lang.Object
- org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider (implements org.springframework.core.env.EnvironmentCapable, org.springframework.context.ResourceLoaderAware)
- org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- com.github.bingoohuang.cqler.ClusterFactory
- com.github.bingoohuang.cqler.CqlerFactory
- com.github.bingoohuang.cqler.spring.CqlerFactoryBean<T> (implements org.springframework.beans.factory.FactoryBean<T>)
- com.github.bingoohuang.cqler.spring.CqlerScannerConfigurer (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean)
- com.github.bingoohuang.cqler.spring.CqlerScannerRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- com.github.bingoohuang.cqler.impl.CqlInvocationHandler (implements java.lang.reflect.InvocationHandler)
- com.github.bingoohuang.cqler.impl.CqlParser
- com.github.bingoohuang.cqler.domain.Keyspace
注释类型分层结构
- com.github.bingoohuang.cqler.annotations.Cqler (implements java.lang.annotation.Annotation)
- com.github.bingoohuang.cqler.annotations.Cql (implements java.lang.annotation.Annotation)
- com.github.bingoohuang.cqler.spring.CqlerScan (implements java.lang.annotation.Annotation)
Copyright © 2017. All rights reserved.