public static IEntitySchema Get(string entityName) { return(UnityObjectFactory.GetEntitySchema(entityName)); }
public static IEntitySchema Get(Type entityType) { return(UnityObjectFactory.GetEntitySchema(entityType)); }
public static IEntitySchema Get(long entityId) { return(UnityObjectFactory.GetEntitySchema(entityId)); }