Skip to content

Instantly share code, notes, and snippets.

@sebersole
Last active May 4, 2018 19:04
Show Gist options
  • Save sebersole/4c76453fdc0944325580170c6c92ba97 to your computer and use it in GitHub Desktop.
Save sebersole/4c76453fdc0944325580170c6c92ba97 to your computer and use it in GitHub Desktop.
{
"toolVersion": "1.0.0-SNAPSHOT",
"baseVersion": "5.0.0.Final",
"checkVersion": "5.3.0.CR2",
"generated": "2018-05-04T18:54:50.107Z",
"incubating": {
"classes": [
{
"name": "org.hibernate.annotations.LazyGroup"
},
{
"name": "org.hibernate.boot.AttributeConverterInfo"
},
...
],
"fields": ...,
"constructors": ....,
"methods": ....
},
"internal": {
"classes": [
{
"name": "org.hibernate.action.internal.AbstractEntityInsertAction"
},
{
"name": "org.hibernate.action.internal.BulkOperationCleanupAction"
},
...
],
"fields": [
{
"declaringClass": {
"name": "org.hibernate.cfg.AvailableSettings"
},
"name": "ACQUIRE_CONNECTIONS",
"type": "java.lang.String"
},
{
"declaringClass": {
"name": "org.hibernate.jpa.AvailableSettings"
},
"name": "ALLOW_JTA_TRANSACTION_ACCESS",
"type": "java.lang.String"
},
...
],
"constructors": [
{
"declaringClass": {
"name": "org.hibernate.boot.model.IdentifierGeneratorDefinition"
},
"name": "<init>",
"type": "org.hibernate.boot.model.IdentifierGeneratorDefinition",
"arguments": [
"java.lang.String",
"java.util.Map"
]
},
...
],
"methods": [
{
"declaringClass": {
"name": "org.hibernate.action.spi.AfterTransactionCompletionProcess"
},
"name": "doAfterTransactionCompletion",
"type": "void",
"arguments": [
"boolean",
"org.hibernate.engine.spi.SharedSessionContractImplementor"
]
},
...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment