nl.vpro.domain.subtitles.SubtitlesContent_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subtitles-domain Show documentation
Show all versions of subtitles-domain Show documentation
Subtitles are related to media, but are implemented completely parallel. Classes to contain, parse, and assemble subtitle objects are here.
package nl.vpro.domain.subtitles;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(SubtitlesContent.class)
public abstract class SubtitlesContent_ {
public static volatile SingularAttribute charset;
public static volatile SingularAttribute format;
public static volatile SingularAttribute value;
public static final String CHARSET = "charset";
public static final String FORMAT = "format";
public static final String VALUE = "value";
}