All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.babyfish.jimmer.CircularReferenceException Maven / Gradle / Ivy

There is a newer version: 0.8.177
Show newest version
package org.babyfish.jimmer;

/**
 * 

* jimmer prohibits bidirectional associations between different objects, * any code that attempts to do so will result in this exception *

* *

* Please view * * documentation * to know more. *

*/ public class CircularReferenceException extends RuntimeException { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy