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, wait
reopen
protected 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 IEntityContext
public boolean skipValidation()
skipValidation
in interface IEntityContext
public Map<Object,Object> getParameters()
getParameters
in interface IEntityContext
public boolean hasBenutzer()
hasBenutzer
in interface IEntityContext
public Benutzer getBenutzer()
getBenutzer
in interface IEntityContext
public javax.persistence.EntityManager getEm()
getEm
in interface de.xima.cmn.dao.interfaces.IBaseEntityContext
public boolean isOpen()
isOpen
in interface de.xima.cmn.dao.interfaces.IBaseEntityContext
public UserContext getUserContext()
getUserContext
in interface IEntityContext
UserContext
des ucpublic void setUserContext(UserContext uc)
setUserContext
in interface IEntityContext
uc
- UserContext
der zu setzende ucCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.