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
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>>, org.hibernate.engine.spi.Managed, org.hibernate.engine.spi.ManagedMappedSuperclass, org.hibernate.engine.spi.PrimeAmongSecondarySupertypes, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>
Direct Known Subclasses:
HvlOAuthLogEventType, HvlOAuthProfileDetailType, HvlOAuthUserType

@Entity public class HvlOAuthLookup extends tr.com.havelsan.javarch.domain.model.entity.HvlLookupEntity
An entity class which is defines lookup fields.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The constant CODE_INDEX.
    static final String
    The constant CODE_PARAMETER_TYPE_INDEX.
    static final String
    The constant CODE_UNIQUE_KEY.
    static final String
    The constant PARAMETER_TYPE_FIELD_COLUMN.
    static final String
    The constant PARAMETER_TYPE_INDEX.
    static final String
    The constant SHORT_DESCRIPTION_FIELD_COLUMN.
    protected static final String
    The constant TABLE_NAME.
    static final String
    The constant 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

    Modifier and Type
    Method
    Description
    Gets parameter type.
    Gets short description.
    void
    setParameterType(String parameterType)
    Sets parameter type.
    void
    setShortDescription(String shortDescription)
    Sets short description.

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

    $$_hibernate_read_code, $$_hibernate_read_description, $$_hibernate_read_integrationCode, $$_hibernate_read_orderNo, $$_hibernate_write_code, $$_hibernate_write_description, $$_hibernate_write_integrationCode, $$_hibernate_write_orderNo, getCode, getDescription, getIntegrationCode, getOrderNo, hashCode, setCode, setDescription, setIntegrationCode, setOrderNo

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

    $$_hibernate_read_deleted, $$_hibernate_read_deletedDate, $$_hibernate_write_deleted, $$_hibernate_write_deletedDate, getDeleted, getDeletedDate, setDeleted, setDeletedDate

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

    $$_hibernate_read_id, $$_hibernate_write_id, getId, setId

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

    $$_hibernate_read_createdBy, $$_hibernate_read_dateCreated, $$_hibernate_read_dateUpdated, $$_hibernate_read_updatedBy, $$_hibernate_read_uuid, $$_hibernate_read_version, $$_hibernate_write_createdBy, $$_hibernate_write_dateCreated, $$_hibernate_write_dateUpdated, $$_hibernate_write_updatedBy, $$_hibernate_write_uuid, $$_hibernate_write_version, 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

    Methods inherited from interface org.hibernate.engine.spi.Managed

    asManaged

    Methods inherited from interface org.hibernate.engine.spi.ManagedMappedSuperclass

    asManagedMappedSuperclass

    Methods inherited from interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes

    asCompositeOwner, asCompositeTracker, asHibernateProxy, asManagedComposite, asManagedEntity, asPersistentAttributeInterceptable, asProxyConfiguration, asSelfDirtinessTracker
  • Field Details

    • TABLE_NAME

      protected static final String TABLE_NAME
      The constant TABLE_NAME.
      See Also:
    • PARAMETER_TYPE_FIELD_COLUMN

      public static final String PARAMETER_TYPE_FIELD_COLUMN
      The constant PARAMETER_TYPE_FIELD_COLUMN.
      See Also:
    • SHORT_DESCRIPTION_FIELD_COLUMN

      public static final String SHORT_DESCRIPTION_FIELD_COLUMN
      The constant SHORT_DESCRIPTION_FIELD_COLUMN.
      See Also:
    • UUID_UNIQUE_KEY

      public static final String UUID_UNIQUE_KEY
      The constant UUID_UNIQUE_KEY.
      See Also:
    • CODE_UNIQUE_KEY

      public static final String CODE_UNIQUE_KEY
      The constant CODE_UNIQUE_KEY.
      See Also:
    • CODE_INDEX

      public static final String CODE_INDEX
      The constant CODE_INDEX.
      See Also:
    • PARAMETER_TYPE_INDEX

      public static final String PARAMETER_TYPE_INDEX
      The constant PARAMETER_TYPE_INDEX.
      See Also:
    • CODE_PARAMETER_TYPE_INDEX

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

    • HvlOAuthLookup

      public HvlOAuthLookup()
  • Method Details

    • getParameterType

      public String getParameterType()
      Gets parameter type.
      Returns:
      the parameter type
    • setParameterType

      public void setParameterType(String parameterType)
      Sets parameter type.
      Parameters:
      parameterType - the parameter type
    • getShortDescription

      public String getShortDescription()
      Gets short description.
      Returns:
      the short description
    • setShortDescription

      public void setShortDescription(String shortDescription)
      Sets short description.
      Parameters:
      shortDescription - the short description