Package org.n52.iceland.i18n
Class I18NDAORepository
- java.lang.Object
-
- org.n52.janmayen.component.AbstractComponentRepository<I18NDAOKey,I18NDAO<?>,I18NDAOFactory>
-
- org.n52.iceland.i18n.I18NDAORepository
-
- All Implemented Interfaces:
Constructable
public class I18NDAORepository extends AbstractComponentRepository<I18NDAOKey,I18NDAO<?>,I18NDAOFactory> implements Constructable
I18N DAO repository- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description I18NDAORepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends AbstractI18NMetadata>
I18NDAO<T>getDAO(Class<T> c)Get the available DAOvoidinit()booleanisSupported()-
Methods inherited from class org.n52.janmayen.component.AbstractComponentRepository
getProviders, getProviders, getUniqueProviders, getUniqueProviders
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceConstructable
-
getDAO
public <T extends AbstractI18NMetadata> I18NDAO<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()
-
-