com.jalios.jcms.db
Interface DBConstants
- All Known Implementing Classes:
- BasicDBListener, BasicDBListenerStoreListener, CacheDBListener, CacheManager, Category, DBEventLogManager, FileProcessorDBListenerStoreListener, HibernateUtil, JcmsHibernateEventListener, MemberSearchEngineListener, PublicationCriteria, PublicationFollowerManager, PublicationSearchEngineListener, ReaderTrackerManager, ReviewListener, ReviewManager, StrongLockManager, WFPublicationListener
public interface DBConstants
This interface contains a set of constants related to the database/hibernate access.
- Version:
- $Revision: 26177 $
- Author:
- Olivier Dedieu
REVISION
static final String REVISION
- See Also:
- Constant Field Values
CHANNEL_JCMSDB_PROP
static final String CHANNEL_JCMSDB_PROP
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_CDATE
static final int HIBERNATE_MAPPING_CDATE
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_MDATE
static final int HIBERNATE_MAPPING_MDATE
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_AUTHOR
static final int HIBERNATE_MAPPING_AUTHOR
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_PSTATUS
static final int HIBERNATE_MAPPING_PSTATUS
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_WORKSPACE_ID
static final int HIBERNATE_MAPPING_WORKSPACE_ID
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_PDATE
static final int HIBERNATE_MAPPING_PDATE
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_EDATE
static final int HIBERNATE_MAPPING_EDATE
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_ADATE
static final int HIBERNATE_MAPPING_ADATE
- See Also:
- Constant Field Values
HIBERNATE_MAPPING_TITLE
static final int HIBERNATE_MAPPING_TITLE
- See Also:
- Constant Field Values
ROW_ID_FIELD
static final String ROW_ID_FIELD
- See Also:
- Constant Field Values
CDATE_FIELD
static final String CDATE_FIELD
- See Also:
- Constant Field Values
MDATE_FIELD
static final String MDATE_FIELD
- See Also:
- Constant Field Values
AUTHOR_ID_FIELD
static final String AUTHOR_ID_FIELD
- See Also:
- Constant Field Values
WORKSPACE_ID_FIELD
static final String WORKSPACE_ID_FIELD
- See Also:
- Constant Field Values
PSTATUS_FIELD
static final String PSTATUS_FIELD
- See Also:
- Constant Field Values
CATEGORIES_SET_FIELD
static final String CATEGORIES_SET_FIELD
- See Also:
- Constant Field Values
ALL_CATEGORIES_SET_FIELD
static final String ALL_CATEGORIES_SET_FIELD
- See Also:
- Constant Field Values
HAS_NO_READ_RIGHTS
static final String HAS_NO_READ_RIGHTS
- See Also:
- Constant Field Values
AUTH_GRP_SET_FIELD
static final String AUTH_GRP_SET_FIELD
- See Also:
- Constant Field Values
AUTH_MBR_SET_FIELD
static final String AUTH_MBR_SET_FIELD
- See Also:
- Constant Field Values
DBDATA_URID
static final String DBDATA_URID
- See Also:
- Constant Field Values
SCROLL_FETCH_SIZE
static final int SCROLL_FETCH_SIZE
- See Also:
- Constant Field Values
Copyright © 2001-2010 Jalios SA. All Rights Reserved.