Class I18NDAORepository

    • Constructor Detail

      • I18NDAORepository

        public I18NDAORepository()
    • Method Detail

      • getDAO

        public <T extends AbstractI18NMetadataI18NDAO<T> getDAO​(Class<T> c)
        Get the available DAO
        Type Parameters:
        T - the meta data type
        Parameters:
        c - the meta data class
        Returns:
        the loaded DAO
      • isSupported

        public boolean isSupported()