Class UserInfoCache
java.lang.Object
com.suncode.pwfl.administration.user.UserInfoCache
- All Implemented Interfaces:
Serializable
,org.hibernate.event.spi.PostUpdateEventListener
@Component
@EntityEventListener("post-commit-update")
public class UserInfoCache
extends Object
implements org.hibernate.event.spi.PostUpdateEventListener
Cache użytkowników na potrzeby kontekstu użytkownika.
- Author:
- Cezary Kozar 9 sie 2016
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearAll()
static UserInfoCache
get()
void
onPostUpdate
(org.hibernate.event.spi.PostUpdateEvent event) boolean
requiresPostCommitHanding
(org.hibernate.persister.entity.EntityPersister entityPersister) default boolean
requiresPostCommitHandling
(org.hibernate.persister.entity.EntityPersister arg0)
-
Constructor Details
-
UserInfoCache
public UserInfoCache()
-
-
Method Details
-
get
-
get
-
clear
-
clearAll
public void clearAll() -
onPostUpdate
public void onPostUpdate(org.hibernate.event.spi.PostUpdateEvent event) - Specified by:
onPostUpdate
in interfaceorg.hibernate.event.spi.PostUpdateEventListener
-
requiresPostCommitHanding
public boolean requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister entityPersister) -
requiresPostCommitHandling
default boolean requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0)
-