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

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