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;