Class PersistenceUtils


  • public class PersistenceUtils
    extends Object
    Series of convenience methods for the persistence process.
    • Constructor Detail

      • PersistenceUtils

        public PersistenceUtils()
    • Method Detail

      • setPropertiesUsingFile

        public static Properties setPropertiesUsingFile​(String filename)
        Method to return the Persistence Properties from the specified file.
        Parameters:
        filename - Name of the file containing the properties
        Returns:
        the Persistence Properties in this file
        Throws:
        NucleusUserException - if file not readable