@Configurable public abstract class AbstractDAO<E extends Entity> extends Object implements DAO<E>
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
AbstractDAO() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
detach(E entity) |
protected javax.persistence.EntityManager |
entityManager() |
protected javax.persistence.EntityManagerFactory |
entityManagerFactory() |
void |
refresh(E entity) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.