Skip to content

Commit

Permalink
Hibernate metadata polish (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazar-mitrovic authored Sep 19, 2022
2 parents 275d58c + 8fd3b9d commit 765611b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,102 +457,6 @@
"org.glassfish.jaxb.core.v2.model.annotation.Locatable"
]
},
{
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.HibernatePersistenceProvider"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.cfg.AnnotationBinder"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.HibernatePersistenceProvider"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.boot.spi.Bootstrap"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.boot.jaxb.internal.MappingBinder"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers$1"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.cfg.AnnotationBinder"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.HibernatePersistenceProvider"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.boot.spi.Bootstrap"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.cfg.AnnotationBinder"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.HibernatePersistenceProvider"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl"
},
"interfaces": []
},
{
"condition": {
"typeReachable": "org.hibernate.jpa.boot.spi.Bootstrap"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,6 @@
"typeReachable": "org.hibernate.boot.jaxb.internal.MappingBinder"
}
},
{
"name": "[Ljava.lang.annotation.Annotation;",
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState"
}
},
{
"name": "[Ljava.lang.annotation.Annotation;",
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers$1"
}
},
{
"name": "[Ljava.lang.annotation.Annotation;",
"condition": {
Expand Down Expand Up @@ -2168,19 +2156,6 @@
}
]
},
{
"name": "jdk.internal.reflect.GeneratedConstructorAccessor22",
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers"
},
"unsafeAllocated": true,
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"name": "jdk.internal.reflect.GeneratedConstructorAccessor23",
"condition": {
Expand Down Expand Up @@ -10504,25 +10479,6 @@
}
]
},
{
"name": "org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl",
"condition": {
"typeReachable": "org.hibernate.boot.internal.SessionFactoryBuilderImpl"
}
},
{
"name": "org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl",
"queryAllPublicMethods": true,
"condition": {
"typeReachable": "org.hibernate.jpa.HibernatePersistenceProvider"
}
},
{
"name": "org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl",
"condition": {
"typeReachable": "org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl"
}
},
{
"name": "org.hibernate.cache.internal.EnabledCaching",
"condition": {
Expand Down Expand Up @@ -11782,26 +11738,6 @@
"typeReachable": "org.hibernate.mapping.Property"
}
},
{
"name": "org.hibernate.proxy.HibernateProxy",
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState"
}
},
{
"name": "org.hibernate.proxy.ProxyConfiguration",
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState"
}
},
{
"name": "org.hibernate.proxy.ProxyConfiguration$InterceptorDispatcher",
"queryAllDeclaredMethods": true,
"condition": {
"typeReachable": "org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState$ProxyDefinitionHelpers$1"
},
"queryAllDeclaredConstructors": true
},
{
"name": "org.hibernate.query.hql.HqlLogging_$logger",
"condition": {
Expand Down

0 comments on commit 765611b

Please sign in to comment.