fi.foyt.fni.persistence.model.messages.RecipientMessage_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of persistence Show documentation
Show all versions of persistence Show documentation
Forge & Illusion - Persistence
package fi.foyt.fni.persistence.model.messages;
import fi.foyt.fni.persistence.model.users.User;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(RecipientMessage.class)
public abstract class RecipientMessage_ {
public static volatile SingularAttribute folder;
public static volatile SingularAttribute message;
public static volatile SingularAttribute id;
public static volatile SingularAttribute starred;
public static volatile SingularAttribute removed;
public static volatile SingularAttribute read;
public static volatile SingularAttribute recipient;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy