Package de.trustable.ca3s.core.domain
Class AlgorithmRestriction_
- java.lang.Object
-
- de.trustable.ca3s.core.domain.AlgorithmRestriction_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class AlgorithmRestriction_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Boolean>acceptablestatic StringACCEPTABLEstatic javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Long>idstatic StringIDstatic javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,String>identifierstatic StringIDENTIFIERstatic javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,String>namestatic StringNAMEstatic StringNOT_AFTERstatic javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Instant>notAfterstatic javax.persistence.metamodel.SetAttribute<AlgorithmRestriction,Pipeline>pipelinesstatic StringPIPELINESstatic javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,AlgorithmType>typestatic StringTYPE
-
Constructor Summary
Constructors Constructor Description AlgorithmRestriction_()
-
-
-
Field Detail
-
identifier
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,String> identifier
-
acceptable
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Boolean> acceptable
-
notAfter
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Instant> notAfter
-
pipelines
public static volatile javax.persistence.metamodel.SetAttribute<AlgorithmRestriction,Pipeline> pipelines
-
name
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,String> name
-
id
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,Long> id
-
type
public static volatile javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,AlgorithmType> type
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
ACCEPTABLE
public static final String ACCEPTABLE
- See Also:
- Constant Field Values
-
NOT_AFTER
public static final String NOT_AFTER
- See Also:
- Constant Field Values
-
PIPELINES
public static final String PIPELINES
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-