Class HibernateUserRestriction

java.lang.Object
com.foreach.across.modules.hibernate.types.HibernateBitFlag<UserRestriction>
com.foreach.across.modules.user.converters.HibernateUserRestriction
All Implemented Interfaces:
org.hibernate.usertype.UserType<Set<UserRestriction>>

public class HibernateUserRestriction extends com.foreach.across.modules.hibernate.types.HibernateBitFlag<UserRestriction>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class com.foreach.across.modules.hibernate.types.HibernateBitFlag

    enumClass, enumValues
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.foreach.across.modules.hibernate.types.HibernateBitFlag

    assemble, deepCopy, disassemble, equals, getSqlType, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.usertype.UserType

    getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter
  • Field Details

  • Constructor Details

    • HibernateUserRestriction

      public HibernateUserRestriction()