所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cc.vihackerframework.core.elasticsearch.base.BaseElasticsearchDao<T>
- cc.vihackerframework.core.elasticsearch.config.ElasticsearchApplicationListener (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)
- cc.vihackerframework.core.elasticsearch.base.ElasticsearchService
- cc.vihackerframework.core.elasticsearch.base.ESPageRequest
- cc.vihackerframework.core.elasticsearch.base.ESPageResult<T>
- cc.vihackerframework.core.elasticsearch.base.ESSort
- cc.vihackerframework.core.elasticsearch.base.ESSort.ESOrder (implements java.io.Serializable)
- cc.vihackerframework.core.elasticsearch.configure.ViHackerElasticSearchAutoConfiguration
- cc.vihackerframework.core.elasticsearch.props.ViHackerElasticSearchProperties
- cc.vihackerframework.core.elasticsearch.props.ViHackerElasticSearchProperties.Account
- cc.vihackerframework.core.elasticsearch.props.ViHackerElasticSearchProperties.Index
注释类型分层结构
- cc.vihackerframework.core.elasticsearch.annotation.ESDocument (implements java.lang.annotation.Annotation)
- cc.vihackerframework.core.elasticsearch.annotation.ESField (implements java.lang.annotation.Annotation)
- cc.vihackerframework.core.elasticsearch.annotation.ESId (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cc.vihackerframework.core.elasticsearch.enums.ESFieldType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)