Package | Description |
---|---|
io.oasp.module.jpa.dataaccess.api | |
io.oasp.module.jpa.dataaccess.base |
Modifier and Type | Interface and Description |
---|---|
interface |
Dao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
This is a simplified variant of
GenericDao for the suggested and common case that you have a Long as
primary key . |
interface |
MasterDataDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
This is the interface for a
Dao responsible for a PersistenceEntity that represents master-data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
Abstract base implementation of
Dao interface. |
class |
AbstractGenericDao<ID,E extends net.sf.mmm.util.entity.api.PersistenceEntity<ID>>
This is the abstract base-implementation of the
GenericDao interface. |
class |
AbstractMasterDataDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
This is the abstract base implementation of
MasterDataDao . |
Copyright © 2014–2016 OASP-Team. All rights reserved.