Uses of Interface
com.atlassian.confluence.labels.persistence.dao.LabelDao
-
Packages that use LabelDao Package Description com.atlassian.confluence.internal.labels.persistence com.atlassian.confluence.labels com.atlassian.confluence.labels.persistence.dao.hibernate -
-
Uses of LabelDao in com.atlassian.confluence.internal.labels.persistence
Subinterfaces of LabelDao in com.atlassian.confluence.internal.labels.persistence Modifier and Type Interface Description interface
LabelDaoInternal
Dao for Labels. -
Uses of LabelDao in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type LabelDao Modifier and Type Method Description void
DefaultLabelManager. setLabelDao(LabelDao dao)
-
Uses of LabelDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Classes in com.atlassian.confluence.labels.persistence.dao.hibernate that implement LabelDao Modifier and Type Class Description class
HibernateLabelDao
-