Uses of Interface
com.tridion.storage.dao.BaseDAO
Packages that use BaseDAO
-
Uses of BaseDAO in com.tridion.storage
Methods in com.tridion.storage with type parameters of type BaseDAOModifier and TypeMethodDescription<T extends BaseDAO>
TDAOFactory.getDAOForTypeMapping(int namespaceId, String typeMapping) Get the specified DAO for the given type.<T extends BaseDAO>
TDAOFactory.getDAOForTypeMapping(String typeMapping) Get the specified DAO for the given type.Methods in com.tridion.storage that return BaseDAOModifier and TypeMethodDescriptionDAOFactory.getDAOForTypeMappingInTransaction(int namespaceId, String typeMapping, String transactionId) Get the specified DAO for the given type and transaction.DAOFactory.getDAOForTypeMappingInTransaction(String typeMapping, String transactionId) Get the specified DAO within the scope of a transaction. -
Uses of BaseDAO in com.tridion.storage.management
Methods in com.tridion.storage.management that return BaseDAOModifier and TypeMethodDescriptionStorageManager.getDAO(int namespaceId, int publicationId, String typeMapping, String itemExtension, String transactionId) Get the Data Access Object for a given namespace id, publication id, type mapping and extension.StorageManager.getDAO(int publicationId, StorageTypeMapping typeMapping) Get the Data Access Object for a given publication id and type mapping.StorageManager.getDAO(int publicationId, StorageTypeMapping typeMapping, String itemExtension) Get the Data Access Object for a given publication id, type mapping and extension.Get the Data Access Object for a given publication id and type mapping.StorageManager.getDAO(int publicationId, String typeMapping, String itemExtension, String transactionId) Get the Data Access Object for a given publication id, type mapping and extension.StorageManager.getDAOForStorageId(int namespaceId, String storageId, StorageTypeMapping typeMapping) This allows retrieval of a specific DAO for a specific storage provider.StorageManager.getDAOForStorageId(int namespaceId, String storageId, String typeMapping) StorageManager.getDAOForStorageId(String storageId, StorageTypeMapping typeMapping) This allows retrieval of a specific DAO for a specific storage provider.StorageManager.getDAOForStorageId(String storageId, String typeMapping) StorageManager.getDAOForStorageIdAndTransaction(int namespaceId, String storageId, StorageTypeMapping typeMapping, String transactionId) This allows retrieval of a specific DAO for a specific storage provider and transaction id.StorageManager.getDAOForStorageIdAndTransaction(int namespaceId, String storageId, String typeMapping, String transactionId) StorageManager.getDAOForStorageIdAndTransaction(String storageId, StorageTypeMapping typeMapping, String transactionId) This allows retrieval of a specific DAO for a specific storage provider and transaction id.StorageManager.getDAOForStorageIdAndTransaction(String storageId, String typeMapping, String transactionId) StorageManager.getDAOForTransaction(int publicationId, StorageTypeMapping typeMapping, String transactionId) StorageManager.getDAOForTransaction(int publicationId, StorageTypeMapping typeMapping, String itemExtension, String transactionId) StorageManager.getDAOForTransaction(int publicationId, String typeMapping, String transactionId) StorageManager.getDAOForTransaction(int publicationId, String typeMapping, String itemExtension, String transactionId) StorageManager.getDefaultDAO(StorageTypeMapping typeMapping) Get the default Data Access Object for a given type mapping.StorageManager.getDefaultDAO(String typeMapping) Get the default Data Access Object for a given type mapping.