| 接口 | 说明 |
|---|---|
| FieldHelper.IFieldHelper |
Field接口
|
| InFlightMetadataCollector |
An in-flight representation of Metadata while Metadata is being built.
|
| InFlightMetadataCollector.DelayedPropertyReferenceHandler | |
| ManagedResources |
Represents the result of the first step of the process of building
org.hibernate.boot.MetadataSources
reference into a org.hibernate.boot.Metadata reference. |
| MappingDefaults |
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
|
| Metadata |
Represents the ORM model as determined from all provided mapping sources.
|
| MetadataBuildingContext |
Describes the context in which the process of building Metadata out of MetadataSources occurs.
|
| MetadataBuildingOptions |
Describes the options used while building the Metadata object (during
org.hibernate.boot.MetadataBuilder#build() processing). |
| MetadataSourceProcessor |
Defines the steps in processing metadata sources.
|
| ScanEnvironment |
Describes the environment in which the scan will occur.
|
| 类 | 说明 |
|---|---|
| AnnotationBinder |
JSR 175 annotation binder which reads the annotations from classes, applies the
principles of the EJB3 spec and produces the Hibernate configuration-time metamodel
(the classes in the
org.hibernate.mapping package)
Some design description
I tried to remove any link to annotation except from the 2 first level of
method call. |
| AnnotationMetadataSourceProcessorImpl | |
| BasicTypeRegistration | |
| EntityBinder |
Stateful holder and processor for binding Entity information
|
| EntityColumn |
数据库表对应的列
|
| EntityField |
封装字段和方法,统一调用某些方法
|
| EntityHelper |
实体类工具类 - 处理实体和数据库表以及字段关键的一个类
项目地址 : https://github.com/abel533/Mapper
|
| EntityTable |
数据库表
|
| FieldHelper |
类字段工具类
|
| FieldHelper.Jdk6_7FieldHelper |
支持jdk6,7
|
| FieldHelper.Jdk8FieldHelper |
支持jdk8
|
| IdentifierGeneratorDefinition |
Identifier generator definition, should be immutable.
|
| IdentifierGeneratorDefinition.Builder | |
| InFlightMetadataCollectorImpl |
The implementation of the in-flight Metadata collector contract.
|
| InheritanceState |
Some extra data to the inheritance position of a class.
|
| ManagedResourcesImpl | |
| MappingDefaultsImpl | |
| MetadataBuildingContextRootImpl | |
| MetadataBuildingProcess |
Represents the process of of transforming a
org.hibernate.boot.MetadataSources
reference into a org.hibernate.boot.Metadata reference. |
| MetadataImpl |
Container for configuration data collected during binding the metamodel.
|
| MetadataSources |
Entry point into working with sources of metadata information (mapping XML, annotations).
|
| ModelProxy<T> |
封装实体类和对应的statement
|
| SimpleMetadataSourceProcessorImpl | |
| StandardScanEnvironmentImpl |
Implementation of ScanEnvironment leveraging a JPA deployment descriptor.
|
| 枚举 | 说明 |
|---|---|
| AnnotatedClassType |
Type of annotation of a class will give its type
|
| DuplicateMappingException.Type |
Enumeration of the types of things that can be duplicated.
|
| MetadataSourceType |
Enumeration of the types of sources of mapping metadata
|
| 异常错误 | 说明 |
|---|---|
| DuplicateMappingException |
Raised whenever a duplicate for a certain type occurs.
|
| InFlightMetadataCollector.DuplicateSecondaryTableException | |
| MappingException |
An exception that occurs while reading mapping sources (xml/annotations),usually as a result of something
screwy in the O-R mappings.
|
| MyJpaException |
The base exception type for Hibernate exceptions.
|
Copyright © 2019. All rights reserved.