public class IbatisSystemReleaseDao extends AbstractIbatisDao implements SystemReleaseDao
LexGridSchemaVersionAwareDao.IndividualDaoCallback<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GET_SYSTEM_RELEASE_ID_BY_URI
The GE t_ syste m_ releas e_ i d_ b y_ uri.
|
static java.lang.String |
VERSIONS_NAMESPACE
The VERSION s_ namespace.
|
VSENTRYSTATE_NAMESPACE
Constructor and Description |
---|
IbatisSystemReleaseDao() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LexGridSchemaVersion> |
doGetSupportedLgSchemaVersions()
Do get supported lg schema versions.
|
java.util.List<SystemRelease> |
getAllSystemRelease()
get all system release entries.
|
SystemRelease |
getSystemReleaseMetadataById(java.lang.String systemReleaseId)
get system release entry for a given unique id.
|
SystemRelease |
getSystemReleaseMetadataByUri(java.lang.String systemReleaseUri)
get system release entry for a given uri.
|
java.lang.String |
getSystemReleaseUIdByUri(java.lang.String systemReleaseUri)
get system release id by uri.
|
java.lang.String |
insertSystemReleaseEntry(SystemRelease systemRelease)
insert system release entry.
|
afterPropertiesSet, entryStateExists, executeInTransaction, getBatchTemplateInserter, getNonBatchTemplateInserter, getSqlMapClientTemplate, setNonBatchTemplateInserter, setSqlMapClientTemplate, vsEntryStateExists
createRandomIdentifier, createUniqueId, getPrefixResolver, getPrimaryKeyIncrementer, setPrefixResolver, setPrimaryKeyIncrementer, supportsLgSchemaVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeInTransaction, supportsLgSchemaVersion
public static java.lang.String VERSIONS_NAMESPACE
public static java.lang.String GET_SYSTEM_RELEASE_ID_BY_URI
public java.util.List<LexGridSchemaVersion> doGetSupportedLgSchemaVersions()
AbstractBaseDao
doGetSupportedLgSchemaVersions
in class AbstractBaseDao
public java.lang.String getSystemReleaseUIdByUri(java.lang.String systemReleaseUri)
SystemReleaseDao
getSystemReleaseUIdByUri
in interface SystemReleaseDao
public java.util.List<SystemRelease> getAllSystemRelease()
SystemReleaseDao
getAllSystemRelease
in interface SystemReleaseDao
public SystemRelease getSystemReleaseMetadataById(java.lang.String systemReleaseId)
SystemReleaseDao
getSystemReleaseMetadataById
in interface SystemReleaseDao
public SystemRelease getSystemReleaseMetadataByUri(java.lang.String systemReleaseUri)
SystemReleaseDao
getSystemReleaseMetadataByUri
in interface SystemReleaseDao
public java.lang.String insertSystemReleaseEntry(SystemRelease systemRelease)
SystemReleaseDao
insertSystemReleaseEntry
in interface SystemReleaseDao