文件名称: hibernate-commons-annotations-7.0.3.Final.jar中文-英文对照文档.zip
<dependency>
<groupId>org.hibernate.common</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>7.0.3.Final</version>
</dependency>Gradle:
implementation group: 'org.hibernate.common', name: 'hibernate-commons-annotations', version: '7.0.3.Final'
Gradle (Short):
implementation 'org.hibernate.common:hibernate-commons-annotations:7.0.3.Final'
Gradle (Kotlin):
implementation("org.hibernate.common:hibernate-commons-annotations:7.0.3.Final")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.hibernate.annotations.common.annotationfactory
org.hibernate.annotations.common.reflection
org.hibernate.annotations.common.reflection.java
org.hibernate.annotations.common.reflection.java.genericsorg.hibernate.annotations.common.annotationfactory.AnnotationDescriptor
org.hibernate.annotations.common.annotationfactory.AnnotationFactory
org.hibernate.annotations.common.annotationfactory.AnnotationProxy
org.hibernate.annotations.common.reflection.AnnotationReader
org.hibernate.annotations.common.reflection.Filter
org.hibernate.annotations.common.reflection.MetadataProvider
org.hibernate.annotations.common.reflection.MetadataProviderInjector
org.hibernate.annotations.common.reflection.ReflectionManager
org.hibernate.annotations.common.reflection.ReflectionUtil
org.hibernate.annotations.common.reflection.XAnnotatedElement
org.hibernate.annotations.common.reflection.XClass
org.hibernate.annotations.common.reflection.XMember
org.hibernate.annotations.common.reflection.XMethod
org.hibernate.annotations.common.reflection.XPackage
org.hibernate.annotations.common.reflection.XProperty
org.hibernate.annotations.common.reflection.java.JavaMetadataProvider
org.hibernate.annotations.common.reflection.java.JavaReflectionManager
org.hibernate.annotations.common.reflection.java.JavaXMember
org.hibernate.annotations.common.reflection.java.JavaXMethod
org.hibernate.annotations.common.reflection.java.generics.CompoundTypeEnvironment
org.hibernate.annotations.common.reflection.java.generics.GenericArrayTypeImpl
org.hibernate.annotations.common.reflection.java.generics.IdentityTypeEnvironment
org.hibernate.annotations.common.reflection.java.generics.ParameterizedTypeImpl
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory
org.hibernate.annotations.common.reflection.java.generics.TypeSwitch
org.hibernate.annotations.common.reflection.java.generics.TypeUtils