org.broadleafcommerce.profile.core.dao
Interface IdGenerationDao

All Known Implementing Classes:
IdGenerationDaoImpl

public interface IdGenerationDao


Method Summary
 IdGeneration findNextId(String idType)
           
 

Method Detail

findNextId

IdGeneration findNextId(String idType)
                        throws javax.persistence.OptimisticLockException,
                               Exception
Throws:
javax.persistence.OptimisticLockException
Exception


Copyright © 2013. All Rights Reserved.