public class DaoSession extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
CATALINA_HOME |
static org.apache.log4j.Logger |
logger |
protected static String |
PERSISTENCE_H2DBSPECIES_H2 |
protected static String |
PROPERTY_CATALINA_HOME |
Constructor and Description |
---|
DaoSession() |
Modifier and Type | Method and Description |
---|---|
static javax.persistence.EntityManagerFactory |
createEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session) |
static OccurrenceJobPersistence |
createOccurrencesJobDao(String username,
String scope,
org.gcube.application.framework.core.session.ASLSession session) |
static String |
getConnectionUrl(org.gcube.application.framework.core.session.ASLSession session) |
static javax.persistence.EntityManagerFactory |
getEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session) |
static OccurrenceRowPersistence |
getOccurrenceDAO(org.gcube.application.framework.core.session.ASLSession session) |
static OccurrenceJobPersistence |
getOccurrencesJobDAO(org.gcube.application.framework.core.session.ASLSession session) |
static ResultRowPersistence |
getResultRowDAO(org.gcube.application.framework.core.session.ASLSession session) |
static TaxonRowPersistence |
getTaxonDAO(org.gcube.application.framework.core.session.ASLSession session) |
static TaxonomyRowPersistence |
getTaxonomyDAO(org.gcube.application.framework.core.session.ASLSession session) |
static TaxonomyJobPersistence |
getTaxonomyJobDAO(org.gcube.application.framework.core.session.ASLSession session) |
static String |
getTomcatFolder() |
static String |
getUsernameScopeValue(String username,
String scope) |
static OccurrenceJobPersistence |
initOccurrencesJobsDao(org.gcube.application.framework.core.session.ASLSession session) |
static ResultRowPersistence |
initResultRowDao(org.gcube.application.framework.core.session.ASLSession session) |
static void |
initSessionDaoObjects(org.gcube.application.framework.core.session.ASLSession session) |
static TaxonRowPersistence |
initTaxonDao(org.gcube.application.framework.core.session.ASLSession session) |
static TaxonomyJobPersistence |
initTaxonomyJobsDao(org.gcube.application.framework.core.session.ASLSession session) |
static javax.persistence.EntityManager |
newEntityManager(org.gcube.application.framework.core.session.ASLSession session) |
protected static final String PROPERTY_CATALINA_HOME
protected static final String CATALINA_HOME
protected static final String PERSISTENCE_H2DBSPECIES_H2
public static org.apache.log4j.Logger logger
public static String getConnectionUrl(org.gcube.application.framework.core.session.ASLSession session)
public static void initSessionDaoObjects(org.gcube.application.framework.core.session.ASLSession session) throws DatabaseServiceException
DatabaseServiceException
public static javax.persistence.EntityManager newEntityManager(org.gcube.application.framework.core.session.ASLSession session)
public static javax.persistence.EntityManagerFactory getEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session)
public static OccurrenceJobPersistence getOccurrencesJobDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static TaxonomyJobPersistence getTaxonomyJobDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static javax.persistence.EntityManagerFactory createEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session)
public static OccurrenceJobPersistence initOccurrencesJobsDao(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static TaxonomyJobPersistence initTaxonomyJobsDao(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static OccurrenceJobPersistence createOccurrencesJobDao(String username, String scope, org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static ResultRowPersistence initResultRowDao(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static OccurrenceRowPersistence getOccurrenceDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static TaxonRowPersistence initTaxonDao(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static TaxonRowPersistence getTaxonDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static TaxonomyRowPersistence getTaxonomyDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static ResultRowPersistence getResultRowDAO(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
Copyright © 2016. All Rights Reserved.