java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
tr.com.havelsan.javarch.domain.model.entity.HvlEntity
tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
tr.com.havelsan.javarch.domain.model.entity.HvlLookupEntity
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.support.lookup.entity.HvlOAuthLookup
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.support.logger.entity.HvlOAuthLogEventType
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity>, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>

@Entity public class HvlOAuthLogEventType extends HvlOAuthLookup
An entity class which defines event type fields
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The constant PARAMETER_TYPE_VALUE.

    Fields inherited from class tr.com.havelsan.javarch.oauth.jpa.data.provider.module.support.lookup.entity.HvlOAuthLookup

    CODE_INDEX, CODE_PARAMETER_TYPE_INDEX, CODE_UNIQUE_KEY, PARAMETER_TYPE_FIELD_COLUMN, PARAMETER_TYPE_INDEX, SHORT_DESCRIPTION_FIELD_COLUMN, TABLE_NAME, UUID_UNIQUE_KEY

    Fields inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlLookupEntity

    CODE_FIELD, CODE_FIELD_COLUMN, DESCRIPTION_FIELD, DESCRIPTION_FIELD_COLUMN, INTEGRATION_CODE_FIELD, INTEGRATION_CODE_FIELD_COLUMN, ORDER_NO_FIELD, ORDER_NO_FIELD_COLUMN

    Fields inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity

    DELETED_DATE_FIELD, DELETED_DATE_FIELD_COLUMN, DELETED_FIELD, DELETED_FIELD_COLUMN

    Fields inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity

    CREATED_BY_FIELD, CREATED_BY_FIELD_COLUMN, CREATED_DATE_FIELD, CREATED_DATE_FIELD_COLUMN, ID_FIELD, ID_FIELD_COLUMN, UPDATED_BY_FIELD, UPDATED_BY_FIELD_COLUMN, UPDATED_DATE_FIELD, UPDATED_DATE_FIELD_COLUMN, UUID_FIELD, UUID_FIELD_COLUMN, VERSION_FIELD, VERSION_FIELD_COLUMN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class tr.com.havelsan.javarch.oauth.jpa.data.provider.module.support.lookup.entity.HvlOAuthLookup

    getParameterType, getShortDescription, setParameterType, setShortDescription

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlLookupEntity

    getCode, getDescription, getIntegrationCode, getOrderNo, hashCode, setCode, setDescription, setIntegrationCode, setOrderNo

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity

    getDeleted, getDeletedDate, setDeleted, setDeletedDate

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlEntity

    getId, setId

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity

    compareTo, equals, getCreatedBy, getDateCreated, getDateUpdated, getUpdatedBy, getUuid, getVersion, setCreatedBy, setDateCreated, setDateUpdated, setUpdatedBy, setUuid, setVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARAMETER_TYPE_VALUE

      public static final String PARAMETER_TYPE_VALUE
      The constant PARAMETER_TYPE_VALUE.
      See Also:
  • Constructor Details

    • HvlOAuthLogEventType

      public HvlOAuthLogEventType()