/* * Copyright @ 2013 CurisTEC, S.A.S. All Rights Reserved. */ package net.curisit.securis.db.common; import net.curisit.securis.db.PackStatus; /** * PackStatusType *
* Hibernate {@code UserType} for persisting {@link PackStatus} as its short code.
* Delegates common enum-code mapping behavior to {@link PersistentEnumUserType}.
*
* @author JRA
* Last reviewed by JRA on Oct 7, 2025.
*/
public class PackStatusType extends PersistentEnumUserType
* Return enum class handled by this type.
*
* @return packStatus
*/
@Override
public Class