Sign in
apache
/
cloudstack
/
f3f3d37a062b6747130cb43ebbdbfe548b47fefc
/
.
/
server
/
src
/
com
/
cloud
/
migration
/
DiskOffering21DaoImpl.java
blob: 7778803ecfb1daff76c15cc4564fc32d1c7d5463 [
file
] [
log
] [
blame
]
package
com
.
cloud
.
migration
;
import
javax
.
ejb
.
Local
;
import
com
.
cloud
.
utils
.
db
.
GenericDaoBase
;
@Local
(
value
={
DiskOffering21Dao
.
class
})
public
class
DiskOffering21DaoImpl
extends
GenericDaoBase
<
DiskOffering21VO
,
Long
>
implements
DiskOffering21Dao
{
}