public interface DAOManager
Modifier and Type | Method and Description |
---|---|
AssociationDAO |
getAssociationDAO()
Method to obtain an instance of an association data access object.
|
CommentsDAO |
getCommentsDAO(boolean isVersioned)
Method to obtain an instance of a comments data access object.
|
LogsDAO |
getLogsDAO()
Method to obtain an instance of a logs data access object.
|
RatingsDAO |
getRatingsDAO(boolean isVersioned)
Method to obtain an instance of a ratings data access object.
|
ResourceDAO |
getResourceDAO()
Method to obtain an instance of a resource data access object.
|
ResourceVersionDAO |
getResourceVersionDAO()
Method to obtain an instance of a versioned-resource data access object.
|
TagsDAO |
getTagsDAO(boolean isVersioned)
Method to obtain an instance of a tags data access object.
|
AssociationDAO getAssociationDAO()
CommentsDAO getCommentsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.RatingsDAO getRatingsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.TagsDAO getTagsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.LogsDAO getLogsDAO()
ResourceDAO getResourceDAO()
getResourceVersionDAO()
method. Automatic versioning of resources can be
disabled by setting a parameter on the XML-based registry configuration.ResourceVersionDAO getResourceVersionDAO()
getResourceDAO()
method. Automatic versioning of resources can be enabled
by setting a parameter on the XML-based registry configuration.Copyright © 2015 WSO2 Inc. All Rights Reserved.