Class EntityOperatorStore

java.lang.Object
org.nuiton.topia.persistence.util.EntityOperatorStore

public class EntityOperatorStore
extends java.lang.Object
Un cache d'operateurs.
Author:
tchemit <chemit@codelutin.com>
See Also:
EntityOperator
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<TopiaEntityEnum,​EntityOperator<?>> store
    le cache d'operateurs
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected EntityOperatorStore()  
  • Method Summary

    Modifier and Type Method Description
    static void clear()  
    protected void finalize()  
    static <E extends TopiaEntity>
    EntityOperator<E>
    getOperator​(TopiaEntityEnum contract)  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait