Uses of Interface
org.dspace.content.dao.BitstreamFormatDAO
-
Packages that use BitstreamFormatDAO Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao.impl -
-
Uses of BitstreamFormatDAO in org.dspace.content
Fields in org.dspace.content declared as BitstreamFormatDAO Modifier and Type Field Description protected BitstreamFormatDAOBitstreamFormatServiceImpl. bitstreamFormatDAO -
Uses of BitstreamFormatDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement BitstreamFormatDAO Modifier and Type Class Description classBitstreamFormatDAOImplHibernate implementation of the Database Access Object interface class for the BitstreamFormat object.
-