This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; |
OlderNewer