Class AbstractHibridDao<Entity extends Serializable,IDType extends Serializable>
Object
AbstractJPADao<Entity,IDType>
AbstractHibridDao<Entity,IDType>
- All Implemented Interfaces:
Dao<Entity,IDType>
- Direct Known Subclasses:
ProcessJobRetryLogDaoImpl
@Transactional(propagation=SUPPORTS,
readOnly=true)
public abstract class AbstractHibridDao<Entity extends Serializable,IDType extends Serializable>
extends AbstractJPADao<Entity,IDType>
implements Dao<Entity,IDType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NamedParameterJdbcTemplateprotected PlataformaConexao -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNamedParameterJdbcTemplatePlataformaConexaovoidsetJdbcTemplate(NamedParameterJdbcTemplate jdbcTemplate) voidsetPlatform(PlataformaConexao platform) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Field Details
-
jdbcTemplate
protected NamedParameterJdbcTemplate jdbcTemplate -
platform
protected PlataformaConexao platform
-
-
Constructor Details
-
AbstractHibridDao
-
-
Method Details
-
getJdbcTemplate
public NamedParameterJdbcTemplate getJdbcTemplate() -
setJdbcTemplate
public void setJdbcTemplate(NamedParameterJdbcTemplate jdbcTemplate) -
getPlatform
public PlataformaConexao getPlatform() -
setPlatform
public void setPlatform(PlataformaConexao platform)
-