Skip to content

Instantly share code, notes, and snippets.

/*
* Decompiled with CFR 0.148.
*
* Could not load the following classes:
* javax.persistence.Column
* javax.persistence.Embeddable
* javax.persistence.Transient
* org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
* org.hibernate.engine.spi.CompositeOwner
* org.hibernate.engine.spi.CompositeTracker
/*
* Decompiled with CFR 0.148.
*
* Could not load the following classes:
* javax.persistence.Embedded
* javax.persistence.MappedSuperclass
* org.hibernate.engine.spi.CompositeOwner
* org.hibernate.engine.spi.CompositeTracker
* org.hibernate.engine.spi.ManagedMappedSuperclass
* org.hibernate.orm.test.bytecode.enhance.internal.bytebuddy.DirtyCheckingWithEmbeddableAndMappedSuperclassTest
@DavideD
DavideD / bytebuddy-generated.java
Created December 11, 2019 17:56
Generated classes after HHH-13759
/*
* Decompiled with CFR 0.148.
*
*/
package org.hibernate.orm.test.bytecode.enhance.internal.bytebuddy;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Transient;
import org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker;
#!bin/bash
DATABASE=${1:-'hreact'}
USERNAME=${2:-'hreact'}
PASSWORD=${3:-'hreact'}
NAME='DB2Hibernate'
IMAGE='icr.io/db2_community/db2:12.1.2.0'
podman run --rm -it --privileged=true -e LICENSE=accept --name $NAME \
-e DBNAME=$DATABASE -e DB2INSTANCE=$USERNAME -e DB2INST1_PASSWORD=$PASSWORD \
-e PERSISTENT_HOME=false -e ARCHIVE_LOGS=false -e ENABLE_ORACLE_COMPATIBILITY=false \