Class LightIdMysqlLoader

  • All Implemented Interfaces:
    pro.fessional.mirana.id.LightIdProvider.Loader

    
    public class LightIdMysqlLoader
     implements LightIdProvider.Loader
                        
    Since:

    2019-06-01

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      LightIdProvider.Segment require(@NotNull() String name, int block, int count, boolean exact)
      List<LightIdProvider.Segment> preload(int block)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • require

        @NotNull()@Transactional(propagation = Propagation.REQUIRES_NEW) LightIdProvider.Segment require(@NotNull() String name, int block, int count, boolean exact)
      • preload

        @NotNull()@Transactional(propagation = Propagation.REQUIRES_NEW) List<LightIdProvider.Segment> preload(int block)