Class UinWriter


  • @Component
    public class UinWriter
    extends Object
    This class have functionality to persists the list of uins in database
    Since:
    1.0.0
    Author:
    Dharmesh Khandelwal
    • Constructor Detail

      • UinWriter

        public UinWriter()
    • Method Detail

      • persistUin

        public void persistUin​(UinEntity item)
        Persist a uin in database. If that uin already exists than rollback
        Parameters:
        item - the item
      • closeSession

        public void closeSession()