![JAR search and dependency download from the Maven repository](/logo.png)
org.brightify.torch.Ref Maven / Gradle / Ivy
The newest version!
package org.brightify.torch;
/**
* @author Tadeas Kriz
*/
public interface Ref {
ENTITY get();
boolean isLoaded();
boolean isSaved();
Class getEntityClass();
Long getEntityId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy