public abstract class AEntityContext extends Object implements IEntityContext
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected static org.slf4j.Logger |
LOG |
protected Map<Object,Object> |
parameterMap |
protected boolean |
skipValidation |
protected UserContext |
uc |
| Constructor and Description |
|---|
AEntityContext() |
| Modifier and Type | Method and Description |
|---|---|
Benutzer |
getBenutzer() |
javax.persistence.EntityManager |
getEm() |
Map<Object,Object> |
getParameters() |
UserContext |
getUserContext()
Getter für uc
|
boolean |
hasBenutzer()
ERSTMAL um überflüssige Ausschriften zu vermeiden
|
boolean |
isOpen() |
void |
setSkipValidation(boolean skip) |
void |
setUserContext(UserContext uc)
Setter des uc
|
boolean |
skipValidation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreopenprotected javax.persistence.EntityManager em
protected UserContext uc
protected boolean skipValidation
protected static final org.slf4j.Logger LOG
public void setSkipValidation(boolean skip)
setSkipValidation in interface IEntityContextpublic boolean skipValidation()
skipValidation in interface IEntityContextpublic Map<Object,Object> getParameters()
getParameters in interface IEntityContextpublic boolean hasBenutzer()
hasBenutzer in interface IEntityContextpublic Benutzer getBenutzer()
getBenutzer in interface IEntityContextpublic javax.persistence.EntityManager getEm()
getEm in interface de.xima.cmn.dao.interfaces.IBaseEntityContextpublic boolean isOpen()
isOpen in interface de.xima.cmn.dao.interfaces.IBaseEntityContextpublic UserContext getUserContext()
getUserContext in interface IEntityContextUserContext des ucpublic void setUserContext(UserContext uc)
setUserContext in interface IEntityContextuc - UserContext der zu setzende ucCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.