fi.foyt.fni.persistence.model.chat.UserChatCredentials_ 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.chat;
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(UserChatCredentials.class)
public abstract class UserChatCredentials_ {
public static volatile SingularAttribute id;
public static volatile SingularAttribute userJid;
public static volatile SingularAttribute password;
public static volatile SingularAttribute user;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy