Package de.trustable.ca3s.core.domain
Class ProtectedContent_
- java.lang.Object
-
- de.trustable.ca3s.core.domain.ProtectedContent_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class ProtectedContent_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_BASE64static javax.persistence.metamodel.SingularAttribute<ProtectedContent,String>contentBase64static StringCREATED_ONstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant>createdOnstatic StringDELETE_AFTERstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant>deleteAfterstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Long>idstatic StringIDstatic StringLEFT_USAGESstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Integer>leftUsagesstatic StringRELATED_IDstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Long>relatedIdstatic StringRELATION_TYPEstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,ContentRelationType>relationTypestatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,ProtectedContentType>typestatic StringTYPEstatic StringVALID_TOstatic javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant>validTo
-
Constructor Summary
Constructors Constructor Description ProtectedContent_()
-
-
-
Field Detail
-
relationType
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,ContentRelationType> relationType
-
deleteAfter
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant> deleteAfter
-
contentBase64
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,String> contentBase64
-
id
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Long> id
-
type
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,ProtectedContentType> type
-
leftUsages
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Integer> leftUsages
-
createdOn
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant> createdOn
-
validTo
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Instant> validTo
-
relatedId
public static volatile javax.persistence.metamodel.SingularAttribute<ProtectedContent,Long> relatedId
-
RELATION_TYPE
public static final String RELATION_TYPE
- See Also:
- Constant Field Values
-
DELETE_AFTER
public static final String DELETE_AFTER
- See Also:
- Constant Field Values
-
CONTENT_BASE64
public static final String CONTENT_BASE64
- 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
-
LEFT_USAGES
public static final String LEFT_USAGES
- See Also:
- Constant Field Values
-
CREATED_ON
public static final String CREATED_ON
- See Also:
- Constant Field Values
-
VALID_TO
public static final String VALID_TO
- See Also:
- Constant Field Values
-
RELATED_ID
public static final String RELATED_ID
- See Also:
- Constant Field Values
-
-