org.jboss.pnc.model.GenericSetting_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model Show documentation
Show all versions of model Show documentation
Contains domain model for the orchestrator. This is just model classes + serialization helpers, and would also be suitable for writing a java client api to support integration.
package org.jboss.pnc.model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(GenericSetting.class)
public abstract class GenericSetting_ {
public static volatile SingularAttribute id;
public static volatile SingularAttribute value;
public static volatile SingularAttribute key;
public static final String ID = "id";
public static final String VALUE = "value";
public static final String KEY = "key";
}