Class EntityMetaDetailCache

java.lang.Object
com.cloudimpl.outstack.runtime.EntityMetaDetailCache

public class EntityMetaDetailCache
extends java.lang.Object
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    EntityMetaDetailCache()  
  • Method Summary

    Modifier and Type Method Description
    EntityMetaDetail getEntityMeta​(java.lang.Class<? extends Entity> entityType)  
    static EntityMetaDetailCache instance()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntityMetaDetailCache

      public EntityMetaDetailCache()
  • Method Details