Class SecretEntity_


  • @Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
    public abstract class SecretEntity_
    extends CrudEntity_
    • Field Detail

      • data

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.String> data
      • entityName

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.String> entityName
      • dateHour

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.time.LocalDateTime> dateHour
      • entityId

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.Long> entityId
      • id

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.Long> id
      • login

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.String> login
      • user

        public static volatile javax.persistence.metamodel.SingularAttribute<SecretEntity,​java.lang.Long> user
    • Constructor Detail

      • SecretEntity_

        public SecretEntity_()