public abstract class BaseJpaDao
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
static java.lang.String |
PERSISTENCE_UNIT_NAME |
| Constructor and Description |
|---|
BaseJpaDao() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.EntityManager |
getEntityManager() |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public static final java.lang.String PERSISTENCE_UNIT_NAME
protected final org.slf4j.Logger logger
Copyright © 2019 Jasig. All Rights Reserved.